From 03b5ab680b0ed2660eafa84484316d77204f4ae4 Mon Sep 17 00:00:00 2001 From: Jez Caudle Date: Thu, 23 Apr 2026 11:19:11 +0000 Subject: [PATCH] Did Bundle update in the wrong dir --- Gemfile | 4 +- Gemfile.lock | 106 +++++++++++++++++++++++++++------------------------ 2 files changed, 59 insertions(+), 51 deletions(-) diff --git a/Gemfile b/Gemfile index 68b4238..a442ad8 100644 --- a/Gemfile +++ b/Gemfile @@ -62,6 +62,6 @@ end group :test do # Use system testing [https://guides.rubyonrails.org/testing.html#system-testing] - gem "capybara" - gem "selenium-webdriver" + gem "capybara", "~> 3.40" + gem "selenium-webdriver", "~> 4.43" end diff --git a/Gemfile.lock b/Gemfile.lock index 1ed5c2a..4fd12d1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -78,15 +78,15 @@ GEM addressable (2.9.0) public_suffix (>= 2.0.2, < 8.0) ast (2.4.3) - base64 (0.2.0) - bcrypt (3.1.20) - bigdecimal (3.1.8) + base64 (0.3.0) + bcrypt (3.1.22) + bigdecimal (4.1.2) bindex (0.8.1) - bootsnap (1.18.3) + bootsnap (1.23.0) msgpack (~> 1.2) brakeman (8.0.4) racc - builder (3.2.4) + builder (3.3.0) bundler-audit (0.9.3) bundler (>= 1.2.0) thor (~> 1.0) @@ -101,10 +101,10 @@ GEM xpath (~> 3.2) chunky_png (1.4.0) concurrent-ruby (1.3.6) - connection_pool (2.4.1) + connection_pool (3.0.2) crass (1.0.6) date (3.5.1) - debug (1.9.2) + debug (1.11.1) irb (~> 1.10) reline (>= 0.3.8) devise (5.0.3) @@ -118,17 +118,18 @@ GEM devise (>= 4.0, < 6.0) railties (>= 7.2, < 8.2) rotp (~> 6.0) - drb (2.2.1) - erubi (1.12.0) + drb (2.2.3) + erb (6.0.4) + erubi (1.13.1) et-orbi (1.4.0) tzinfo ffi (1.17.4) fugit (1.12.1) et-orbi (~> 1.4) raabro (~> 1.4) - globalid (1.2.1) + globalid (1.3.0) activesupport (>= 6.1) - i18n (1.14.5) + i18n (1.14.8) concurrent-ruby (~> 1.0) image_processing (1.14.0) mini_magick (>= 4.9.5, < 6) @@ -137,8 +138,10 @@ GEM actionpack (>= 6.0.0) activesupport (>= 6.0.0) railties (>= 6.0.0) - io-console (0.7.2) - irb (1.13.1) + io-console (0.8.2) + irb (1.18.0) + pp (>= 0.6.0) + prism (>= 1.3.0) rdoc (>= 4.0.0) reline (>= 0.4.2) jbuilder (2.14.1) @@ -158,15 +161,15 @@ GEM net-pop net-smtp marcel (1.1.0) - matrix (0.4.2) + matrix (0.4.3) mini_magick (5.3.1) logger mini_mime (1.1.5) - mini_portile2 (2.8.6) + mini_portile2 (2.8.9) minitest (6.0.5) drb (~> 2.0) prism (~> 1.5) - msgpack (1.7.2) + msgpack (1.8.0) mysql2 (0.5.7) bigdecimal net-imap (0.6.3) @@ -178,8 +181,8 @@ GEM timeout net-smtp (0.5.1) net-protocol - nio4r (2.7.3) - nokogiri (1.16.5) + nio4r (2.7.5) + nokogiri (1.19.2) mini_portile2 (~> 2.8.2) racc (~> 1.4) orm_adapter (0.5.0) @@ -187,26 +190,30 @@ GEM parser (3.3.11.1) ast (~> 2.4.1) racc + pp (0.6.3) + prettyprint + prettyprint (0.2.0) prism (1.9.0) propshaft (1.3.2) actionpack (>= 7.0.0) activesupport (>= 7.0.0) rack - psych (5.1.2) + psych (5.3.1) + date stringio - public_suffix (5.0.5) + public_suffix (7.0.5) puma (6.6.1) nio4r (~> 2.0) raabro (1.4.0) - racc (1.7.3) - rack (3.0.11) - rack-session (2.0.0) + racc (1.8.1) + rack (3.2.6) + rack-session (2.1.2) + base64 (>= 0.1.0) rack (>= 3.0.0) - rack-test (2.1.0) + rack-test (2.2.0) rack (>= 1.3) - rackup (2.1.0) + rackup (2.3.1) rack (>= 3) - webrick (~> 1.8) rails (8.1.3) actioncable (= 8.1.3) actionmailbox (= 8.1.3) @@ -221,13 +228,13 @@ GEM activesupport (= 8.1.3) bundler (>= 1.15.0) railties (= 8.1.3) - rails-dom-testing (2.2.0) + rails-dom-testing (2.3.0) activesupport (>= 5.0.0) minitest nokogiri (>= 1.6) - rails-html-sanitizer (1.6.0) - loofah (~> 2.21) - nokogiri (~> 1.14) + rails-html-sanitizer (1.7.0) + loofah (~> 2.25) + nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0) railties (8.1.3) actionpack (= 8.1.3) activesupport (= 8.1.3) @@ -238,21 +245,23 @@ GEM tsort (>= 0.2) zeitwerk (~> 2.6) rainbow (3.1.1) - rake (13.2.1) - rdoc (6.6.3.1) + rake (13.4.2) + rdoc (7.2.0) + erb psych (>= 4.0.0) + tsort regexp_parser (2.12.0) - reline (0.5.7) + reline (0.6.3) io-console (~> 0.5) - responders (3.1.1) - actionpack (>= 5.2) - railties (>= 5.2) - rexml (3.2.6) + responders (3.2.0) + actionpack (>= 7.0) + railties (>= 7.0) + rexml (3.4.4) rotp (6.3.0) - rqrcode (2.2.0) + rqrcode (3.2.0) chunky_png (~> 1.0) - rqrcode_core (~> 1.0) - rqrcode_core (1.2.0) + rqrcode_core (~> 2.0) + rqrcode_core (2.1.0) rubocop (1.86.1) json (~> 2.3) language_server-protocol (~> 3.17.0.2) @@ -285,7 +294,7 @@ GEM ruby-vips (2.3.0) ffi (~> 1.12) logger - rubyzip (2.3.2) + rubyzip (3.2.2) securerandom (0.4.1) selenium-webdriver (4.43.0) base64 (~> 0.2) @@ -317,10 +326,10 @@ GEM actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) - stimulus-rails (1.3.3) + stimulus-rails (1.3.4) railties (>= 6.0.0) - stringio (3.1.0) - thor (1.3.1) + stringio (3.2.0) + thor (1.5.0) thruster (0.1.20) timeout (0.6.1) tsort (0.2.0) @@ -340,15 +349,14 @@ GEM actionview (>= 8.0.0) bindex (>= 0.4.0) railties (>= 8.0.0) - webrick (1.8.1) - websocket (1.2.10) + websocket (1.2.11) websocket-driver (0.8.0) base64 websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.6.14) + zeitwerk (2.7.5) PLATFORMS x86_64-openbsd @@ -357,7 +365,7 @@ DEPENDENCIES bootsnap brakeman bundler-audit - capybara + capybara (~> 3.40) debug devise devise-two-factor @@ -370,7 +378,7 @@ DEPENDENCIES rails (= 8.1.3) rqrcode rubocop-rails-omakase - selenium-webdriver + selenium-webdriver (~> 4.43) solid_cable solid_cache solid_queue