Skip to content

Commit 0335629

Browse files
committed
add missing dependency
1 parent b31378f commit 0335629

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

fcm.gemspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
33

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

2222
s.add_runtime_dependency('faraday', '~> 1')
23+
s.add_runtime_dependency('googleauth', '~> 1')
2324
end

0 commit comments

Comments
 (0)