From a40cd4c53d06d8b5199bfd45961a7195c362a33b Mon Sep 17 00:00:00 2001 From: Thomas Powell Date: Tue, 5 Mar 2024 20:48:52 -0500 Subject: [PATCH] Unbound cucumber, etc, for 2.4 retirement Signed-off-by: Thomas Powell --- Gemfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 2a4a911..ae30a30 100755 --- a/Gemfile +++ b/Gemfile @@ -4,12 +4,12 @@ source "https://rubygems.org" gemspec group :test do - gem "activesupport", "< 6" # this dep can be removed when we drop Ruby 2.4 support + gem "activesupport" gem "chefstyle" - gem "cucumber", "< 5" # remove the version pin when we drop Ruby 2.4 support + gem "cucumber" gem "rake" gem "rspec", "~> 3.7" - gem "rubocop-ast", "= 1.4.1" # Drop this dependency/version when we remove ruby-2.4 support + gem "rubocop-ast" end group :debug do