We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7d2869 commit 60a7d5bCopy full SHA for 60a7d5b
1 file changed
Gemfile
@@ -4,6 +4,10 @@ source 'https://rubygems.org'
4
5
gemspec
6
7
+if RUBY_VERSION >= '4'
8
+ gem 'logger'
9
+end
10
+
11
if ENV['CC_TEST_REPORTER_ID']
12
group :test do
13
gem 'simplecov'
0 commit comments