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

Commit e4cfd92

Browse files
committed
Rake 13 requires ruby 2.2
1 parent ab780e0 commit e4cfd92

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ if RUBY_VERSION < '1.9.3'
1616
gem 'rake', '< 11.0.0' # rake 11 requires Ruby 1.9.3 or later
1717
elsif RUBY_VERSION < '2.0.0'
1818
gem 'rake', '< 12.0.0' # rake 12 requires Ruby 2.0.0 or later
19+
elsif RUBY_VERSION < '2.2.0'
20+
gem 'rake', '< 13.0.0' # rake 13 requires Ruby 2.2.0 or later
1921
else
2022
gem 'rake', '> 12.3.2'
2123
end

0 commit comments

Comments
 (0)