Skip to content

Commit 2c2c44e

Browse files
committed
Change Gemfile to remove the test group
1 parent 7b77c56 commit 2c2c44e

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

Gemfile

+6-9
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,12 @@ source "https://rubygems.org"
22

33
gemspec
44

5-
# gem "tty-reader", git: "https://github.com/piotrmurach/tty-reader"
6-
# gem "pastel", git: "https://github.com/piotrmurach/pastel"
5+
gem "benchmark-ips", "~> 2.13.0"
76
gem "json", "2.4.1" if RUBY_VERSION == "2.0.0"
7+
# gem "pastel", git: "https://github.com/piotrmurach/pastel"
8+
# gem "tty-reader", git: "https://github.com/piotrmurach/tty-reader"
89

9-
group :test do
10-
gem "benchmark-ips", "~> 2.13.0"
11-
12-
if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("2.7.0")
13-
gem "coveralls_reborn", "~> 0.28.0"
14-
gem "simplecov", "~> 0.22.0"
15-
end
10+
if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("2.7.0")
11+
gem "coveralls_reborn", "~> 0.28.0"
12+
gem "simplecov", "~> 0.22.0"
1613
end

0 commit comments

Comments
 (0)