Skip to content

Commit

Permalink
Update fcm.gemspec
Browse files Browse the repository at this point in the history
update gemspec for faraday 2
  • Loading branch information
qgzvcyxjfr authored Mar 22, 2022
1 parent a296342 commit 196ab10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fcm.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]

s.add_runtime_dependency('faraday', '~> 1')
s.add_runtime_dependency('faraday', '>= 1.0.0', '< 3.0')
s.add_runtime_dependency('googleauth', '~> 1')
end

0 comments on commit 196ab10

Please sign in to comment.