Skip to content

Commit

Permalink
Add bake-gem and bake-modernize for maintenance tasks.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Nov 21, 2023
1 parent 940a042 commit e0a163e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ gemspec

gem "jruby-openssl" if defined? JRUBY_VERSION

group :development do
gem "pry", require: false
group :maintenance, optional: true do
gem "bake-gem"
gem "bake-modernize"
end

group :development, :test do
Expand Down

0 comments on commit e0a163e

Please sign in to comment.