Skip to content

Commit

Permalink
chore(deps): update dependency anthropic to '~> 0.3.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 1, 2024
1 parent 6b338bf commit 879488c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.12.0', require: false
Expand Down
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ GEM
tzinfo (~> 2.0, >= 2.0.5)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.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)
Expand Down Expand Up @@ -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.12.0)
Expand Down

0 comments on commit 879488c

Please sign in to comment.