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.
1 parent 9a14c02 commit 480fc44Copy full SHA for 480fc44
Gemfile
@@ -1,7 +1,7 @@
1
source 'https://rubygems.org'
2
3
# Fixing deprecated 'last_comment' method in newer versions of rake
4
-gem 'rake', '< 11.0'
+gem 'rake', '< 13.0'
5
6
gem 'calagator', git: 'https://github.com/calagator/calagator.git'
7
Gemfile.lock
@@ -194,7 +194,7 @@ GEM
194
activesupport (= 4.2.1)
195
rake (>= 0.8.7)
196
thor (>= 0.18.1, < 2.0)
197
- rake (10.5.0)
+ rake (12.3.3)
198
rdoc (4.2.0)
199
json (~> 1.4)
200
recaptcha (3.3.0)
@@ -290,7 +290,7 @@ DEPENDENCIES
290
puma
291
puma_worker_killer
292
rails (= 4.2.1)
293
- rake (< 11.0)
+ rake (< 13.0)
294
recaptcha
295
rspec-rails (~> 3.0)
296
sass-rails (~> 5.0)
0 commit comments