Skip to content

Commit

Permalink
Merge pull request #41 from rightsup/master
Browse files Browse the repository at this point in the history
Remove Hashie version in gemspec
  • Loading branch information
buntine committed May 20, 2015
2 parents 68c4d09 + fc7ad90 commit 3033dac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discogs.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |s|
s.add_development_dependency "rspec", "= 2.12.0"
s.add_development_dependency "simplecov", "= 0.7.1"

s.add_runtime_dependency "hashie", "~> 2.1"
s.add_runtime_dependency "hashie"
s.add_runtime_dependency "oauth", "~> 0.4.7"

end

0 comments on commit 3033dac

Please sign in to comment.