Skip to content

Commit

Permalink
Bump multi_json dependency to version 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Apr 19, 2012
1 parent 5326d7d commit 989d15d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twitter.gemspec
Expand Up @@ -4,7 +4,7 @@ require File.expand_path('../lib/twitter/version', __FILE__)
Gem::Specification.new do |gem|
gem.add_dependency 'activesupport', ['>= 2.3.9', '< 4']
gem.add_dependency 'faraday', '~> 0.7'
gem.add_dependency 'multi_json', '~> 1.0'
gem.add_dependency 'multi_json', '~> 1.3'
gem.add_dependency 'simple_oauth', '~> 0.1'
gem.add_development_dependency 'json'
gem.add_development_dependency 'maruku'
Expand Down

0 comments on commit 989d15d

Please sign in to comment.