From a7df3d2b79bdd2883222325095ffa82c5e3a213f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Feb 2020 15:40:20 +0000 Subject: [PATCH] Bump rake from 10.4.2 to 13.0.1 in /examples/rails_4_button_example Bumps [rake](https://github.com/ruby/rake) from 10.4.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/v10.4.2...v13.0.1) Signed-off-by: dependabot[bot] --- examples/rails_4_button_example/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/rails_4_button_example/Gemfile.lock b/examples/rails_4_button_example/Gemfile.lock index 9597a9d..2413f49 100644 --- a/examples/rails_4_button_example/Gemfile.lock +++ b/examples/rails_4_button_example/Gemfile.lock @@ -101,7 +101,7 @@ GEM activesupport (= 4.2.1) rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) - rake (10.4.2) + rake (13.0.1) rdoc (4.2.0) sass (3.4.13) sass-rails (5.0.3)