Skip to content

Commit

Permalink
Use Faraday v2.6.0 by default in development and testing
Browse files Browse the repository at this point in the history
  • Loading branch information
timrogers committed Jan 18, 2023
1 parent 20d07c4 commit 3603d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source 'https://rubygems.org'
gemspec

faraday_version = ENV.fetch('FARADAY_VERSION', '~> 1.8.0')
faraday_version = ENV.fetch('FARADAY_VERSION', '~> 2.6.0')

# Enable us to explicitly pick a Faraday version when running tests
gem 'faraday', faraday_version
Expand Down

0 comments on commit 3603d47

Please sign in to comment.