From a7a26021baba745ebbb90bd13707d9fa049cb8ce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 16:00:04 +0000 Subject: [PATCH] chore(deps): update dependency anthropic to '~> 0.3.0' --- Gemfile | 2 +- Gemfile.lock | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 5e79c99..468f994 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ source 'https://rubygems.org' gemspec group :development, :test do - gem 'anthropic', '~> 0.2.0', require: false + gem 'anthropic', '~> 0.3.0', require: false gem 'dotenv', '~> 3.1.0', require: false gem 'factory_bot', '~> 6.5.0', require: false gem 'faraday', '~> 2.11.0', require: false diff --git a/Gemfile.lock b/Gemfile.lock index bddb474..0b5f825 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -32,7 +32,8 @@ GEM tzinfo (~> 2.0, >= 2.0.5) addressable (2.8.6) public_suffix (>= 2.0.2, < 6.0) - anthropic (0.2.0) + anthropic (0.3.0) + event_stream_parser (>= 0.3.0, < 2.0.0) faraday (>= 1) faraday-multipart (>= 1) ast (2.4.2) @@ -83,7 +84,7 @@ GEM listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - logger (1.6.0) + logger (1.6.1) matrix (0.4.2) minitest (5.25.1) multipart-post (2.4.1) @@ -187,7 +188,7 @@ GEM concurrent-ruby (~> 1.0) unicode (0.4.4.4) unicode-display_width (2.5.0) - uri (0.13.0) + uri (0.13.1) vcr (6.3.1) base64 webmock (3.23.1) @@ -202,7 +203,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - anthropic (~> 0.2.0) + anthropic (~> 0.3.0) dotenv (~> 3.1.0) factory_bot (~> 6.5.0) faraday (~> 2.11.0)