From 64af396820d4d382fbdfe2fc14675722716099fa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 14:25:30 +0000 Subject: [PATCH] Update dependency rubocop-rspec to v2.30.0 --- Gemfile | 2 +- Gemfile.lock | 14 ++++++++------ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 8a556112a..8a3ca95b9 100644 --- a/Gemfile +++ b/Gemfile @@ -35,7 +35,7 @@ gem 'relative_time', '1.1.0' gem 'rerun', '0.14.0', require: false gem 'rspec-rails', '6.1.2', require: false gem 'rubocop', '1.61.0', require: false -gem 'rubocop-rspec', '2.29.2', require: false +gem 'rubocop-rspec', '2.30.0', require: false gem 'sass', '3.7.4' gem 'sentry-raven', '3.1.2' gem 'simplecov', '0.22.0' diff --git a/Gemfile.lock b/Gemfile.lock index b7a42d4eb..afbd69020 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -113,7 +113,7 @@ GEM racc (~> 1.4) openssl (3.2.0) parallel (1.24.0) - parser (3.3.1.0) + parser (3.3.2.0) ast (~> 2.4.1) racc pg (1.5.6) @@ -124,7 +124,7 @@ GEM random-port (~> 0.3) psych (5.1.2) stringio - racc (1.7.3) + racc (1.8.0) rack (3.0.9.1) rack-protection (4.0.0) base64 (>= 0.1.0) @@ -161,14 +161,15 @@ GEM ffi (~> 1.0) rdoc (6.6.2) psych (>= 4.0.0) - regexp_parser (2.9.0) + regexp_parser (2.9.2) relative_time (1.1.0) i18n reline (0.4.3) io-console (~> 0.5) rerun (0.14.0) listen (~> 3.0) - rexml (3.2.6) + rexml (3.2.8) + strscan (>= 3.0.9) rspec-core (3.13.0) rspec-support (~> 3.13.0) rspec-expectations (3.13.0) @@ -203,7 +204,7 @@ GEM rubocop (~> 1.41) rubocop-factory_bot (2.25.1) rubocop (~> 1.41) - rubocop-rspec (2.29.2) + rubocop-rspec (2.30.0) rubocop (~> 1.40) rubocop-capybara (~> 2.17) rubocop-factory_bot (~> 2.22) @@ -245,6 +246,7 @@ GEM concurrent-ruby (~> 1.0) rack (>= 2.2.4, < 4) stringio (3.1.0) + strscan (3.1.0) telebot (0.1.2) faraday faraday_middleware @@ -291,7 +293,7 @@ DEPENDENCIES rerun (= 0.14.0) rspec-rails (= 6.1.2) rubocop (= 1.61.0) - rubocop-rspec (= 2.29.2) + rubocop-rspec (= 2.30.0) sass (= 3.7.4) sentry-raven (= 3.1.2) simplecov (= 0.22.0)