From 65444c31312b3537a53a496db26d2a56b4fcac9a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2020 15:26:34 +0000 Subject: [PATCH] Update rake requirement from ~> 12.0 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.0.0...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 d51b0f0..3474efd 100644 --- a/Gemfile +++ b/Gemfile @@ -5,5 +5,5 @@ source 'https://rubygems.org' # Specify your gem's dependencies in libvirt_async.gemspec gemspec -gem 'rake', '~> 12.0' +gem 'rake', '~> 13.0' gem 'minitest', '~> 5.0'