Skip to content

Commit

Permalink
update the max supported version of faraday (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
NivedhaSenthil committed Mar 15, 2022
1 parent e18f199 commit b0a8396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google-cloud-env.gemspec
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |gem|

gem.required_ruby_version = ">= 2.5"

gem.add_dependency "faraday", ">= 0.17.3", "< 2.0"
gem.add_dependency "faraday", ">= 0.17.3", "< 3.0"

gem.add_development_dependency "autotest-suffix", "~> 1.1"
gem.add_development_dependency "google-style", "~> 1.25.1"
Expand Down

0 comments on commit b0a8396

Please sign in to comment.