Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit 1e0a508

Browse files
committed
Actually specify correct version of rake to avoid warning
1 parent 2155868 commit 1e0a508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if RUBY_VERSION < '1.9.3'
1818
elsif RUBY_VERSION < '2.0.0'
1919
gem 'rake', '< 12.0.0' # rake 12 requires Ruby 2.0.0 or later
2020
else
21-
gem 'rake', '>= 12.3.2'
21+
gem 'rake', '>= 12.3.3'
2222
end
2323

2424
### dep for ci/coverage

0 commit comments

Comments
 (0)