We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 51212f2 + 196ab10 commit 76554d5Copy full SHA for 76554d5
fcm.gemspec
@@ -19,6 +19,6 @@ Gem::Specification.new do |s|
19
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
20
s.require_paths = ["lib"]
21
22
- s.add_runtime_dependency('faraday', '~> 1')
+ s.add_runtime_dependency('faraday', '>= 1.0.0', '< 3.0')
23
s.add_runtime_dependency('googleauth', '~> 1')
24
end
0 commit comments