From 0c5763c8e0433c9d40f77851b110539530295509 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Feb 2020 18:58:53 +0000 Subject: [PATCH] Bump rake from 11.3.0 to 13.0.1 Bumps [rake](https://github.com/ruby/rake) from 11.3.0 to 13.0.1. - [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/v11.3.0...v13.0.1) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 6f587996..727b75cc 100644 --- a/Gemfile +++ b/Gemfile @@ -17,7 +17,7 @@ gemspec gem 'rails', '~> 5.2.0' # Lock in Rake to a version compatible with rspec-rails 3.0 -gem 'rake', '< 12.0.0' +gem 'rake', '< 14.0.0' gem 'sass', require: 'sass' diff --git a/Gemfile.lock b/Gemfile.lock index 4239de80..480b59f2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -256,7 +256,7 @@ GEM method_source rake (>= 0.8.7) thor (>= 0.19.0, < 2.0) - rake (11.3.0) + rake (13.0.1) rb-fsevent (0.10.3) rb-inotify (0.10.1) ffi (~> 1.0) @@ -371,7 +371,7 @@ DEPENDENCIES rails (~> 5.2.0) rails-controller-testing rails-perftest - rake (< 12.0.0) + rake (< 14.0.0) rspec-rails (~> 3.6.0) ruby-prof sass