From 595eb816ef5cf0afc397e341a9617fab595d8a53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Nov 2024 10:43:46 +0000 Subject: [PATCH] Bump the patch-and-minor-dependencies group with 2 updates Bumps the patch-and-minor-dependencies group with 2 updates: [reline](https://github.com/ruby/reline) and [rubocop](https://github.com/rubocop/rubocop). Updates `reline` from 0.5.11 to 0.5.12 - [Release notes](https://github.com/ruby/reline/releases) - [Commits](https://github.com/ruby/reline/compare/v0.5.11...v0.5.12) Updates `rubocop` from 1.68.0 to 1.69.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.68.0...v1.69.0) --- updated-dependencies: - dependency-name: reline dependency-type: direct:production 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 ... Signed-off-by: dependabot[bot] --- Gemfile | 4 ++-- Gemfile.lock | 20 +++++++++++--------- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/Gemfile b/Gemfile index c318016..6da7374 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem 'rack-unreloader', '~> 2.1' gem 'rackup', '~> 2.2.1' gem 'rake', '~> 13.1' gem 'redcarpet', '~> 3.6' -gem 'reline', '~> 0.5.11' +gem 'reline', '~> 0.5.12' gem 'rexml', '~> 3.3' gem 'roda', '~> 3.86' gem 'tantiny', '0.3.3' @@ -21,7 +21,7 @@ gem 'tilt', '~> 2.3' group :development do gem 'htmlbeautifier', require: false gem 'pry' - gem 'rubocop', '~> 1.68', require: false + gem 'rubocop', '~> 1.69', require: false gem 'rubocop-minitest', '~> 0.36.0', require: false gem 'rubocop-performance', '~> 1.23', require: false gem 'rubocop-rake', '~> 0.6.0', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 48f5130..5ec5f38 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -41,23 +41,23 @@ GEM rainbow (3.1.1) rake (13.2.1) redcarpet (3.6.0) - regexp_parser (2.9.2) - reline (0.5.11) + regexp_parser (2.9.3) + reline (0.5.12) io-console (~> 0.5) rexml (3.3.9) roda (3.86.0) rack - rubocop (1.68.0) + rubocop (1.69.0) 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.2, < 2.0) + rubocop-ast (>= 1.36.1, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.36.1) + unicode-display_width (>= 2.4.0, < 4.0) + rubocop-ast (1.36.2) parser (>= 3.3.1.0) rubocop-minitest (0.36.0) rubocop (>= 1.61, < 2.0) @@ -88,7 +88,9 @@ GEM tomlrb (~> 1.2) tilt (2.4.0) tomlrb (1.3.0) - unicode-display_width (2.6.0) + unicode-display_width (3.1.2) + unicode-emoji (~> 4.0, >= 4.0.4) + unicode-emoji (4.0.4) unparser (0.6.15) diff-lcs (~> 1.3) parser (>= 3.3.0) @@ -113,10 +115,10 @@ DEPENDENCIES rackup (~> 2.2.1) rake (~> 13.1) redcarpet (~> 3.6) - reline (~> 0.5.11) + reline (~> 0.5.12) rexml (~> 3.3) roda (~> 3.86) - rubocop (~> 1.68) + rubocop (~> 1.69) rubocop-minitest (~> 0.36.0) rubocop-performance (~> 1.23) rubocop-rake (~> 0.6.0)