From d917ae95799f776bcd6438d17e405ce27611e4ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Oct 2024 09:28:31 +0000 Subject: [PATCH] Bump the patch-and-minor-dependencies group across 1 directory with 2 updates Bumps the patch-and-minor-dependencies group with 2 updates in the / directory: [roda](https://github.com/jeremyevans/roda) and [rubocop](https://github.com/rubocop/rubocop). Updates `roda` from 3.84.0 to 3.85.0 - [Changelog](https://github.com/jeremyevans/roda/blob/master/CHANGELOG) - [Commits](https://github.com/jeremyevans/roda/compare/3.84.0...3.85.0) Updates `rubocop` from 1.66.1 to 1.67.0 - [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.1...v1.67.0) --- 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-minor dependency-group: patch-and-minor-dependencies ... Signed-off-by: dependabot[bot] --- Gemfile | 4 ++-- Gemfile.lock | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 46f8af5..6f29749 100644 --- a/Gemfile +++ b/Gemfile @@ -8,13 +8,13 @@ gem 'money', '~> 6.16' gem 'puma', '~> 6.4' gem 'rack-unreloader', '~> 2.1' gem 'rackup', '~> 2.1' -gem 'roda', '~> 3.84' +gem 'roda', '~> 3.85' group :development do gem 'htmlbeautifier', '~> 1.4' gem 'pry', '~> 0.14.2' gem 'rake', '~> 13.1' - gem 'rubocop', '~> 1.66.1', require: false + gem 'rubocop', '~> 1.67.0', require: false gem 'rubocop-performance', '~> 1.22.1', require: false gem 'solargraph', '~> 0.50.0', require: false end diff --git a/Gemfile.lock b/Gemfile.lock index aa86e2e..e7e4256 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -55,7 +55,7 @@ GEM puma (6.4.3) nio4r (~> 2.0) racc (1.8.1) - rack (3.1.7) + rack (3.1.8) rack-unreloader (2.1.0) rackup (2.1.0) rack (>= 3) @@ -67,9 +67,9 @@ GEM reverse_markdown (2.1.1) nokogiri rexml (3.3.7) - roda (3.84.0) + roda (3.85.0) rack - rubocop (1.66.1) + rubocop (1.67.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -123,8 +123,8 @@ DEPENDENCIES rack-unreloader (~> 2.1) rackup (~> 2.1) rake (~> 13.1) - roda (~> 3.84) - rubocop (~> 1.66.1) + roda (~> 3.85) + rubocop (~> 1.67.0) rubocop-performance (~> 1.22.1) solargraph (~> 0.50.0)