From 2480a360d5cf61ab1bf8aea556caa2db910a87f0 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2020 12:10:55 +0000 Subject: [PATCH] Pin nice_hash to version 1.15.6 --- nice_http.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nice_http.gemspec b/nice_http.gemspec index fd75cc0..9a2a4c4 100644 --- a/nice_http.gemspec +++ b/nice_http.gemspec @@ -11,7 +11,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.15', '>= 1.15.4' + s.add_runtime_dependency 'nice_hash', '1.15.6' s.add_development_dependency 'rspec', '~> 3.8', '>= 3.8.0' s.test_files = s.files.grep(%r{^(test|spec|features)/}) s.require_paths = ["lib"]