From 59f0031440127d3a5b301e0cc448fcc3217213c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Feb 2020 16:29:32 +0000 Subject: [PATCH] Bump rake from 12.3.2 to 12.3.3 Bumps [rake](https://github.com/ruby/rake) from 12.3.2 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/v12.3.2...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 5eed072f..ccea4a79 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ ruby '2.3.1' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem 'rails', '4.2.6' -gem 'rake', '12.3.2' +gem 'rake', '12.3.3' # Use mysql as the database for Active Record gem 'mysql2', '>= 0.3.13', '< 0.5' gem 'active_record_union' diff --git a/Gemfile.lock b/Gemfile.lock index ee2bdf51..2652d077 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -165,7 +165,7 @@ GEM activesupport (= 4.2.6) rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) - rake (12.3.2) + rake (12.3.3) rb-fsevent (0.10.3) rb-inotify (0.10.0) ffi (~> 1.0) @@ -248,7 +248,7 @@ DEPENDENCIES mysql2 (>= 0.3.13, < 0.5) paperclip rails (= 4.2.6) - rake (= 12.3.2) + rake (= 12.3.3) remotipart (~> 1.2) sass-rails (~> 5.0) sdoc (~> 0.4.0)