From 902511d37e7d4b61447fe5480b0557a9055e8e34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Feb 2020 18:57:17 +0000 Subject: [PATCH] Update rake requirement from ~> 0 to ~> 13 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/rake-0.9.6...v13.0.1) Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- omniauth-dlive.gemspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 80e36c8..aa341da 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -27,7 +27,7 @@ GEM oauth2 (~> 1.1) omniauth (~> 1.9) rack (2.0.7) - rake (0.9.6) + rake (13.0.1) PLATFORMS ruby @@ -35,7 +35,7 @@ PLATFORMS DEPENDENCIES bundler (~> 1.5) omniauth-dlive! - rake (~> 0) + rake (~> 13) BUNDLED WITH 1.17.1 diff --git a/omniauth-dlive.gemspec b/omniauth-dlive.gemspec index 68f4eaa..48eef20 100644 --- a/omniauth-dlive.gemspec +++ b/omniauth-dlive.gemspec @@ -20,5 +20,5 @@ Gem::Specification.new do |spec| spec.add_runtime_dependency 'omniauth-oauth2', '~> 1.6' spec.add_development_dependency 'bundler', '~> 1.5' - spec.add_development_dependency 'rake', '~> 0' + spec.add_development_dependency 'rake', '~> 13' end