From 8133b46a509c3c503386bd3449322554502fc7fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Feb 2021 12:23:07 +0000 Subject: [PATCH] Update rake requirement from ~> 10.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/v10.5.0...v13.0.3) Signed-off-by: dependabot[bot] --- Gemfile.lock | 8 ++++---- http2client.gemspec | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index a2a31d1..d67b916 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,13 +2,13 @@ PATH remote: . specs: http2client (0.1.5) - http-2 (~> 0.9.0) + http-2 (~> 0.10.1) GEM remote: https://rubygems.org/ specs: - http-2 (0.9.1) - rake (10.5.0) + http-2 (0.10.2) + rake (13.0.3) PLATFORMS ruby @@ -16,7 +16,7 @@ PLATFORMS DEPENDENCIES bundler (~> 1.16) http2client! - rake (~> 10.0) + rake (~> 13.0) BUNDLED WITH 1.16.1 diff --git a/http2client.gemspec b/http2client.gemspec index cbba1c1..6b46b71 100644 --- a/http2client.gemspec +++ b/http2client.gemspec @@ -30,6 +30,6 @@ Gem::Specification.new do |spec| spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.16" - spec.add_development_dependency "rake", "~> 10.0" + spec.add_development_dependency "rake", "~> 13.0" spec.add_dependency "http-2", "~> 0.10.1" end