From 14a1a40dc86e3856170c67cca11c319e93ab9b00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2020 17:08:26 +0000 Subject: [PATCH] Update rake requirement from ~> 10.0 to ~> 12.3 Updates the requirements on [rake](https://github.com/ruby/rake) to permit the latest version. - [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 ++-- rubinius-ast.gemspec | 2 +- rubinius-compiler.gemspec | 2 +- rubinius-melbourne.gemspec | 2 +- rubinius-processor.gemspec | 2 +- rubinius-toolset.gemspec | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index a6d5240..0f66a41 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ source 'https://rubygems.org' gem "mspec", "~> 1.9" -gem "rake", "~> 10" +gem "rake", "~> 12" diff --git a/Gemfile.lock b/Gemfile.lock index 08e465f..61ad66b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,14 +2,14 @@ GEM remote: https://rubygems.org/ specs: mspec (1.9.1) - rake (10.5.0) + rake (12.3.3) PLATFORMS ruby DEPENDENCIES mspec (~> 1.9) - rake (~> 10) + rake (~> 12) BUNDLED WITH 1.11.2 diff --git a/rubinius-ast.gemspec b/rubinius-ast.gemspec index d0ca373..2590e6a 100644 --- a/rubinius-ast.gemspec +++ b/rubinius-ast.gemspec @@ -16,5 +16,5 @@ Gem::Specification.new do |spec| spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.3" - spec.add_development_dependency "rake", "~> 10.0" + spec.add_development_dependency "rake", "~> 12.3" end diff --git a/rubinius-compiler.gemspec b/rubinius-compiler.gemspec index 5596029..2e4a6c8 100644 --- a/rubinius-compiler.gemspec +++ b/rubinius-compiler.gemspec @@ -16,5 +16,5 @@ Gem::Specification.new do |spec| spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.3" - spec.add_development_dependency "rake", "~> 10.0" + spec.add_development_dependency "rake", "~> 12.3" end diff --git a/rubinius-melbourne.gemspec b/rubinius-melbourne.gemspec index da04c39..b772d1c 100644 --- a/rubinius-melbourne.gemspec +++ b/rubinius-melbourne.gemspec @@ -18,5 +18,5 @@ Gem::Specification.new do |spec| spec.add_development_dependency "redcard", "~> 1.0" spec.add_development_dependency "mspec", "~> 1.5" - spec.add_development_dependency "rake", "~> 10.0" + spec.add_development_dependency "rake", "~> 12.3" end diff --git a/rubinius-processor.gemspec b/rubinius-processor.gemspec index 69e9db6..628c709 100644 --- a/rubinius-processor.gemspec +++ b/rubinius-processor.gemspec @@ -16,5 +16,5 @@ Gem::Specification.new do |spec| spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.3" - spec.add_development_dependency "rake", "~> 10.0" + spec.add_development_dependency "rake", "~> 12.3" end diff --git a/rubinius-toolset.gemspec b/rubinius-toolset.gemspec index a0e8c08..da61b7e 100644 --- a/rubinius-toolset.gemspec +++ b/rubinius-toolset.gemspec @@ -23,7 +23,7 @@ the Rubinius code tools as are suitable for that language. spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.3" - spec.add_development_dependency "rake", "~> 10.0" + spec.add_development_dependency "rake", "~> 12.3" spec.add_development_dependency "mspec", "~> 1.5" spec.add_development_dependency "rubinius-bridge", "~> 1.0" end