From 251c78d56a8a9b1881e5a437dc66a91b1469403b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Mar 2021 00:12:30 +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 90b0b59..4fd393a 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' ruby '2.4.10' gem 'rails', '3.2.16' -gem 'rake', '< 11.0' +gem 'rake', '< 13.0' gem 'pg', '0.12.2' group :development, :test do diff --git a/Gemfile.lock b/Gemfile.lock index 29490d2..1d595f8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -91,7 +91,7 @@ GEM rake (>= 0.8.7) rdoc (~> 3.4) thor (>= 0.14.6, < 2.0) - rake (10.5.0) + rake (12.3.3) rdoc (3.12.2) json (~> 1.4) rspec (2.11.0) @@ -145,7 +145,7 @@ DEPENDENCIES jquery-rails (= 2.0.2) pg (= 0.12.2) rails (= 3.2.16) - rake (< 11.0) + rake (< 13.0) rspec-rails (= 2.11.0) sass-rails (= 3.2.5) sqlite3 (= 1.3.5)