Skip to content

Commit

Permalink
Loosen requirement on MultiJson
Browse files Browse the repository at this point in the history
  • Loading branch information
James Herdman committed Feb 23, 2012
1 parent 06a43cb commit c1d345f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion five_mobile_push.gemspec
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"] s.require_paths = ["lib"]


s.add_runtime_dependency "multi_json", ["~> 1.0.0"] s.add_runtime_dependency "multi_json", ["~> 1.0"]
s.add_runtime_dependency "faraday", ["~> 0.7.3"] s.add_runtime_dependency "faraday", ["~> 0.7.3"]


s.add_development_dependency "rake" s.add_development_dependency "rake"
Expand Down

0 comments on commit c1d345f

Please sign in to comment.