Skip to content

Commit

Permalink
Bundling json_pure is no longer necessary since ok_json is bundled wi…
Browse files Browse the repository at this point in the history
…th multi_json 1.0 and greater
  • Loading branch information
sferik committed Jun 24, 2011
1 parent f23ef7a commit 65bfb11
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions oauth2.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
require File.expand_path('../lib/oauth2/version', __FILE__)

Gem::Specification.new do |gem|
gem.add_development_dependency 'ZenTest', '~> 4.5'
gem.add_development_dependency 'json_pure', '~> 1.5'
gem.add_development_dependency 'rake', '~> 0.9'
gem.add_development_dependency 'rspec', '~> 2.6'
gem.add_development_dependency 'simplecov', '~> 0.4'
gem.add_development_dependency 'yard', '~> 0.7'
gem.add_development_dependency 'ZenTest', '~> 4.5'
gem.add_runtime_dependency 'faraday', ['>= 0.6.1', '< 0.8']
gem.add_runtime_dependency 'multi_json', '~> 1.0.0'
gem.authors = ["Michael Bleigh", "Erik Michaels-Ober"]
Expand Down

0 comments on commit 65bfb11

Please sign in to comment.