From 2b0360f9d64d24c9ad1a6a1cc8de7fc23a2ac1a0 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Wed, 7 May 2025 14:46:42 +0000 Subject: [PATCH] Update rspec-rails to version 8.0.0 --- Gemfile | 2 +- Gemfile.lock | 46 +++++++++++++++++++++++----------------------- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/Gemfile b/Gemfile index dd9d079d..3d2f40e0 100644 --- a/Gemfile +++ b/Gemfile @@ -65,7 +65,7 @@ group :development, :test do gem "dotenv-rails" # Load environment variables from .env file gem "factory_bot_rails" # Fixtures replacement gem "pry" # Debugging tool - gem "rspec-rails", "~> 6.1" # Test framework + gem "rspec-rails", "~> 8.0" # Test framework gem "standard" # ruby code linting end diff --git a/Gemfile.lock b/Gemfile.lock index 79a7c95b..aedc54ce 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -151,7 +151,7 @@ GEM chartkick (5.1.4) coderay (1.1.3) concurrent-ruby (1.3.5) - connection_pool (2.5.0) + connection_pool (2.5.3) crass (1.0.6) cronex (0.15.0) tzinfo @@ -166,7 +166,7 @@ GEM railties (>= 4.1.0) responders warden (~> 1.2.3) - diff-lcs (1.6.0) + diff-lcs (1.6.1) docile (1.4.1) domain_name (0.6.20240107) dotenv (3.1.7) @@ -321,7 +321,7 @@ GEM image_size (3.4.0) in_threads (1.6.0) io-console (0.8.0) - irb (1.15.1) + irb (1.15.2) pp (>= 0.6.0) rdoc (>= 4.0.0) reline (>= 0.4.2) @@ -349,7 +349,7 @@ GEM llhttp-ffi (0.5.0) ffi-compiler (~> 1.0) rake (~> 13.0) - logger (1.6.6) + logger (1.7.0) lograge (0.14.0) actionpack (>= 4) activesupport (>= 4) @@ -371,7 +371,7 @@ GEM benchmark logger mini_mime (1.1.5) - minitest (5.25.4) + minitest (5.25.5) msgpack (1.8.0) multi_json (1.15.0) multi_xml (0.7.1) @@ -396,13 +396,13 @@ GEM net-ssh (7.3.0) newrelic_rpm (9.17.0) nio4r (2.7.4) - nokogiri (1.18.3-aarch64-linux-gnu) + nokogiri (1.18.8-aarch64-linux-gnu) racc (~> 1.4) - nokogiri (1.18.3-arm64-darwin) + nokogiri (1.18.8-arm64-darwin) racc (~> 1.4) - nokogiri (1.18.3-x86_64-darwin) + nokogiri (1.18.8-x86_64-darwin) racc (~> 1.4) - nokogiri (1.18.3-x86_64-linux-gnu) + nokogiri (1.18.8-x86_64-linux-gnu) racc (~> 1.4) oauth (1.1.0) oauth-tty (~> 1.0, >= 1.0.1) @@ -461,7 +461,7 @@ GEM pry (0.15.2) coderay (~> 1.1) method_source (~> 1.0) - psych (5.2.3) + psych (5.2.4) date stringio public_suffix (6.0.1) @@ -469,7 +469,7 @@ GEM nio4r (~> 2.0) raabro (1.4.0) racc (1.8.1) - rack (3.1.11) + rack (3.1.14) rack-mini-profiler (3.3.1) rack (>= 1.2.0) rack-protection (4.1.1) @@ -478,7 +478,7 @@ GEM rack (>= 3.0.0, < 4) rack-proxy (0.7.7) rack - rack-session (2.1.0) + rack-session (2.1.1) base64 (>= 0.1.0) rack (>= 3.0.0) rack-test (2.2.0) @@ -516,7 +516,7 @@ GEM zeitwerk (~> 2.6) rainbow (3.1.1) rake (13.2.1) - rdoc (6.12.0) + rdoc (6.13.1) psych (>= 4.0.0) redis (5.4.0) redis-client (>= 0.22.0) @@ -524,7 +524,7 @@ GEM connection_pool redis-prescription (2.6.0) regexp_parser (2.10.0) - reline (0.6.0) + reline (0.6.1) io-console (~> 0.5) representable (3.2.0) declarative (< 0.1.0) @@ -548,21 +548,21 @@ GEM rgeo (>= 1.0.0) rspec-core (3.13.3) rspec-support (~> 3.13.0) - rspec-expectations (3.13.3) + rspec-expectations (3.13.4) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-mocks (3.13.2) + rspec-mocks (3.13.4) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-rails (6.1.5) - actionpack (>= 6.1) - activesupport (>= 6.1) - railties (>= 6.1) + rspec-rails (8.0.0) + actionpack (>= 7.2) + activesupport (>= 7.2) + railties (>= 7.2) rspec-core (~> 3.13) rspec-expectations (~> 3.13) rspec-mocks (~> 3.13) rspec-support (~> 3.13) - rspec-support (3.13.2) + rspec-support (3.13.3) rubocop (1.71.2) json (~> 2.3) language_server-protocol (>= 3.17.0) @@ -650,7 +650,7 @@ GEM rubocop-performance (~> 1.23.0) stimulus-rails (1.3.4) railties (>= 6.0.0) - stringio (3.1.5) + stringio (3.1.7) telegram-bot-ruby (2.4.0) dry-struct (~> 1.6) faraday (~> 2.0) @@ -776,7 +776,7 @@ DEPENDENCIES redis (~> 5.0) resend rgeo-geojson - rspec-rails (~> 6.1) + rspec-rails (~> 8.0) sidekiq (<= 7.3.6) sidekiq-cron sidekiq-failures