From b752c1dfd6fee82a1de7cb7f8ea302b2d723150d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Feb 2020 09:37:26 +0000 Subject: [PATCH] Bump rake from 0.9.2 to 13.0.1 in /examples/rails/myapp Bumps [rake](https://github.com/ruby/rake) from 0.9.2 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/rake-0.9.2...v13.0.1) Signed-off-by: dependabot[bot] --- examples/rails/myapp/Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/rails/myapp/Gemfile.lock b/examples/rails/myapp/Gemfile.lock index 3f37c1792..c44a6f3b9 100644 --- a/examples/rails/myapp/Gemfile.lock +++ b/examples/rails/myapp/Gemfile.lock @@ -80,7 +80,7 @@ GEM rake (>= 0.8.7) rdoc (~> 3.4) thor (~> 0.14.6) - rake (0.9.2) + rake (13.0.1) rdoc (3.9.4) sass (3.1.7) sass-rails (3.1.0) @@ -90,7 +90,7 @@ GEM sprockets (2.0.0) hike (~> 1.2) rack (~> 1.0) - tilt (!= 1.3.0, ~> 1.1) + tilt (~> 1.1, != 1.3.0) sqlite3 (1.3.4) thor (0.14.6) tilt (1.3.3)