From dbbcd74b46df377c5da64e6b4cee4653f97d146e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2020 22:46:05 +0000 Subject: [PATCH] Bump rake from 10.1.0 to 12.3.3 Bumps [rake](https://github.com/ruby/rake) from 10.1.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/rake-10.1.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 42e7bbb..f19648c 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source 'https://rubygems.org' ruby '2.1.3' gem 'rails', '3.2.11' -gem 'rake', '10.1.0' +gem 'rake', '12.3.3' gem 'thin' gem 'ruby-progressbar' diff --git a/Gemfile.lock b/Gemfile.lock index 0bda2f5..0174199 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -75,7 +75,7 @@ GEM rake (>= 0.8.7) rdoc (~> 3.4) thor (>= 0.14.6, < 2.0) - rake (10.1.0) + rake (12.3.3) rdoc (3.12.2) json (~> 1.4) rest-client (1.6.7) @@ -114,7 +114,7 @@ DEPENDENCIES nokogiri pg rails (= 3.2.11) - rake (= 10.1.0) + rake (= 12.3.3) rest-client ruby-progressbar sass-rails