Skip to content

Commit

Permalink
Merge pull request #102 from cwalsh/fix_hashie_dependency_version
Browse files Browse the repository at this point in the history
Require Hashie 3+ as dependency
  • Loading branch information
mattolson committed Aug 7, 2015
2 parents 9e61c3c + 8dde186 commit 4a6e800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bigcommerce.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ Gem::Specification.new do |s|

s.add_dependency 'faraday'
s.add_dependency 'faraday_middleware'
s.add_dependency 'hashie'
s.add_dependency 'hashie', '>=3.0'
end

0 comments on commit 4a6e800

Please sign in to comment.