From c5f9f7ff20408304bdc93dc025dc7b24f31b5322 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2020 05:14:53 +0000 Subject: [PATCH] Bump rake from 10.4.2 to 12.3.3 Bumps [rake](https://github.com/ruby/rake) from 10.4.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/v10.4.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 8812395..8b496f6 100644 --- a/Gemfile +++ b/Gemfile @@ -17,7 +17,7 @@ gem "middleman-search_engine_sitemap", "~> 1.3.0" gem "slim", "~> 3.0.6" # Heroku -gem "rake", "~> 10.4.2" +gem "rake", "~> 12.3.3" gem "rack-contrib", "~> 1.4.0" gem "rack-zippy", "~> 3.0.1" gem "puma" diff --git a/Gemfile.lock b/Gemfile.lock index 2122858..321ed49 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -150,7 +150,7 @@ GEM rack-test (1.1.0) rack (>= 1.0, < 3) rack-zippy (3.0.1) - rake (10.4.2) + rake (12.3.3) rb-fsevent (0.10.3) rb-inotify (0.9.10) ffi (>= 0.5.0, < 2) @@ -198,7 +198,7 @@ DEPENDENCIES puma rack-contrib (~> 1.4.0) rack-zippy (~> 3.0.1) - rake (~> 10.4.2) + rake (~> 12.3.3) slim (~> 3.0.6) BUNDLED WITH