Skip to content

Commit 9cf8b36

Browse files
committed
fix warning
1 parent 746c127 commit 9cf8b36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fcm.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ Gem::Specification.new do |s|
2121
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
2222
s.require_paths = ["lib"]
2323

24-
s.add_runtime_dependency('httparty', '>= 0.10.0')
24+
s.add_runtime_dependency('httparty', '~> 0.10', '>= 0.10.0')
2525
end

0 commit comments

Comments
 (0)