From 9c16a6540a5851f5e78b21743b8a99d70cc365c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2020 13:32:17 +0000 Subject: [PATCH] Bump rake from 12.3.1 to 13.0.1 in /examples/brunch Bumps [rake](https://github.com/ruby/rake) from 12.3.1 to 13.0.1. - [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.1...v13.0.1) Signed-off-by: dependabot[bot] --- examples/brunch/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/brunch/Gemfile.lock b/examples/brunch/Gemfile.lock index b882dbb..6b48738 100644 --- a/examples/brunch/Gemfile.lock +++ b/examples/brunch/Gemfile.lock @@ -90,7 +90,7 @@ GEM activesupport (= 4.2.7.1) rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) - rake (12.3.1) + rake (13.0.1) sprockets (3.7.2) concurrent-ruby (~> 1.0) rack (> 1, < 3)