From 431537d52c728e364e1a1978b8da42ce9f54e47f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 14:53:37 +0000 Subject: [PATCH] Bump boxt_rubocop in the ruby-dependencies group across 1 directory (#144) Bumps the ruby-dependencies group with 1 update in the / directory: [boxt_rubocop](https://github.com/boxt/boxt_rubocop). Updates `boxt_rubocop` from 2.15.0 to 2.16.0 - [Commits](https://github.com/boxt/boxt_rubocop/compare/v2.15.0...v2.16.0) --- updated-dependencies: - dependency-name: boxt_rubocop dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby-dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 30 +++++++++++++++--------------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Gemfile b/Gemfile index 011ce52..6c38dad 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ source "https://rubygems.org" gemspec group :development do - gem "boxt_rubocop", "2.15.0" + gem "boxt_rubocop", "2.16.0" gem "rake", "~> 13.2" gem "rspec", "~> 3.13" gem "simplecov", "~> 0.22" diff --git a/Gemfile.lock b/Gemfile.lock index 7763dcd..759278b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -31,15 +31,15 @@ GEM tzinfo (~> 2.0) ast (2.4.2) base64 (0.2.0) - bigdecimal (3.1.8) - boxt_rubocop (2.15.0) - rubocop (= 1.69.0) + bigdecimal (3.1.9) + boxt_rubocop (2.16.0) + rubocop (= 1.69.2) rubocop-factory_bot (= 2.26.1) rubocop-faker (= 1.2.0) rubocop-performance (= 1.23.0) - rubocop-rails (= 2.27.0) + rubocop-rails (= 2.28.0) rubocop-rake (= 0.6.0) - rubocop-rspec (= 3.2.0) + rubocop-rspec (= 3.3.0) builder (3.3.0) concurrent-ruby (1.3.4) connection_pool (2.4.1) @@ -52,7 +52,7 @@ GEM i18n (>= 1.8.11, < 2) i18n (1.14.6) concurrent-ruby (~> 1.0) - json (2.9.0) + json (2.9.1) kaminari (1.2.2) activesupport (>= 4.1.0) kaminari-actionview (= 1.2.2) @@ -92,7 +92,7 @@ GEM nokogiri (~> 1.14) rainbow (3.1.1) rake (13.2.1) - regexp_parser (2.9.3) + regexp_parser (2.10.0) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) @@ -106,17 +106,17 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.1) - rubocop (1.69.0) + rubocop (1.69.2) 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.36.1, < 2.0) + regexp_parser (>= 2.9.3, < 3.0) + rubocop-ast (>= 1.36.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.36.2) + rubocop-ast (1.37.0) parser (>= 3.3.1.0) rubocop-factory_bot (2.26.1) rubocop (~> 1.61) @@ -126,14 +126,14 @@ GEM rubocop-performance (1.23.0) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) - rubocop-rails (2.27.0) + rubocop-rails (2.28.0) activesupport (>= 4.2.0) rack (>= 1.1) rubocop (>= 1.52.0, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) rubocop-rake (0.6.0) rubocop (~> 1.0) - rubocop-rspec (3.2.0) + rubocop-rspec (3.3.0) rubocop (~> 1.61) ruby-progressbar (1.13.0) simplecov (0.22.0) @@ -145,7 +145,7 @@ GEM timeout (0.4.1) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (3.1.2) + unicode-display_width (3.1.3) unicode-emoji (~> 4.0, >= 4.0.4) unicode-emoji (4.0.4) @@ -161,7 +161,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - boxt_rubocop (= 2.15.0) + boxt_rubocop (= 2.16.0) kaminari-api-meta-data! rake (~> 13.2) rspec (~> 3.13)