diff --git a/Gemfile b/Gemfile index 6a59f45..4a5f17b 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem "rake", "~> 13.0" gem "rspec", "~> 3.12" -gem "rubocop", "~> 1.21" +gem "rubocop", "~> 1.55" gem "rubocop-rspec", require: false gem "pry" diff --git a/Gemfile.lock b/Gemfile.lock index 3b1a0bd..414cd6f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -21,19 +21,22 @@ GEM faraday-multipart (1.0.4) multipart-post (~> 2) faraday-net_http (3.0.2) - json (2.6.2) + json (2.6.3) + language_server-protocol (3.17.0.3) method_source (1.0.0) multipart-post (2.3.0) - parallel (1.22.1) - parser (3.1.2.1) + parallel (1.23.0) + parser (3.2.2.3) ast (~> 2.4.1) + racc pry (0.14.1) coderay (~> 1.1) method_source (~> 1.0) + racc (1.7.1) rainbow (3.1.1) rake (13.0.6) - regexp_parser (2.6.0) - rexml (3.2.5) + regexp_parser (2.8.1) + rexml (3.2.6) rspec (3.12.0) rspec-core (~> 3.12.0) rspec-expectations (~> 3.12.0) @@ -47,26 +50,27 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) rspec-support (3.12.0) - rubocop (1.36.0) + rubocop (1.55.1) json (~> 2.3) + language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 3.1.2.1) + parser (>= 3.2.2.3) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.20.1, < 2.0) + rubocop-ast (>= 1.28.1, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 1.4.0, < 3.0) - rubocop-ast (1.21.0) - parser (>= 3.1.1.0) + unicode-display_width (>= 2.4.0, < 3.0) + rubocop-ast (1.29.0) + parser (>= 3.2.1.0) rubocop-rspec (2.17.1) rubocop (~> 1.33) ruby-openai (4.1.0) faraday (>= 1) faraday-multipart (>= 1) - ruby-progressbar (1.11.0) + ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) - unicode-display_width (2.3.0) + unicode-display_width (2.4.2) PLATFORMS arm64-darwin-21 @@ -77,7 +81,7 @@ DEPENDENCIES pry rake (~> 13.0) rspec (~> 3.12) - rubocop (~> 1.21) + rubocop (~> 1.55) rubocop-rspec safe_commit!