From a2c6884735aab9ead8ddc5dae7074539ff9aba27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Feb 2020 10:30:36 +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.lock | 4 ++-- type-on-strap.gemspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index f31d605..97d85f4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -42,7 +42,7 @@ GEM pathutil (0.16.1) forwardable-extended (~> 2.6) public_suffix (3.0.1) - rake (10.5.0) + rake (12.3.3) rb-fsevent (0.10.2) rb-inotify (0.9.10) ffi (>= 0.5.0, < 2) @@ -60,7 +60,7 @@ PLATFORMS DEPENDENCIES bundler (~> 1.12) - rake (~> 10.0) + rake (~> 12.3) type-on-strap! BUNDLED WITH diff --git a/type-on-strap.gemspec b/type-on-strap.gemspec index 9692ec7..95b7bcb 100644 --- a/type-on-strap.gemspec +++ b/type-on-strap.gemspec @@ -22,6 +22,6 @@ Gem::Specification.new do |spec| spec.add_runtime_dependency "jekyll-seo-tag", "~> 2.3" spec.add_development_dependency "bundler", "~> 1.12" - spec.add_development_dependency "rake", "~> 10.0" + spec.add_development_dependency "rake", "~> 12.3" end