From d1a79ec8ee9435c830caa3c5264f4112f6524d29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 May 2024 09:36:57 +0000 Subject: [PATCH] Bump the patch-and-minor-dependencies group across 1 directory with 6 updates Bumps the patch-and-minor-dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [rake](https://github.com/ruby/rake) | `13.1.0` | `13.2.1` | | [roda](https://github.com/jeremyevans/roda) | `3.76.0` | `3.79.0` | | [htmlbeautifier](https://github.com/threedaymonk/htmlbeautifier) | `1.4.2` | `1.4.3` | | [rubocop](https://github.com/rubocop/rubocop) | `1.60.2` | `1.63.4` | | [yard](https://github.com/lsegal/yard) | `0.9.34` | `0.9.36` | | [minitest](https://github.com/minitest/minitest) | `5.21.2` | `5.22.3` | Updates `rake` from 13.1.0 to 13.2.1 - [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/v13.1.0...v13.2.1) Updates `roda` from 3.76.0 to 3.79.0 - [Changelog](https://github.com/jeremyevans/roda/blob/master/CHANGELOG) - [Commits](https://github.com/jeremyevans/roda/compare/3.76.0...3.79.0) Updates `htmlbeautifier` from 1.4.2 to 1.4.3 - [Changelog](https://github.com/threedaymonk/htmlbeautifier/blob/master/History.txt) - [Commits](https://github.com/threedaymonk/htmlbeautifier/compare/v1.4.2...v1.4.3) Updates `rubocop` from 1.60.2 to 1.63.4 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.60.2...v1.63.4) Updates `yard` from 0.9.34 to 0.9.36 - [Release notes](https://github.com/lsegal/yard/releases) - [Changelog](https://github.com/lsegal/yard/blob/main/CHANGELOG.md) - [Commits](https://github.com/lsegal/yard/compare/v0.9.34...v0.9.36) Updates `minitest` from 5.21.2 to 5.22.3 - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](https://github.com/minitest/minitest/compare/v5.21.2...v5.22.3) --- updated-dependencies: - dependency-name: rake dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-and-minor-dependencies - dependency-name: roda dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-and-minor-dependencies - dependency-name: htmlbeautifier dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-and-minor-dependencies - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor dependency-group: patch-and-minor-dependencies - dependency-name: yard dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-and-minor-dependencies - dependency-name: minitest dependency-type: direct:development update-type: version-update:semver-minor dependency-group: patch-and-minor-dependencies ... Signed-off-by: dependabot[bot] --- Gemfile | 10 +++++----- Gemfile.lock | 34 +++++++++++++++++----------------- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/Gemfile b/Gemfile index 2a10030..b58d5ef 100644 --- a/Gemfile +++ b/Gemfile @@ -5,21 +5,21 @@ source 'https://rubygems.org' gem 'puma', '~> 6.4' gem 'rack-unreloader', '~> 2.1' gem 'rackup', '~> 2.1.0' -gem 'rake', '~> 13.1' +gem 'rake', '~> 13.2' gem 'redcarpet', '~> 3.6' -gem 'roda', '~> 3.76' +gem 'roda', '~> 3.79' gem 'tantiny', '0.3.3' gem 'tilt', '~> 2.3' group :development do gem 'htmlbeautifier', require: false gem 'pry' - gem 'rubocop', '~> 1.60', require: false + gem 'rubocop', '~> 1.63', require: false gem 'solargraph', '~> 0.50', require: false - gem 'yard', '~> 0.9.34' + gem 'yard', '~> 0.9.36' end group :test do - gem 'minitest', '~> 5.21' + gem 'minitest', '~> 5.22' gem 'rack-test' end diff --git a/Gemfile.lock b/Gemfile.lock index 7517a0e..116bbe8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,9 +8,9 @@ GEM concurrent-ruby (1.2.2) diff-lcs (1.5.0) e2mmap (0.1.0) - htmlbeautifier (1.4.2) + htmlbeautifier (1.4.3) jaro_winkler (1.5.6) - json (2.7.1) + json (2.7.2) kramdown (2.4.0) rexml kramdown-parser-gfm (1.1.0) @@ -19,7 +19,7 @@ GEM method_source (1.0.0) mini_portile2 (2.8.5) minitar (0.9) - minitest (5.21.2) + minitest (5.22.3) nio4r (2.7.0) nokogiri (1.16.0) mini_portile2 (~> 2.8.2) @@ -29,7 +29,7 @@ GEM nokogiri (1.16.0-x86_64-linux) racc (~> 1.4) parallel (1.24.0) - parser (3.3.0.5) + parser (3.3.1.0) ast (~> 2.4.1) racc pry (0.14.2) @@ -38,7 +38,7 @@ GEM puma (6.4.2) nio4r (~> 2.0) racc (1.7.3) - rack (3.0.8) + rack (3.0.10) rack-test (2.1.0) rack (>= 1.3) rack-unreloader (2.1.0) @@ -46,16 +46,16 @@ GEM rack (>= 3) webrick (~> 1.8) rainbow (3.1.1) - rake (13.1.0) + rake (13.2.1) rbs (2.8.4) redcarpet (3.6.0) regexp_parser (2.9.0) reverse_markdown (2.1.1) nokogiri rexml (3.2.6) - roda (3.76.0) + roda (3.79.0) rack - rubocop (1.60.2) + rubocop (1.63.4) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -63,11 +63,11 @@ GEM rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.30.0, < 2.0) + rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.30.0) - parser (>= 3.2.1.0) + rubocop-ast (1.31.3) + parser (>= 3.3.1.0) ruby-next (0.14.1) ruby-next-core (= 0.14.1) ruby-next-parser (>= 3.1.1.0) @@ -111,7 +111,7 @@ GEM diff-lcs (~> 1.3) parser (>= 3.2.2.4) webrick (1.8.1) - yard (0.9.34) + yard (0.9.36) PLATFORMS arm64-darwin-22 @@ -120,20 +120,20 @@ PLATFORMS DEPENDENCIES htmlbeautifier - minitest (~> 5.21) + minitest (~> 5.22) pry puma (~> 6.4) rack-test rack-unreloader (~> 2.1) rackup (~> 2.1.0) - rake (~> 13.1) + rake (~> 13.2) redcarpet (~> 3.6) - roda (~> 3.76) - rubocop (~> 1.60) + roda (~> 3.79) + rubocop (~> 1.63) solargraph (~> 0.50) tantiny (= 0.3.3) tilt (~> 2.3) - yard (~> 0.9.34) + yard (~> 0.9.36) BUNDLED WITH 2.5.4