Skip to content

Commit

Permalink
further relax dependency on Hashie
Browse files Browse the repository at this point in the history
update Changelog
  • Loading branch information
reset committed Mar 1, 2013
1 parent f5f94d8 commit a003eac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Next Release
============

* Your contribution here.
* [#355](https://github.com/intridea/grape/issues/355): Relax dependency constraint on Hashie

0.3.1 (2/25/2013)
=================
Expand Down
2 changes: 1 addition & 1 deletion grape.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'activesupport'
s.add_runtime_dependency 'multi_json', '>= 1.3.2'
s.add_runtime_dependency 'multi_xml', '>= 0.5.2'
s.add_runtime_dependency 'hashie', '>= 2.0.2'
s.add_runtime_dependency 'hashie', '>= 1.2.0'
s.add_runtime_dependency 'virtus'
s.add_runtime_dependency 'builder'

Expand Down

0 comments on commit a003eac

Please sign in to comment.