Skip to content

Commit

Permalink
fixed version pinning for default gems on 3.1
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Powell <[email protected]>
  • Loading branch information
tpowell-progress committed Feb 29, 2024
1 parent 9f1978f commit f73dbaa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source "https://rubygems.org"
gemspec

group :development do
gem "chefstyle", "2.0.8"
gem "cookstyle" #, "2.0.8"
gem "rake"
gem "rspec", "~> 3.0"
end
Expand All @@ -16,6 +16,10 @@ else
group :development do
# temporarily we only support building against main
if RUBY_VERSION =~ /^3\.1/
gem "date", "= 3.2.2"
gem "racc", "= 1.6.0"
gem "bigdecimal", "= 3.1.1"
gem "json", "= 2.6.1"
gem "chef", "~> 18.0"
gem "ohai", "~> 18.0"
else
Expand Down

0 comments on commit f73dbaa

Please sign in to comment.