Skip to content

Commit

Permalink
Pin faraday to version 2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] committed Dec 22, 2023
1 parent 87ff52d commit 4249cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion epics.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Gem::Specification.new do |spec|
spec.post_install_message += "Please create an issue on github (railslove/epics) if anything does not work as expected. And contact team@railslove.com if you are looking for support with your integration.\n"
spec.post_install_message += "\e[32m" + ('*' * 60) + "\n\e[0m"

spec.add_dependency 'faraday', '>= 1.10.0'
spec.add_dependency 'faraday', '2.8.1'
spec.add_dependency 'nokogiri', '>= 1.14.0'
spec.add_dependency 'rubyzip', '>= 2.3.2'
spec.add_dependency 'rexml', '>= 3.2.5'
Expand Down

0 comments on commit 4249cb6

Please sign in to comment.