From 7a20c3f390e4106630e8da011c7a67bd170af8ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Sep 2024 09:29:37 +0000 Subject: [PATCH] Bump the patch-and-minor-dependencies group across 1 directory with 3 updates Bumps the patch-and-minor-dependencies group with 3 updates in the / directory: [roda](https://github.com/jeremyevans/roda), [rubocop](https://github.com/rubocop/rubocop) and [yard](https://github.com/lsegal/yard). Updates `roda` from 3.83.0 to 3.84.0 - [Changelog](https://github.com/jeremyevans/roda/blob/master/CHANGELOG) - [Commits](https://github.com/jeremyevans/roda/compare/3.83.0...3.84.0) Updates `rubocop` from 1.66.0 to 1.66.1 - [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.66.0...v1.66.1) Updates `yard` from 0.9.36 to 0.9.37 - [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.36...v0.9.37) --- updated-dependencies: - dependency-name: roda dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-and-minor-dependencies - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-patch 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 ... Signed-off-by: dependabot[bot] --- Gemfile | 6 +++--- Gemfile.lock | 20 ++++++++++---------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Gemfile b/Gemfile index f0563f9..9996814 100644 --- a/Gemfile +++ b/Gemfile @@ -8,19 +8,19 @@ gem 'rack-unreloader', '~> 2.1' gem 'rackup', '~> 2.1.0' gem 'rake', '~> 13.1' gem 'redcarpet', '~> 3.6' -gem 'roda', '~> 3.76' +gem 'roda', '~> 3.84' 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.66', require: false gem 'rubocop-minitest', '~> 0.36.0', require: false gem 'rubocop-performance', '~> 1.20', require: false gem 'rubocop-rake', '~> 0.6.0', require: false gem 'solargraph', '~> 0.50', require: false - gem 'yard', '~> 0.9.34' + gem 'yard', '~> 0.9.37' end group :test do diff --git a/Gemfile.lock b/Gemfile.lock index e2dab17..306e54a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -33,7 +33,7 @@ GEM nokogiri (1.16.7-x86_64-linux) racc (~> 1.4) parallel (1.26.3) - parser (3.3.4.2) + parser (3.3.5.0) ast (~> 2.4.1) racc powerbar (1.0.18) @@ -60,19 +60,19 @@ GEM nokogiri rexml (3.3.6) strscan - roda (3.83.0) + roda (3.84.0) rack - rubocop (1.66.0) + rubocop (1.66.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.1, < 2.0) + rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.1) + rubocop-ast (1.32.3) parser (>= 3.3.1.0) rubocop-minitest (0.36.0) rubocop (>= 1.61, < 2.0) @@ -121,12 +121,12 @@ GEM thor (1.3.2) tilt (2.4.0) tomlrb (1.3.0) - unicode-display_width (2.5.0) + unicode-display_width (2.6.0) unparser (0.6.15) diff-lcs (~> 1.3) parser (>= 3.3.0) webrick (1.8.1) - yard (0.9.36) + yard (0.9.37) PLATFORMS arm64-darwin-22 @@ -144,15 +144,15 @@ DEPENDENCIES rackup (~> 2.1.0) rake (~> 13.1) redcarpet (~> 3.6) - roda (~> 3.76) - rubocop (~> 1.60) + roda (~> 3.84) + rubocop (~> 1.66) rubocop-minitest (~> 0.36.0) rubocop-performance (~> 1.20) rubocop-rake (~> 0.6.0) solargraph (~> 0.50) tantiny (= 0.3.3) tilt (~> 2.3) - yard (~> 0.9.34) + yard (~> 0.9.37) BUNDLED WITH 2.5.18