Skip to content

Commit

Permalink
Add Ruby version guard to bake-releases gem.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Nov 2, 2024
1 parent 7f6d2aa commit 3301bdc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion gems.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
gem "bake"
gem "bake-gem"
gem "bake-modernize"
gem "bake-releases"

if RUBY_VERSION >= "3.1"
gem "bake-releases"
end
end

group :doc do
Expand Down

0 comments on commit 3301bdc

Please sign in to comment.