diff --git a/Gemfile.lock b/Gemfile.lock index 9cc4d7a..bbce4b9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,7 +7,7 @@ PATH gli (~> 2.14, >= 2.14.0) highline (>= 1.7.8, < 4.0) rainbow (>= 2.1.0, < 4.0) - will_paginate (~> 3.1, >= 3.1.0) + will_paginate (>= 3.1, < 5.0) GEM remote: https://rubygems.org/ @@ -186,7 +186,7 @@ GEM unicode-emoji (~> 4.0, >= 4.0.4) unicode-emoji (4.2.0) uri (1.1.1) - will_paginate (3.3.1) + will_paginate (4.0.1) yard (0.9.37) PLATFORMS diff --git a/gems-cli.gemspec b/gems-cli.gemspec index d5c44fc..0189f21 100644 --- a/gems-cli.gemspec +++ b/gems-cli.gemspec @@ -45,5 +45,5 @@ Gem::Specification.new do |s| s.add_runtime_dependency "highline", ">= 1.7.8", "< 4.0" s.add_runtime_dependency "clipboard", "~> 1.1", ">= 1.1.0" s.add_runtime_dependency "rainbow", ">= 2.1.0", "< 4.0" - s.add_runtime_dependency "will_paginate", "~> 3.1", ">= 3.1.0" + s.add_runtime_dependency "will_paginate", ">= 3.1", "< 5.0" end