From 6833b3073de97b84529f798746111b3b1f8438e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Feb 2020 15:44:48 +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 4bbfdef..e8a7a33 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'http://rubygems.org' gem 'rails', '3.2.16' -gem 'rake', '10.5.0' +gem 'rake', '12.3.3' gem 'rack-cache', '1.7.1' gem 'nokogiri', '1.6.8' gem 'websocket', '1.2.4' diff --git a/Gemfile.lock b/Gemfile.lock index 246cf01..75b4ea2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -123,7 +123,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) ref (2.0.0) @@ -196,7 +196,7 @@ DEPENDENCIES pry-debugger rack-cache (= 1.7.1) rails (= 3.2.16) - rake (= 10.5.0) + rake (= 12.3.3) rspec-rails (= 2.11.0) sass (= 3.2.10) sass-rails (= 3.2.5)