Skip to content
This repository has been archived by the owner on Mar 6, 2018. It is now read-only.

Commit

Permalink
updated hashie dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Smith committed Feb 10, 2012
1 parent 1dd8ee4 commit eff8169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chargify.gemspec
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |s|
Dir.glob(['{lib,test}/**/*.rb', 'test/fixtures/*.json'])
s.test_files = [ "test/helper.rb", "test/chargify_test.rb" ]

s.add_runtime_dependency(%q<hashie>, ["~> 1.0.0"])
s.add_runtime_dependency(%q<hashie>, ["~> 1.2"])
s.add_runtime_dependency(%q<httparty>, ["~> 0.7.4"])
s.add_development_dependency(%q<shoulda>, [">= 2.10.1"])
s.add_development_dependency(%q<jnunemaker-matchy>, ["= 0.4.0"])
Expand Down

0 comments on commit eff8169

Please sign in to comment.