Skip to content

Commit

Permalink
Add ci_reporter_minitest to Gemfile and match h-c-f more closely
Browse files Browse the repository at this point in the history
  • Loading branch information
ianballou committed May 8, 2024
1 parent a2a12d3 commit e24cc81
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ gemspec
self.instance_eval(Bundler.read_file(local_gemfile)) if File.exist?(local_gemfile)
end

gem 'gettext', '>= 3.1.3', '< 4.0.0'

group :test do
gem 'gettext', '>= 3.1.3', '< 4.0.0'
gem 'minitest', '4.7.4'
gem 'ci_reporter_minitest', :require => false
gem 'minitest', '~> 5.18'
gem 'minitest-spec-context', '~> 0.0.5'
gem 'mocha', '~> 2.0'
gem 'rake', '~> 10.0'
Expand Down

0 comments on commit e24cc81

Please sign in to comment.