From 20bf826626ba226469d24867b6eae368cd403f89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Aug 2022 00:59:19 +0000 Subject: [PATCH] Bump rake from 10.5.0 to 12.3.3 in /public_wiki/skins/MinervaNeue Bumps [rake](https://github.com/ruby/rake) from 10.5.0 to 12.3.3. - [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) --- updated-dependencies: - dependency-name: rake dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- public_wiki/skins/MinervaNeue/Gemfile | 2 +- public_wiki/skins/MinervaNeue/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public_wiki/skins/MinervaNeue/Gemfile b/public_wiki/skins/MinervaNeue/Gemfile index 18753bc5..42a24e58 100644 --- a/public_wiki/skins/MinervaNeue/Gemfile +++ b/public_wiki/skins/MinervaNeue/Gemfile @@ -3,5 +3,5 @@ source 'https://rubygems.org' gem 'chunky_png', '~> 1.3.4' gem 'mediawiki_selenium', '~> 1.7', '>= 1.7.3' gem 'page-object', '1.1.0' -gem 'rake', '~> 10.4', '>= 10.4.2' +gem 'rake', '~> 12.3' gem 'rubocop', '~> 0.51.0', require: false diff --git a/public_wiki/skins/MinervaNeue/Gemfile.lock b/public_wiki/skins/MinervaNeue/Gemfile.lock index 4f961631..7118c712 100644 --- a/public_wiki/skins/MinervaNeue/Gemfile.lock +++ b/public_wiki/skins/MinervaNeue/Gemfile.lock @@ -68,7 +68,7 @@ GEM powerpack (0.1.1) rainbow (2.2.2) rake - rake (10.5.0) + rake (12.3.3) rest-client (1.8.0) http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 3.0) @@ -107,7 +107,7 @@ DEPENDENCIES chunky_png (~> 1.3.4) mediawiki_selenium (~> 1.7, >= 1.7.3) page-object (= 1.1.0) - rake (~> 10.4, >= 10.4.2) + rake (~> 12.3) rubocop (~> 0.51.0) BUNDLED WITH