From 8a86080b3367fb5a65106961a76b88e9e3810569 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2020 23:34:22 +0000 Subject: [PATCH] Bump rake from 10.3.2 to 12.3.3 Bumps [rake](https://github.com/ruby/rake) from 10.3.2 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.3.2...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 8204e3f..a607951 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source 'https://rubygems.org' ruby '~> 2.0' gem 'rails', '3.2.22' -gem 'rake', '10.3.2' +gem 'rake', '12.3.3' # DBMS # gem 'sqlite3' diff --git a/Gemfile.lock b/Gemfile.lock index 8f33203..3e3528e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -136,7 +136,7 @@ GEM rake (>= 0.8.7) rdoc (~> 3.4) thor (>= 0.14.6, < 2.0) - rake (10.3.2) + rake (12.3.3) rdoc (3.12.2) json (~> 1.4) recaptcha (4.6.6) @@ -206,7 +206,7 @@ DEPENDENCIES pg (= 0.17.1) pry-rails (= 0.3.2) rails (= 3.2.22) - rake (= 10.3.2) + rake (= 12.3.3) recaptcha (= 4.6.6) rest-client (= 1.6.7) rubyzip (= 1.0.0)