From 10a1f19e63ac671858026c9e2b75c52a9b2ab489 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 15:13:56 +0100 Subject: [PATCH] fix: :rocket: bundler: bump rubocop-rails from 2.26.2 to 2.27.0 (#845) --- Gemfile | 2 +- Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 81808d3..5f756cb 100644 --- a/Gemfile +++ b/Gemfile @@ -26,7 +26,7 @@ gem "rubocop-md", "~> 1.2.2" gem "rubocop-minitest", "~> 0.35.1" gem "rubocop-packaging", "~> 0.5.2" gem "rubocop-performance", "~> 1.23.0" -gem "rubocop-rails", "~> 2.26.2" +gem "rubocop-rails", "~> 2.27.0" gem "rubocop-rake", "~> 0.6.0" gem "rubocop-rspec", "~> 3.2" gem "rubocop-thread_safety", "~> 0.6.0" diff --git a/Gemfile.lock b/Gemfile.lock index 53a91f5..3176213 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -40,8 +40,8 @@ GEM reline (>= 0.4.2) json (2.9.0) language_server-protocol (3.17.0.3) - logger (1.6.1) - minitest (5.25.1) + logger (1.6.2) + minitest (5.25.4) parallel (1.26.3) parser (3.3.6.0) ast (~> 2.4.1) @@ -49,7 +49,7 @@ GEM psych (5.1.2) stringio racc (1.8.1) - rack (3.1.7) + rack (3.1.8) rainbow (3.1.1) rake (13.2.1) rdoc (6.6.3.1) @@ -102,7 +102,7 @@ GEM rubocop-performance (1.23.0) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) - rubocop-rails (2.26.2) + rubocop-rails (2.27.0) activesupport (>= 4.2.0) rack (>= 1.1) rubocop (>= 1.52.0, < 2.0) @@ -114,7 +114,7 @@ GEM rubocop-thread_safety (0.6.0) rubocop (>= 1.48.1) ruby-progressbar (1.13.0) - securerandom (0.3.1) + securerandom (0.4.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) @@ -149,7 +149,7 @@ DEPENDENCIES rubocop-minitest (~> 0.35.1) rubocop-packaging (~> 0.5.2) rubocop-performance (~> 1.23.0) - rubocop-rails (~> 2.26.2) + rubocop-rails (~> 2.27.0) rubocop-rake (~> 0.6.0) rubocop-rspec (~> 3.2) rubocop-thread_safety (~> 0.6.0)