Skip to content

Commit

Permalink
Merge pull request #250 from simulacre/185_multi_json_version
Browse files Browse the repository at this point in the history
refs: #185 gemspec requires multi_json >= 1.3.2
  • Loading branch information
dblock committed Sep 26, 2012
2 parents 1742bbc + 885e74c commit 03fe2d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grape.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'rack'
s.add_runtime_dependency 'rack-mount'
# s.add_runtime_dependency 'rack-jsonp'
s.add_runtime_dependency 'multi_json'
s.add_runtime_dependency 'multi_json', '>= 1.3.2'
s.add_runtime_dependency 'multi_xml'
s.add_runtime_dependency 'hashie', '~> 1.2'
s.add_runtime_dependency 'virtus'
Expand Down

0 comments on commit 03fe2d5

Please sign in to comment.