Skip to content

Commit

Permalink
update some gems
Browse files Browse the repository at this point in the history
Signed-off-by: nikhil2611 <[email protected]>
  • Loading branch information
nikhil2611 committed Sep 20, 2023
1 parent 1883c36 commit ca66555
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 @@ -14,11 +14,11 @@ group :development do
gem "chef-utils", "17.10.0" # pin until we drop ruby 2.5
else
gem "chef-zero", ">= 15.0.4"
gem "chef", "~> 18.0"
gem "chef", "~> 17.0"
gem "rspec", "~> 3.11"
gem "aruba", "~> 2.2"
gem "knife", "~> 18.0"
gem "chef-utils", ">= 18.2" # pin until we drop ruby >=3
gem "knife", "~> 17.0"
gem "chef-utils", "17.10.0" # pin until we drop ruby >=3
end
end

Expand Down

0 comments on commit ca66555

Please sign in to comment.