From 12e81967239125397c6f7dcf4e9b1c83d1092cea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2020 13:32:18 +0000 Subject: [PATCH] Bump rake from 11.1.1 to 13.0.1 in /examples/gulp Bumps [rake](https://github.com/ruby/rake) from 11.1.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/v11.1.1...v13.0.1) Signed-off-by: dependabot[bot] --- examples/gulp/Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/gulp/Gemfile.lock b/examples/gulp/Gemfile.lock index 45885e6..13409d9 100644 --- a/examples/gulp/Gemfile.lock +++ b/examples/gulp/Gemfile.lock @@ -2,7 +2,7 @@ PATH remote: ../.. specs: npm-pipeline-rails (1.1.3) - railties (~> 4.0) + railties (>= 4.0.0, < 6.0.0) sprockets (~> 3.5) GEM @@ -87,7 +87,7 @@ GEM activesupport (= 4.2.6) rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) - rake (11.1.1) + rake (13.0.1) sprockets (3.5.2) concurrent-ruby (~> 1.0) rack (> 1, < 3)