We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b77c56 commit 2c2c44eCopy full SHA for 2c2c44e
Gemfile
@@ -2,15 +2,12 @@ source "https://rubygems.org"
2
3
gemspec
4
5
-# gem "tty-reader", git: "https://github.com/piotrmurach/tty-reader"
6
-# gem "pastel", git: "https://github.com/piotrmurach/pastel"
+gem "benchmark-ips", "~> 2.13.0"
7
gem "json", "2.4.1" if RUBY_VERSION == "2.0.0"
+# gem "pastel", git: "https://github.com/piotrmurach/pastel"
8
+# gem "tty-reader", git: "https://github.com/piotrmurach/tty-reader"
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
+if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("2.7.0")
+ gem "coveralls_reborn", "~> 0.28.0"
+ gem "simplecov", "~> 0.22.0"
16
end
0 commit comments