From ecea72c568a8c151b11760759f04d065eb4b5222 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Feb 2020 08:39:54 +0000 Subject: [PATCH] Bump rake from 0.8.7 to 12.3.3 Bumps [rake](https://github.com/ruby/rake) from 0.8.7 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-0.8.7...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 2ec6532311..d7f03d8750 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source :rubygems -gem 'rake', '0.8.7' +gem 'rake', '12.3.3' gem 'rails', '2.3.14' diff --git a/Gemfile.lock b/Gemfile.lock index 60dcce9596..7d2a828bbb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -89,7 +89,7 @@ GEM activeresource (= 2.3.14) activesupport (= 2.3.14) rake (>= 0.8.3) - rake (0.8.7) + rake (12.3.3) rbx-require-relative (0.0.9) recurly (0.3.3) activeresource (>= 2.3) @@ -162,7 +162,7 @@ DEPENDENCIES pickle (= 0.3.4) rack-timeout (= 0.0.1) rails (= 2.3.14) - rake (= 0.8.7) + rake (= 12.3.3) recurly (= 0.3.3) reportable (= 1.1.2) rpx_now (= 0.6.24)