diff --git a/Gemfile b/Gemfile index 8aa6245..c56ec06 100644 --- a/Gemfile +++ b/Gemfile @@ -69,7 +69,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.3.0" - gem "listen", "~> 3.9.0" + gem "listen", "~> 3.10.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 68ecb12..747040b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -149,14 +149,14 @@ GEM logger faraday-net_http (3.4.2) net-http (~> 0.5) - ffi (1.17.3-aarch64-linux-gnu) - ffi (1.17.3-aarch64-linux-musl) - ffi (1.17.3-arm-linux-gnu) - ffi (1.17.3-arm-linux-musl) - ffi (1.17.3-arm64-darwin) - ffi (1.17.3-x86_64-darwin) - ffi (1.17.3-x86_64-linux-gnu) - ffi (1.17.3-x86_64-linux-musl) + ffi (1.17.4-aarch64-linux-gnu) + ffi (1.17.4-aarch64-linux-musl) + ffi (1.17.4-arm-linux-gnu) + ffi (1.17.4-arm-linux-musl) + ffi (1.17.4-arm64-darwin) + ffi (1.17.4-x86_64-darwin) + ffi (1.17.4-x86_64-linux-gnu) + ffi (1.17.4-x86_64-linux-musl) geo_coord (0.2.0) geocoder (1.8.6) base64 (>= 0.1.0) @@ -208,7 +208,8 @@ GEM base64 language_server-protocol (3.17.0.5) lint_roller (1.1.0) - listen (3.9.0) + listen (3.10.0) + logger rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) logger (1.7.0) @@ -520,7 +521,7 @@ DEPENDENCIES importmap-rails inline_svg jwt - listen (~> 3.9.0) + listen (~> 3.10.0) memory_profiler ostruct pagy (~> 43.5)