diff --git a/Gemfile b/Gemfile index 81e83ad..36fd776 100644 --- a/Gemfile +++ b/Gemfile @@ -68,7 +68,7 @@ gem "faker", "~> 3.6", groups: [:development, :test].tap { |groups| group :development do # Access an interactive console on exception pages or by calling "console" anywhere in the code. - gem "web-console", "~> 4.2.1" + gem "web-console", "~> 4.3.0" gem "listen", "~> 3.9.0" # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring # gem "spring" diff --git a/Gemfile.lock b/Gemfile.lock index 3df330f..fe38988 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -90,7 +90,7 @@ GEM erubi (>= 1.0.0) rack (>= 0.9.0) rouge (>= 1.0.0) - bigdecimal (4.0.1) + bigdecimal (4.1.1) bindex (0.8.1) binding_of_caller (2.0.0) debug_inspector (>= 1.2.0) @@ -226,7 +226,7 @@ GEM memory_profiler (1.1.0) method_source (1.1.0) mini_mime (1.1.5) - minitest (6.0.2) + minitest (6.0.3) drb (~> 2.0) prism (~> 1.5) msgpack (1.8.0) @@ -306,13 +306,13 @@ GEM puma (7.2.0) nio4r (~> 2.0) racc (1.8.1) - rack (3.2.5) + rack (3.2.6) rack-cors (3.0.0) logger rack (>= 3.0.14) rack-mini-profiler (4.0.1) rack (>= 1.2.0) - rack-session (2.1.1) + rack-session (2.1.2) base64 (>= 0.1.0) rack (>= 3.0.0) rack-test (2.2.0) @@ -474,11 +474,10 @@ GEM concurrent-ruby (~> 1) warden (1.2.9) rack (>= 2.0.9) - web-console (4.2.1) - actionview (>= 6.0.0) - activemodel (>= 6.0.0) + web-console (4.3.0) + actionview (>= 8.0.0) bindex (>= 0.4.0) - railties (>= 6.0.0) + railties (>= 8.0.0) websocket-driver (0.8.0) base64 websocket-extensions (>= 0.1.0) @@ -551,7 +550,7 @@ DEPENDENCIES turbo-rails tzinfo-data view_component - web-console (~> 4.2.1) + web-console (~> 4.3.0) RUBY VERSION ruby 3.4.5p51