Skip to content

Commit a680135

Browse files
committed
use twiddle-wakka for faraday 1.0.0
1 parent fdf590a commit a680135

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fcm.gemspec

Lines changed: 2 additions & 2 deletions
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.0"
6+
s.version = "1.0.1"
77
s.platform = Gem::Platform::RUBY
88
s.authors = ["Kashif Rasul", "Shoaib Burq"]
99
@@ -19,5 +19,5 @@ Gem::Specification.new do |s|
1919
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
2020
s.require_paths = ["lib"]
2121

22-
s.add_runtime_dependency('faraday','1.0.0')
22+
s.add_runtime_dependency('faraday', '~> 1.0.0')
2323
end

0 commit comments

Comments
 (0)