Skip to content

Commit

Permalink
updated gemfilr
Browse files Browse the repository at this point in the history
Signed-off-by: nikhil2611 <[email protected]>
  • Loading branch information
nikhil2611 committed Dec 13, 2023
1 parent a99b7bb commit 51e4e41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ group :test do
gem "rspec", "~> 3.8"
gem "rspec-expectations", "~> 3.8"
gem "rspec-mocks", "~> 3.8"
gem "cookstyle", "=7.7.2" # this forces dependabot PRs to open which triggers cookstyle CI on the chef generate command
gem "chefstyle", "=1.6.2"
gem "cookstyle", "=7.32.2" # this forces dependabot PRs to open which triggers cookstyle CI on the chef generate command
gem "chefstyle", "=2.2.3"
gem "test-kitchen", ">= 2.11.1"

if Gem::Version.new(RUBY_VERSION) < Gem::Version.new("2.6")
Expand Down

0 comments on commit 51e4e41

Please sign in to comment.