Skip to content

Commit

Permalink
Change Gemfile to remove the test group
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmurach committed Apr 5, 2024
1 parent 5b2564a commit 8b82559
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,9 @@ if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("2.1.0")
gem "rspec-benchmark", "~> 0.6.0"
end

group :test do
if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("2.5.0")
gem "coveralls_reborn", "~> 0.20.0"
gem "simplecov", "~> 0.21.0"
end
if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("2.5.0")
gem "coveralls_reborn", "~> 0.20.0"
gem "simplecov", "~> 0.21.0"
end

if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.3.0")
Expand Down

0 comments on commit 8b82559

Please sign in to comment.