Skip to content

Commit

Permalink
Loosen up multi_json gem dependency requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
laserlemon committed Jan 22, 2012
1 parent 2037b3c commit a301f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion json_spec.gemspec
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{|f| File.basename(f) }
s.require_paths = ["lib"]

s.add_dependency "multi_json", "~> 1.0.0"
s.add_dependency "multi_json", "~> 1.0"
s.add_dependency "rspec", "~> 2.0"

s.add_development_dependency "rake", "~> 0.9"
Expand Down

0 comments on commit a301f98

Please sign in to comment.