Skip to content

Commit

Permalink
Merge pull request hexgnu#75 from john/master
Browse files Browse the repository at this point in the history
Updated gemspec to hashie 1.2.0
  • Loading branch information
sferik committed Oct 22, 2011
2 parents 50aff2f + a9f5cfd commit bb0d254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linkedin.gemspec
Expand Up @@ -2,7 +2,7 @@
require File.expand_path('../lib/linked_in/version', __FILE__)

Gem::Specification.new do |gem|
gem.add_dependency 'hashie', '~> 1.1.0'
gem.add_dependency 'hashie', '~> 1.2.0'
gem.add_dependency 'multi_json', '~> 1.0.3'
gem.add_dependency 'oauth', '~> 0.4.5'
gem.add_development_dependency 'json', '~> 1.6'
Expand Down

0 comments on commit bb0d254

Please sign in to comment.