Skip to content

Commit

Permalink
Update gems.rb with test gems.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Nov 6, 2023
1 parent 6e034c4 commit 8a79887
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions gems.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,16 @@

gemspec

group :test do
gem "sus"
gem "covered"
gem "bake-test"
gem "bake-test-external"
end

group :maintenance, optional: true do
gem "bake-modernize"
gem "bake-bundler"

gem "sus"
gem "covered"

gem "utopia-project"
end

0 comments on commit 8a79887

Please sign in to comment.