Skip to content

Commit

Permalink
Pin nice_hash to version 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] committed Feb 8, 2019
1 parent db8662d commit 8c4fd55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nice_http.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |s|
s.extra_rdoc_files = ["LICENSE","README.md"]
s.homepage = 'https://github.com/MarioRuiz/nice_http'
s.license = 'MIT'
s.add_runtime_dependency 'nice_hash', ['>= 1.8.1']
s.add_runtime_dependency 'nice_hash', ['1.9.0']
s.add_development_dependency 'rspec', '~> 3.8', '>= 3.8.0'
s.add_development_dependency 'coveralls', '~> 0.8', '>= 0.8.22'
s.test_files = s.files.grep(%r{^(test|spec|features)/})
Expand Down

0 comments on commit 8c4fd55

Please sign in to comment.