From 1b400e75f6e39397bcead269cde6da312d391beb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2020 22:26:28 +0000 Subject: [PATCH] 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](https://github.com/ruby/rake/compare/v10.5.0...v12.3.3) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 2fdf3c2..0428686 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gem 'rails', '4.2.11.1' # NoMethodError: undefined method `last_comment' for # # http://stackoverflow.com/questions/35893584/nomethoderror-undefined-method-last-comment-after-upgrading-to-rake-11 -gem 'rake', '< 11.0' +gem 'rake', '< 13.0' gem 'bootstrap-sass', '3.2.0.4' diff --git a/Gemfile.lock b/Gemfile.lock index 069681a..830c172 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -182,7 +182,7 @@ GEM rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) raindrops (0.19.0) - rake (10.5.0) + rake (12.3.3) rb-fsevent (0.10.3) rb-inotify (0.10.1) ffi (~> 1.0) @@ -270,7 +270,7 @@ DEPENDENCIES rack-mini-profiler rails (= 4.2.11.1) rails_12factor (= 0.0.2) - rake (< 11.0) + rake (< 13.0) rspec-rails (~> 3.3.0) sass-rails (~> 4.0.0) sdoc