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