diff --git a/Gemfile b/Gemfile index 1ca31426..1eef090b 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gemspec group :development do gem "rake", "~> 13.4" gem "rake-compiler" - gem "standard", "~> 1.55" + gem "standard", "~> 1.56" gem "get_process_mem" gem "yard", require: false gem "yard-rustdoc", "~> 0.4.0", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 1874d7eb..5bd46304 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -30,11 +30,11 @@ GEM get_process_mem (1.0.0) bigdecimal (>= 2.0) ffi (~> 1.0) - json (2.20.0) - language_server-protocol (3.17.0.5) + json (2.21.2) + language_server-protocol (3.17.0.6) lint_roller (1.1.0) parallel (1.28.0) - parser (3.3.11.1) + parser (3.3.12.0) ast (~> 2.4.1) racc prettier_print (1.2.1) @@ -68,7 +68,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.6) - rubocop (1.87.0) + rubocop (1.88.2) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -79,7 +79,7 @@ GEM rubocop-ast (>= 1.49.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.49.1) + rubocop-ast (1.50.0) parser (>= 3.3.7.2) prism (~> 1.7) rubocop-performance (1.26.1) @@ -87,10 +87,10 @@ GEM rubocop (>= 1.75.0, < 2.0) rubocop-ast (>= 1.47.1, < 2.0) ruby-progressbar (1.13.0) - standard (1.55.0) + standard (1.56.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.87.0) + rubocop (~> 1.88.0) standard-custom (~> 1.0.0) standard-performance (~> 1.8) standard-custom (1.0.2) @@ -132,7 +132,7 @@ DEPENDENCIES rake-compiler rdoc rspec (~> 3.13) - standard (~> 1.55) + standard (~> 1.56) wasmtime! yard yard-rustdoc (~> 0.4.0)