From d6e31f473e15c307faf3ef61d40f43f7b46962b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Feb 2020 08:40:26 +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 237f51e..c165e1f 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gem 'populator', '1.0.0' gem 'pg' gem 'prawn', '0.6.3' gem 'rails', '2.3.18' -gem 'rake', '0.8.7' +gem 'rake', '12.3.3' gem 'searchlogic', '2.4.25' gem 'will_paginate', '2.3.15' diff --git a/Gemfile.lock b/Gemfile.lock index ed13103..1592fa3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -39,7 +39,7 @@ GEM activeresource (= 2.3.18) activesupport (= 2.3.18) rake (>= 0.8.3) - rake (0.8.7) + rake (12.3.3) searchlogic (2.4.25) activerecord (>= 2.0.0) will_paginate (2.3.15) @@ -56,6 +56,6 @@ DEPENDENCIES populator (= 1.0.0) prawn (= 0.6.3) rails (= 2.3.18) - rake (= 0.8.7) + rake (= 12.3.3) searchlogic (= 2.4.25) will_paginate (= 2.3.15)