Skip to content

Commit

Permalink
add missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sabman committed Nov 26, 2021
1 parent b31378f commit 0335629
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fcm.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)

Gem::Specification.new do |s|
s.name = "fcm"
s.version = "1.0.4"
s.version = "1.0.6"
s.platform = Gem::Platform::RUBY
s.authors = ["Kashif Rasul", "Shoaib Burq"]
s.email = ["kashif@decision-labs.com", "shoaib@decision-labs.com"]
Expand All @@ -20,4 +20,5 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]

s.add_runtime_dependency('faraday', '~> 1')
s.add_runtime_dependency('googleauth', '~> 1')
end

0 comments on commit 0335629

Please sign in to comment.