Skip to content

Commit 480fc44

Browse files
Bump rake from 10.5.0 to 12.3.3
Bumps [rake](https://github.com/ruby/rake) from 10.5.0 to 12.3.3. - [Release notes](https://github.com/ruby/rake/releases) - [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc) - [Commits](ruby/rake@v10.5.0...v12.3.3) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9a14c02 commit 480fc44

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'https://rubygems.org'
22

33
# Fixing deprecated 'last_comment' method in newer versions of rake
4-
gem 'rake', '< 11.0'
4+
gem 'rake', '< 13.0'
55

66
gem 'calagator', git: 'https://github.com/calagator/calagator.git'
77

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ GEM
194194
activesupport (= 4.2.1)
195195
rake (>= 0.8.7)
196196
thor (>= 0.18.1, < 2.0)
197-
rake (10.5.0)
197+
rake (12.3.3)
198198
rdoc (4.2.0)
199199
json (~> 1.4)
200200
recaptcha (3.3.0)
@@ -290,7 +290,7 @@ DEPENDENCIES
290290
puma
291291
puma_worker_killer
292292
rails (= 4.2.1)
293-
rake (< 11.0)
293+
rake (< 13.0)
294294
recaptcha
295295
rspec-rails (~> 3.0)
296296
sass-rails (~> 5.0)

0 commit comments

Comments
 (0)