We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 746c127 commit 9cf8b36Copy full SHA for 9cf8b36
fcm.gemspec
@@ -21,5 +21,5 @@ Gem::Specification.new do |s|
21
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
22
s.require_paths = ["lib"]
23
24
- s.add_runtime_dependency('httparty', '>= 0.10.0')
+ s.add_runtime_dependency('httparty', '~> 0.10', '>= 0.10.0')
25
end
0 commit comments