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 Apr 4, 2024
1 parent 9ae25ef commit b3d067e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,9 @@ if RUBY_VERSION == "2.0.0"
gem "rake", "12.3.3"
end
gem "pastel", "~> 0.8.0"
gem "yardstick", "~> 0.9.9"

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

group :metrics do
gem "yardstick", "~> 0.9.9"
end

0 comments on commit b3d067e

Please sign in to comment.