Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ gem "rouge", "~> 4.0"

# AI integration for summaries
gem "ruby-openai", "~> 8.2"
gem "anthropic", "~> 1.6.0"
gem "anthropic", "~> 1.13.0"

# Pagination
gem "kaminari", "~> 1.2"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ GEM
addressable
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
anthropic (1.6.0)
anthropic (1.13.0)
connection_pool
ast (2.4.3)
avo (3.23.0)
Expand Down Expand Up @@ -151,7 +151,7 @@ GEM
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
concurrent-ruby (1.3.5)
connection_pool (2.5.3)
connection_pool (2.5.4)
crass (1.0.6)
date (3.4.1)
debug (1.11.0)
Expand Down Expand Up @@ -521,7 +521,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
anthropic (~> 1.6.0)
anthropic (~> 1.13.0)
avo (>= 3.2)
bootsnap
brakeman
Expand Down