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 76a7320 commit b95cbdb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gems.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
gem "bake"
gem "bake-gem"
gem "bake-modernize"
gem "bake-releases"

gem "bake-releases", if: RUBY_VERSION > "3.1"
end

group :doc do
Expand Down

0 comments on commit b95cbdb

Please sign in to comment.