Skip to content

Commit

Permalink
Allow Hashie to float to 3.x (no need to be so specific)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeiser committed Sep 2, 2015
1 parent f344168 commit a99e9c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chef-zero.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |s|
s.license = 'Apache 2.0'

s.add_dependency 'mixlib-log', '~> 1.3'
s.add_dependency 'hashie', '~> 2.0'
s.add_dependency 'hashie', '>= 2.0', '< 4.0'
s.add_dependency 'uuidtools', '~> 2.1'
s.add_dependency 'ffi-yajl', '~> 2.2'
s.add_dependency 'rack'
Expand Down

0 comments on commit a99e9c0

Please sign in to comment.