Skip to content

Commit

Permalink
Removed sub-specifier for gems
Browse files Browse the repository at this point in the history
  • Loading branch information
ohrite committed Apr 24, 2012
1 parent 134fade commit ef6d747
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions linkedin.gemspec
Expand Up @@ -2,9 +2,9 @@
require File.expand_path('../lib/linked_in/version', __FILE__)

Gem::Specification.new do |gem|
gem.add_dependency 'hashie', '~> 1.2.0'
gem.add_dependency 'multi_json', '~> 1.0.3'
gem.add_dependency 'oauth', '~> 0.4.5'
gem.add_dependency 'hashie', '~> 1.2'
gem.add_dependency 'multi_json', '~> 1.0'
gem.add_dependency 'oauth', '~> 0.4'
gem.add_development_dependency 'json', '~> 1.6'
gem.add_development_dependency 'rake', '~> 0.9'
gem.add_development_dependency 'rdoc', '~> 3.8'
Expand Down

0 comments on commit ef6d747

Please sign in to comment.