Did Bundle update in the wrong dir

This commit is contained in:
2026-04-23 11:19:11 +00:00
parent bfd075048d
commit 03b5ab680b
2 changed files with 59 additions and 51 deletions

View File

@@ -62,6 +62,6 @@ end
group :test do group :test do
# Use system testing [https://guides.rubyonrails.org/testing.html#system-testing] # Use system testing [https://guides.rubyonrails.org/testing.html#system-testing]
gem "capybara" gem "capybara", "~> 3.40"
gem "selenium-webdriver" gem "selenium-webdriver", "~> 4.43"
end end

View File

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