Skip to content

Commit

Permalink
ci test: install test-unit
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 11, 2025
1 parent 387d14a commit 12cc88c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,11 @@ source "https://rubygems.org/"

gemspec

gem "bundler"
gem "rake"
group :development, :test do
gem "bundler"
gem "rake"
end

group :test do
gem "test-unit"
end

0 comments on commit 12cc88c

Please sign in to comment.