diff options
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 57 |
1 files changed, 36 insertions, 21 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index f5c9893..b355a5f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,12 +3,13 @@ PATH specs: nano-bots (0.1.1) babosa (~> 2.0) + concurrent-ruby (~> 1.2, >= 1.2.2) dotenv (~> 2.8, >= 2.8.1) - faraday (~> 2.7, >= 2.7.5) + faraday (~> 2.7, >= 2.7.11) pry (~> 0.14.2) rainbow (~> 3.1, >= 3.1.1) rbnacl (~> 7.1, >= 7.1.1) - ruby-openai (~> 4.0) + ruby-openai (~> 6.2) sweet-moon (~> 0.0.7) GEM @@ -16,30 +17,41 @@ GEM specs: ast (2.4.2) babosa (2.0.0) + base64 (0.2.0) + byebug (11.1.3) coderay (1.1.3) + concurrent-ruby (1.2.2) diff-lcs (1.5.0) dotenv (2.8.1) - faraday (2.7.5) + event_stream_parser (0.3.0) + faraday (2.7.11) + base64 faraday-net_http (>= 2.0, < 3.1) ruby2_keywords (>= 0.0.4) faraday-multipart (1.0.4) multipart-post (~> 2) faraday-net_http (3.0.2) - ffi (1.15.5) + ffi (1.16.3) json (2.6.3) + language_server-protocol (3.17.0.3) method_source (1.0.0) multipart-post (2.3.0) parallel (1.23.0) - parser (3.2.2.1) + parser (3.2.2.4) 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.7.3) rainbow (3.1.1) rbnacl (7.1.1) ffi - regexp_parser (2.8.0) - rexml (3.2.5) + regexp_parser (2.8.2) + rexml (3.2.6) rspec (3.12.0) rspec-core (~> 3.12.0) rspec-expectations (~> 3.12.0) @@ -49,47 +61,50 @@ GEM rspec-expectations (3.12.3) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) - rspec-mocks (3.12.5) + rspec-mocks (3.12.6) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) - rspec-support (3.12.0) - rubocop (1.52.0) + rspec-support (3.12.1) + rubocop (1.57.2) json (~> 2.3) + language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 3.2.0.0) + parser (>= 3.2.2.4) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.28.0, < 2.0) + rubocop-ast (>= 1.28.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.29.0) + rubocop-ast (1.30.0) parser (>= 3.2.1.0) - rubocop-capybara (2.18.0) + rubocop-capybara (2.19.0) rubocop (~> 1.41) - rubocop-factory_bot (2.23.1) - rubocop (~> 1.33) - rubocop-rspec (2.22.0) + rubocop-factory_bot (2.24.0) rubocop (~> 1.33) + rubocop-rspec (2.25.0) + rubocop (~> 1.40) rubocop-capybara (~> 2.17) rubocop-factory_bot (~> 2.22) - ruby-openai (4.1.0) + ruby-openai (6.2.0) + event_stream_parser (>= 0.3.0, < 1.0.0) faraday (>= 1) faraday-multipart (>= 1) ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) sweet-moon (0.0.7) ffi (~> 1.15, >= 1.15.5) - unicode-display_width (2.4.2) + unicode-display_width (2.5.0) PLATFORMS x86_64-linux DEPENDENCIES nano-bots! + pry-byebug (~> 3.10, >= 3.10.1) rspec (~> 3.12) - rubocop (~> 1.47) - rubocop-rspec (~> 2.22) + rubocop (~> 1.57, >= 1.57.2) + rubocop-rspec (~> 2.25) BUNDLED WITH 2.4.13 |