Skip to content

Commit

Permalink
Change Gemfile to remove the metrics group
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmurach committed Mar 31, 2024
1 parent 7d3a0ee commit a46c7a2
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@ source "https://rubygems.org"
gemspec

gem "json", "2.4.1" if RUBY_VERSION == "2.0.0"
gem "yardstick", "~> 0.9.9"

group :metrics do
if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("2.5.0")
gem "coveralls_reborn", "~> 0.22.0"
gem "simplecov", "~> 0.21.0"
end
gem "yardstick", "~> 0.9.9"
if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("2.5.0")
gem "coveralls_reborn", "~> 0.22.0"
gem "simplecov", "~> 0.21.0"
end

0 comments on commit a46c7a2

Please sign in to comment.