From ac3441ce7a07f4e08874823f82de466baeb0f016 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 21:00:51 +0000 Subject: [PATCH] Bump rake from 10.5.0 to 12.3.3 Bumps [rake](https://github.com/ruby/rake) from 10.5.0 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.5.0...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 a57415c..6f0d40e 100644 --- a/Gemfile +++ b/Gemfile @@ -12,5 +12,5 @@ end group :development do gem 'rdoc' gem "rspec", '~>2.14.0' - gem "rake", "< 11.0" + gem "rake", "< 13.0" end diff --git a/Gemfile.lock b/Gemfile.lock index e1be793..9b6d1cb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,7 +9,7 @@ GEM mini_portile2 (~> 2.4.0) psych (4.0.6) stringio - rake (10.5.0) + rake (12.3.3) rdoc (6.4.0) psych (>= 4.0.0) rspec (2.14.1) @@ -29,7 +29,7 @@ DEPENDENCIES curb (~> 0.9.10) htmlentities (>= 4.3.1) nokogiri (~> 1.9.1) - rake (< 11.0) + rake (< 13.0) rdoc rspec (~> 2.14.0)