diff --git a/Gemfile b/Gemfile index 9e3fe3b0cc0..1c5276b5e12 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ group :development do gem 'stringex', '2.8.6' # > 2.1.0 causes slowdowns https://github.com/sass/sassc-ruby/issues/189 gem 'sassc', '2.1.0' - gem 'rubocop', '1.66.0' + gem 'rubocop', '1.66.1' gem 'ruby-lsp', '0.17.17' gem 'rackup', '2.1.0' end diff --git a/Gemfile.lock b/Gemfile.lock index fd37f38fe82..b959f8b28ce 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -29,6 +29,9 @@ GEM ffi (1.17.0-arm64-darwin) ffi (1.17.0-x86_64-linux-gnu) forwardable-extended (2.6.0) + google-protobuf (4.28.0-arm64-darwin) + bigdecimal + rake (>= 13) google-protobuf (4.28.0-x86_64-linux) bigdecimal rake (>= 13) @@ -83,7 +86,7 @@ GEM nokogiri (1.16.7-x86_64-linux) racc (~> 1.4) parallel (1.26.3) - parser (3.3.4.2) + parser (3.3.5.0) ast (~> 2.4.1) racc pathutil (0.16.2) @@ -110,17 +113,17 @@ GEM regexp_parser (2.9.2) rexml (3.3.7) rouge (4.3.0) - rubocop (1.66.0) + rubocop (1.66.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.1, < 2.0) + rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.2) + rubocop-ast (1.32.3) parser (>= 3.3.1.0) ruby-lsp (0.17.17) language_server-protocol (~> 3.17.0) @@ -131,6 +134,8 @@ GEM ruby2_keywords (0.0.5) safe_yaml (1.0.5) sass (3.4.25) + sass-embedded (1.78.0-arm64-darwin) + google-protobuf (~> 4.27) sass-embedded (1.78.0-x86_64-linux-gnu) google-protobuf (~> 4.27) sass-globbing (1.1.5) @@ -171,7 +176,7 @@ DEPENDENCIES nokogiri (= 1.16.7) rackup (= 2.1.0) rake (= 13.2.1) - rubocop (= 1.66.0) + rubocop (= 1.66.1) ruby-lsp (= 0.17.17) sass-globbing (= 1.1.5) sassc (= 2.1.0)