diff --git a/Gemfile b/Gemfile index 3be39e1..9220ff0 100644 --- a/Gemfile +++ b/Gemfile @@ -9,6 +9,6 @@ gem 'tty-prompt' gem 'rspec', '~> 3.13' gem 'rubocop', require: false -gem 'rubocop-rspec', '~> 3.5' +gem 'rubocop-rspec', '~> 3.7' gem 'tiktoken_ruby', '~> 0.0.9' diff --git a/Gemfile.lock b/Gemfile.lock index 0d11792..1d2acb8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,7 +3,7 @@ GEM specs: addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) - ast (2.4.2) + ast (2.4.3) bigdecimal (3.1.9) diff-lcs (1.5.1) event_stream_parser (1.0.0) @@ -15,26 +15,27 @@ GEM multipart-post (~> 2.0) faraday-net_http (3.4.0) net-http (>= 0.5.0) - json (2.10.1) + json (2.13.2) json-schema (5.1.1) addressable (~> 2.8) bigdecimal (~> 3.1) - language_server-protocol (3.17.0.4) + language_server-protocol (3.17.0.5) lint_roller (1.1.0) logger (1.6.5) multipart-post (2.4.1) net-http (0.6.0) uri - parallel (1.26.3) - parser (3.3.7.1) + parallel (1.27.0) + parser (3.3.9.0) ast (~> 2.4.1) racc pastel (0.8.0) tty-color (~> 0.5) + prism (1.4.0) public_suffix (6.0.1) racc (1.8.1) rainbow (3.1.1) - regexp_parser (2.10.0) + regexp_parser (2.11.2) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) @@ -59,9 +60,10 @@ GEM rubocop-ast (>= 1.38.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.38.1) - parser (>= 3.3.1.0) - rubocop-rspec (3.5.0) + rubocop-ast (1.46.0) + parser (>= 3.3.7.2) + prism (~> 1.4) + rubocop-rspec (3.7.0) lint_roller (~> 1.1) rubocop (~> 1.72, >= 1.72.1) ruby-openai (7.4.0) @@ -83,7 +85,7 @@ GEM tty-screen (~> 0.8) wisper (~> 2.0) tty-screen (0.8.1) - unicode-display_width (3.1.4) + unicode-display_width (3.1.5) unicode-emoji (~> 4.0, >= 4.0.4) unicode-emoji (4.0.4) uri (1.0.2) @@ -98,7 +100,7 @@ DEPENDENCIES json-schema rspec (~> 3.13) rubocop - rubocop-rspec (~> 3.5) + rubocop-rspec (~> 3.7) ruby-openai tiktoken_ruby (~> 0.0.9) tty-option