diff --git a/Gemfile b/Gemfile index a515b7cd55b..8b7007c8326 100644 --- a/Gemfile +++ b/Gemfile @@ -87,7 +87,7 @@ group :test do gem 'rspec-collection_matchers' gem 'rspec-instafail' gem 'rspec-its' - gem 'rspec-rails', '~> 6.1.2' + gem 'rspec-rails', '~> 6.1.3' gem 'rspec-wait' gem 'rubocop', '~> 1.63.3' gem 'rubocop-rails', '~> 2.24' diff --git a/Gemfile.lock b/Gemfile.lock index fced0ad7f5d..a9d0d020ccf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -110,9 +110,9 @@ GEM base64 (0.2.0) beefcake (1.0.0) benchmark (0.3.0) - bigdecimal (3.1.7) + bigdecimal (3.1.8) bit-struct (0.17) - builder (3.2.4) + builder (3.3.0) byebug (11.1.3) cf-uaa-lib (4.0.4) addressable (~> 2.8, >= 2.8.0) @@ -125,7 +125,7 @@ GEM codeclimate-test-reporter (1.0.9) simplecov (<= 0.13) coderay (1.1.3) - concurrent-ruby (1.2.3) + concurrent-ruby (1.3.3) connection_pool (2.4.1) cookiejar (0.3.3) crack (1.0.0) @@ -153,7 +153,7 @@ GEM http_parser.rb (>= 0.6.0) em-socksify (0.3.2) eventmachine (>= 1.0.0.beta.4) - erubi (1.12.0) + erubi (1.13.0) eventmachine (1.2.7) excon (0.110.0) faraday (0.17.6) @@ -273,12 +273,12 @@ GEM http-form_data (2.3.0) http_parser.rb (0.6.0) httpclient (2.8.3) - i18n (1.14.4) + i18n (1.14.5) concurrent-ruby (~> 1.0) io-console (0.7.2) ipaddress (0.8.3) - irb (1.12.0) - rdoc + irb (1.13.2) + rdoc (>= 4.0.0) reline (>= 0.4.2) jaro_winkler (1.5.6) json (2.7.2) @@ -315,8 +315,8 @@ GEM mime-types-data (~> 3.2015) mime-types-data (3.2024.0305) mini_mime (1.1.5) - mini_portile2 (2.8.5) - minitest (5.22.3) + mini_portile2 (2.8.7) + minitest (5.24.0) mock_redis (0.44.0) ms_rest (0.6.4) concurrent-ruby (~> 1.0) @@ -372,7 +372,7 @@ GEM public_suffix (5.0.5) puma (6.4.2) nio4r (~> 2.0) - racc (1.7.3) + racc (1.8.0) rack (2.2.9) rack-protection (3.2.0) base64 (>= 0.1.0) @@ -405,14 +405,14 @@ GEM rb-inotify (0.10.1) ffi (~> 1.0) rbs (2.8.4) - rdoc (6.6.3.1) + rdoc (6.7.0) psych (>= 4.0.0) redis (5.2.0) redis-client (>= 0.22.0) redis-client (0.22.0) connection_pool regexp_parser (2.9.0) - reline (0.5.0) + reline (0.5.9) io-console (~> 0.5) representable (3.2.0) declarative (< 0.1.0) @@ -439,7 +439,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.0) + rspec-expectations (3.13.1) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-instafail (1.0.0) @@ -447,10 +447,10 @@ GEM rspec-its (1.3.0) rspec-core (>= 3.0.0) rspec-expectations (>= 3.0.0) - rspec-mocks (3.13.0) + rspec-mocks (3.13.1) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-rails (6.1.2) + rspec-rails (6.1.3) actionpack (>= 6.1) activesupport (>= 6.1) railties (>= 6.1) @@ -549,7 +549,7 @@ GEM steno (1.3.5) fluent-logger yajl-ruby (~> 1.0) - stringio (3.1.0) + stringio (3.1.1) talentbox-delayed_job_sequel (4.3.0) delayed_job (~> 4.1.0) sequel (>= 3.38, < 6.0) @@ -582,7 +582,7 @@ GEM rexml yajl-ruby (1.4.3) yard (0.9.36) - zeitwerk (2.6.13) + zeitwerk (2.6.16) PLATFORMS ruby @@ -653,7 +653,7 @@ DEPENDENCIES rspec-collection_matchers rspec-instafail rspec-its - rspec-rails (~> 6.1.2) + rspec-rails (~> 6.1.3) rspec-wait rspec_api_documentation (>= 6.1.0) rubocop (~> 1.63.3)