Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
sabman committed Nov 5, 2018
1 parent 746c127 commit 9cf8b36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fcm.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]

s.add_runtime_dependency('httparty', '>= 0.10.0')
s.add_runtime_dependency('httparty', '~> 0.10', '>= 0.10.0')
end

0 comments on commit 9cf8b36

Please sign in to comment.