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 Mar 2, 2024
1 parent 7b77c56 commit 2c2c44e
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,12 @@ source "https://rubygems.org"

gemspec

# gem "tty-reader", git: "https://github.com/piotrmurach/tty-reader"
# gem "pastel", git: "https://github.com/piotrmurach/pastel"
gem "benchmark-ips", "~> 2.13.0"
gem "json", "2.4.1" if RUBY_VERSION == "2.0.0"
# gem "pastel", git: "https://github.com/piotrmurach/pastel"
# gem "tty-reader", git: "https://github.com/piotrmurach/tty-reader"

group :test do
gem "benchmark-ips", "~> 2.13.0"

if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("2.7.0")
gem "coveralls_reborn", "~> 0.28.0"
gem "simplecov", "~> 0.22.0"
end
if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("2.7.0")
gem "coveralls_reborn", "~> 0.28.0"
gem "simplecov", "~> 0.22.0"
end

0 comments on commit 2c2c44e

Please sign in to comment.