Skip to content

Commit

Permalink
Merge pull request #101 from qgzvcyxjfr/master
Browse files Browse the repository at this point in the history
Update fcm.gemspec
  • Loading branch information
sabman committed Apr 16, 2022
2 parents 51212f2 + 196ab10 commit 76554d5
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 76554d5

Please sign in to comment.