diff --git a/Gemfile b/Gemfile index dac40de..2f04d30 100644 --- a/Gemfile +++ b/Gemfile @@ -8,4 +8,4 @@ gemspec gem "rake", "~> 13.0" gem "rspec", "~> 3.0" -gem "standard", "~> 1.25.0" +gem "standard", "~> 1.28.5" diff --git a/Gemfile.lock b/Gemfile.lock index f6e2ec8..0926916 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -15,22 +15,25 @@ GEM faraday-net_http (>= 2.0, < 3.1) ruby2_keywords (>= 0.0.4) faraday-net_http (3.0.2) - json (2.6.3) + json (2.7.2) language_server-protocol (3.17.0.3) + lint_roller (1.1.0) method_source (1.0.0) - parallel (1.22.1) - parser (3.2.1.1) + parallel (1.24.0) + parser (3.3.5.0) ast (~> 2.4.1) + racc pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) pry-byebug (3.10.1) byebug (~> 11.0) pry (>= 0.13, < 0.15) + racc (1.8.1) rainbow (3.1.1) rake (13.0.6) - regexp_parser (2.7.0) - rexml (3.2.5) + regexp_parser (2.9.2) + rexml (3.3.8) rspec (3.11.0) rspec-core (~> 3.11.0) rspec-expectations (~> 3.11.0) @@ -44,28 +47,36 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.11.0) rspec-support (3.11.0) - rubocop (1.48.1) + rubocop (1.50.2) json (~> 2.3) parallel (~> 1.10) parser (>= 3.2.0.0) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.26.0, < 2.0) + rubocop-ast (>= 1.28.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.28.0) + rubocop-ast (1.30.0) parser (>= 3.2.1.0) rubocop-performance (1.16.0) rubocop (>= 1.7.0, < 2.0) rubocop-ast (>= 0.4.0) ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) - standard (1.25.3) + standard (1.28.5) language_server-protocol (~> 3.17.0.2) - rubocop (~> 1.48.1) + lint_roller (~> 1.0) + rubocop (~> 1.50.2) + standard-custom (~> 1.0.0) + standard-performance (~> 1.0.1) + standard-custom (1.0.2) + lint_roller (~> 1.0) + rubocop (~> 1.50) + standard-performance (1.0.1) + lint_roller (~> 1.0) rubocop-performance (~> 1.16.0) - unicode-display_width (2.4.2) + unicode-display_width (2.6.0) PLATFORMS arm64-darwin-23 @@ -78,7 +89,7 @@ DEPENDENCIES qdrant-ruby! rake (~> 13.0) rspec (~> 3.0) - standard (~> 1.25.0) + standard (~> 1.28.5) BUNDLED WITH 2.4.0