diff --git a/Gemfile b/Gemfile index 07f45a54..63bbb7b0 100644 --- a/Gemfile +++ b/Gemfile @@ -129,7 +129,7 @@ end group :development, :test do # See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem gem "debug", platforms: %i[ mri mingw x64_mingw ] - gem "rspec-rails", "~> 6.1.0" + gem "rspec-rails", "~> 6.1.1" # Included in development to have generators use factory bot instead of # fixutres. gem "factory_bot_rails", "~> 6.4.3" diff --git a/Gemfile.lock b/Gemfile.lock index 50384613..29585300 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -75,7 +75,7 @@ GEM minitest (>= 5.1) mutex_m tzinfo (~> 2.0) - addressable (2.8.5) + addressable (2.8.6) public_suffix (>= 2.0.2, < 6.0) base64 (0.2.0) bcrypt (3.1.20) @@ -85,11 +85,11 @@ GEM msgpack (~> 1.2) builder (3.2.4) cancancan (3.5.0) - capybara (3.39.2) + capybara (3.40.0) addressable matrix mini_mime (>= 0.1.3) - nokogiri (~> 1.8) + nokogiri (~> 1.11) rack (>= 1.6.0) rack-test (>= 0.6.3) regexp_parser (>= 1.5, < 3.0) @@ -129,9 +129,8 @@ GEM devise-jwt (0.11.0) devise (~> 4.0) warden-jwt_auth (~> 0.8) - diff-lcs (1.5.0) - drb (2.2.0) - ruby2_keywords + diff-lcs (1.5.1) + drb (2.2.1) dry-auto_inject (1.0.1) dry-core (~> 1.0) zeitwerk (~> 2.6) @@ -172,13 +171,13 @@ GEM fugit (>= 1.1) railties (>= 6.0.0) thor (>= 0.14.1) - i18n (1.14.1) + i18n (1.14.4) concurrent-ruby (~> 1.0) importmap-rails (1.2.1) actionpack (>= 6.0.0) railties (>= 6.0.0) io-console (0.7.2) - irb (1.11.1) + irb (1.12.0) rdoc reline (>= 0.4.2) jbuilder (2.11.5) @@ -196,7 +195,7 @@ GEM marcel (1.0.2) matrix (0.4.2) mini_mime (1.1.5) - minitest (5.21.2) + minitest (5.22.2) msgpack (1.7.2) mutex_m (0.2.0) net-http (0.4.1) @@ -211,21 +210,21 @@ GEM net-smtp (0.4.0.1) net-protocol nio4r (2.7.0) - nokogiri (1.16.0-x86_64-linux) + nokogiri (1.16.2-x86_64-linux) racc (~> 1.4) orm_adapter (0.5.0) pagy (6.4.3) pg (1.5.4) psych (5.1.2) stringio - public_suffix (5.0.3) + public_suffix (5.0.4) puma (6.4.2) nio4r (~> 2.0) raabro (1.4.0) rabl (0.16.1) activesupport (>= 2.3.14) racc (1.7.3) - rack (3.0.8) + rack (3.0.9.1) rack-session (2.0.0) rack (>= 3.0.0) rack-test (2.1.0) @@ -269,22 +268,22 @@ GEM redis-client (>= 0.17.0) redis-client (0.19.1) connection_pool - regexp_parser (2.8.1) - reline (0.4.2) + regexp_parser (2.9.0) + reline (0.4.3) io-console (~> 0.5) responders (3.1.1) actionpack (>= 5.2) railties (>= 5.2) rexml (3.2.6) - rspec-core (3.12.2) - rspec-support (~> 3.12.0) - rspec-expectations (3.12.3) + rspec-core (3.13.0) + rspec-support (~> 3.13.0) + rspec-expectations (3.13.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.12.0) - rspec-mocks (3.12.6) + rspec-support (~> 3.13.0) + rspec-mocks (3.13.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.12.0) - rspec-rails (6.1.0) + rspec-support (~> 3.13.0) + rspec-rails (6.1.1) actionpack (>= 6.1) activesupport (>= 6.1) railties (>= 6.1) @@ -292,10 +291,9 @@ GEM rspec-expectations (~> 3.12) rspec-mocks (~> 3.12) rspec-support (~> 3.12) - rspec-support (3.12.1) - ruby2_keywords (0.0.5) + rspec-support (3.13.1) rubyzip (2.3.2) - selenium-webdriver (4.17.0) + selenium-webdriver (4.18.1) base64 (~> 0.2) rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) @@ -315,7 +313,7 @@ GEM sqlite3 (1.7.0-x86_64-linux) stringio (3.1.0) temple (0.10.0) - thor (1.3.0) + thor (1.3.1) tilt (2.0.11) timeout (0.4.1) tzinfo (2.0.6) @@ -341,7 +339,7 @@ GEM websocket-extensions (0.1.5) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.6.12) + zeitwerk (2.6.13) PLATFORMS x86_64-linux @@ -372,7 +370,7 @@ DEPENDENCIES rabl (~> 0.16.1) rails (~> 7.1.3) redis (~> 5.0) - rspec-rails (~> 6.1.0) + rspec-rails (~> 6.1.1) selenium-webdriver simple-navigation (~> 4.4) simple_form (~> 5.3)