From 1a9fab99808e6d985acba98ca4b3832149f8df51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Feb 2020 08:40:21 +0000 Subject: [PATCH] Bump rake from 10.0.3 to 12.3.3 Bumps [rake](https://github.com/ruby/rake) from 10.0.3 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.0.3...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 663de81..132076f 100644 --- a/Gemfile +++ b/Gemfile @@ -36,7 +36,7 @@ gem "daemons" gem 'rspec', :require => false gem "omniauth" gem 'omniauth-google-oauth2' -gem 'rake', '10.0.3' +gem 'rake', '12.3.3' gem 'open_uri_redirections' gem "workless", "~> 1.1.1" gem "em-http-request" diff --git a/Gemfile.lock b/Gemfile.lock index 30337c5..c0c579a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -147,7 +147,7 @@ GEM rake (>= 0.8.7) rdoc (~> 3.4) thor (~> 0.14.6) - rake (10.0.3) + rake (12.3.3) rb-readline (0.4.2) rdoc (3.12.2) json (~> 1.4) @@ -223,7 +223,7 @@ DEPENDENCIES open_uri_redirections pg (= 0.11.0) rails (= 3.1.1) - rake (= 10.0.3) + rake (= 12.3.3) rb-readline (~> 0.4.2) rspec rspec-rails