We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 11e9722 + c73eafa commit a289f4cCopy full SHA for a289f4c
Gemfile
@@ -10,7 +10,7 @@ else
10
end
11
12
# We need a newish Rake since Active Job sets its test tasks' descriptions.
13
-gem "rake", ">= 11.1"
+gem "rake", ">= 13"
14
15
gem "sprockets-rails", ">= 2.0.0"
16
gem "propshaft", ">= 0.1.7"
Gemfile.lock
@@ -607,7 +607,7 @@ DEPENDENCIES
607
racc (>= 1.4.6)
608
rack-cache (~> 1.2)
609
rails!
610
- rake (>= 11.1)
+ rake (>= 13)
611
redcarpet (~> 3.2.3)
612
redis (>= 4.0.1)
613
redis-namespace
0 commit comments