Skip to content

Commit

Permalink
Unbound cucumber, etc, for 2.4 retirement
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Powell <[email protected]>
  • Loading branch information
tpowell-progress committed Mar 6, 2024
1 parent f685537 commit a40cd4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a40cd4c

Please sign in to comment.