Skip to content

Commit

Permalink
Update MultiJson dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
James Herdman committed Mar 27, 2012
1 parent 9cc0b0b commit ded1a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rabl.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.require_paths = ["lib"]

s.add_dependency 'multi_json', '~> 1.1.0'
s.add_dependency 'multi_json', '~> 1.2.0'
s.add_dependency 'activesupport', '>= 2.3.14'

s.add_development_dependency 'riot', '~> 0.12.3'
Expand Down

0 comments on commit ded1a17

Please sign in to comment.