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 Sep 6, 2024
1 parent 8376c2e commit a7a2602
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 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.11.0', require: false
Expand Down
9 changes: 5 additions & 4 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.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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand All @@ -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)
Expand Down

0 comments on commit a7a2602

Please sign in to comment.