diff --git a/Gemfile.lock b/Gemfile.lock index 4f9f178..c03d5fc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -188,7 +188,7 @@ GEM rspec-mocks (~> 3.12) rspec-support (~> 3.12) rspec-support (3.12.1) - rubocop (1.54.2) + rubocop (1.55.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -196,7 +196,7 @@ GEM rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.28.0, < 2.0) + rubocop-ast (>= 1.28.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) rubocop-ast (1.29.0) @@ -221,11 +221,11 @@ GEM tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (2.4.2) - websocket-driver (0.7.5) + websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) yard (0.9.34) - zeitwerk (2.6.8) + zeitwerk (2.6.9) PLATFORMS ruby diff --git a/gemfiles/rails-6.0/Gemfile.lock b/gemfiles/rails-6.0/Gemfile.lock index a77238a..758ad99 100644 --- a/gemfiles/rails-6.0/Gemfile.lock +++ b/gemfiles/rails-6.0/Gemfile.lock @@ -180,10 +180,10 @@ GEM timeout (0.4.0) tzinfo (1.2.11) thread_safe (~> 0.1) - websocket-driver (0.7.5) + websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) - zeitwerk (2.6.8) + zeitwerk (2.6.9) PLATFORMS ruby diff --git a/gemfiles/rails-6.1/Gemfile.lock b/gemfiles/rails-6.1/Gemfile.lock index bc5289d..6e07b6d 100644 --- a/gemfiles/rails-6.1/Gemfile.lock +++ b/gemfiles/rails-6.1/Gemfile.lock @@ -183,10 +183,10 @@ GEM timeout (0.4.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - websocket-driver (0.7.5) + websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) - zeitwerk (2.6.8) + zeitwerk (2.6.9) PLATFORMS ruby diff --git a/gemfiles/rails-7.0/Gemfile.lock b/gemfiles/rails-7.0/Gemfile.lock index c933dba..03e1cb5 100644 --- a/gemfiles/rails-7.0/Gemfile.lock +++ b/gemfiles/rails-7.0/Gemfile.lock @@ -182,10 +182,10 @@ GEM timeout (0.4.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - websocket-driver (0.7.5) + websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) - zeitwerk (2.6.8) + zeitwerk (2.6.9) PLATFORMS ruby diff --git a/gemfiles/rails-main/Gemfile.lock b/gemfiles/rails-main/Gemfile.lock index 51a9f29..2be0d77 100644 --- a/gemfiles/rails-main/Gemfile.lock +++ b/gemfiles/rails-main/Gemfile.lock @@ -1,6 +1,6 @@ GIT remote: https://github.com/rails/rails.git - revision: 04c97aec8aa696165e98f46ecec2b13410629be0 + revision: 3bdd57fba6cacdef06d57c27c60de663a5be85be branch: main specs: actioncable (7.1.0.alpha) @@ -201,10 +201,10 @@ GEM tzinfo (2.0.6) concurrent-ruby (~> 1.0) webrick (1.8.1) - websocket-driver (0.7.5) + websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) - zeitwerk (2.6.8) + zeitwerk (2.6.9) PLATFORMS x86_64-linux