From b65e8977662cf56f82ee49ec7f19d38aa4022791 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 14 May 2020 08:35:34 +0000 Subject: [PATCH] Update rake requirement from ~> 12.3, >= 12.3.3 to ~> 13.0 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/v12.3.3...v13.0.1) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 6b79ebad..b61ea417 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ gemspec name: "train" group :test do gem "coveralls", require: false gem "minitest", "~> 5.8" - gem "rake", ["~> 12.3", ">= 12.3.3"] + gem "rake", "~> 13.0" gem "chefstyle", "1.0.2" gem "simplecov", "~> 0.10" gem "concurrent-ruby", "~> 1.0"