From 29a8a6c59d18bdb85d5dfea6878239ffad4ba8fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2020 23:33:03 +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 d8d8d0d..f228a0e 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ ruby "2.4.1" gem 'rails', '5.2.3' -gem 'rake', '~> 12.3.2' +gem 'rake', '~> 12.3.3' gem 'rails_12factor', group: :production gem 'nokogiri', '~> 1.8.1' diff --git a/Gemfile.lock b/Gemfile.lock index 08e51f7..6a3ff6d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -118,7 +118,7 @@ GEM method_source rake (>= 0.8.7) thor (>= 0.19.0, < 2.0) - rake (12.3.2) + rake (12.3.3) sprockets (3.7.2) concurrent-ruby (~> 1.0) rack (> 1, < 3) @@ -150,7 +150,7 @@ DEPENDENCIES puma rails (= 5.2.3) rails_12factor - rake (~> 12.3.2) + rake (~> 12.3.3) RUBY VERSION ruby 2.4.1p111