Skip to content

Commit

Permalink
3.0, 3.1, and unbounded
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 1, 2024
1 parent 367f85f commit 6737009
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ else
group :development do
# chef 17 is on 3.0
# chef 18 is on 3.1
if RUBY_VERSION =~ /^3\.1/
gem "chef", "~> 18.0"
gem "ohai", "~> 18.0"
else
if RUBY_VERSION =~ /^3\.0/
gem "chef", "~> 17.0"
gem "ohai", "~> 17.0"
else
gem "chef"
gem "ohai"
end
end
end

0 comments on commit 6737009

Please sign in to comment.