diff --git a/Gemfile b/Gemfile index 985f9028..54c17901 100644 --- a/Gemfile +++ b/Gemfile @@ -64,7 +64,7 @@ group :production do end group :development, :test do - gem 'rspec-rails', '~> 7.0' + gem 'rspec-rails', '~> 7.1' gem 'capybara' gem 'database_cleaner' gem 'debug' diff --git a/Gemfile.lock b/Gemfile.lock index b891892e..db483742 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -173,8 +173,8 @@ GEM image_processing (1.13.0) mini_magick (>= 4.9.5, < 5) ruby-vips (>= 2.0.17, < 3) - io-console (0.7.2) - irb (1.14.1) + io-console (0.8.0) + irb (1.14.3) rdoc (>= 4.0.0) reline (>= 0.4.2) jmespath (1.6.2) @@ -196,7 +196,7 @@ GEM listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - logger (1.6.1) + logger (1.6.4) loofah (2.23.1) crass (~> 1.0.2) nokogiri (>= 1.12.0) @@ -242,7 +242,8 @@ GEM pager_api (0.3.2) pg (1.5.9) prometheus-client (4.2.2) - psych (5.1.2) + psych (5.2.2) + date stringio public_suffix (5.0.4) puma (6.5.0) @@ -265,7 +266,7 @@ GEM rack (< 3) rack-test (2.1.0) rack (>= 1.3) - rackup (1.0.0) + rackup (1.0.1) rack (< 3) webrick rails (7.1.5.1) @@ -301,7 +302,7 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) - rdoc (6.7.0) + rdoc (6.10.0) psych (>= 4.0.0) redcarpet (3.6.0) redis (5.3.0) @@ -309,13 +310,13 @@ GEM redis-client (0.22.2) connection_pool regexp_parser (2.9.0) - reline (0.5.10) + reline (0.6.0) io-console (~> 0.5) responders (3.1.1) actionpack (>= 5.2) railties (>= 5.2) rexml (3.3.9) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -323,7 +324,7 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-rails (7.0.1) + rspec-rails (7.1.0) actionpack (>= 7.0) activesupport (>= 7.0) railties (>= 7.0) @@ -331,7 +332,7 @@ GEM rspec-expectations (~> 3.13) rspec-mocks (~> 3.13) rspec-support (~> 3.13) - rspec-support (3.13.1) + rspec-support (3.13.2) ruby-progressbar (1.13.0) ruby-vips (2.2.2) ffi (~> 1.12) @@ -364,14 +365,14 @@ GEM actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) - stringio (3.1.1) + stringio (3.1.2) thor (1.3.2) timeout (0.4.1) tzinfo (2.0.6) concurrent-ruby (~> 1.0) warden (1.2.9) rack (>= 2.0.9) - webrick (1.8.2) + webrick (1.9.1) websocket (1.2.11) websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) @@ -381,7 +382,7 @@ GEM ostruct xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.6.18) + zeitwerk (2.7.1) PLATFORMS aarch64-linux @@ -421,7 +422,7 @@ DEPENDENCIES rails (~> 7.1.3) redcarpet (>= 3.2.3) redis - rspec-rails (~> 7.0) + rspec-rails (~> 7.1) selenium-webdriver (~> 4.27) sentry-rails sentry-ruby