Skip to content

Commit

Permalink
Separate group
Browse files Browse the repository at this point in the history
  • Loading branch information
exoego committed Mar 25, 2024
1 parent 97dbeb1 commit b40b3cd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,12 @@ gem 'roda'
gem 'rspec-rails'

group :test do
gem 'super_diff'
end

group :simplecov do
gem 'simplecov', git: 'https://github.com/exoego/simplecov.git', branch: 'branch-fix'
gem 'simplecov-cobertura'
gem 'super_diff'
end

group :development do
Expand Down

0 comments on commit b40b3cd

Please sign in to comment.