From cf94b5f7d4b6e1c80d06b46d721c0dee51c2769f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 09:34:01 +0000 Subject: [PATCH] build(deps): bump anthropic from 1.59.0 to 1.61.0 Bumps [anthropic](https://github.com/anthropics/anthropic-sdk-ruby) from 1.59.0 to 1.61.0. - [Release notes](https://github.com/anthropics/anthropic-sdk-ruby/releases) - [Changelog](https://github.com/anthropics/anthropic-sdk-ruby/blob/main/CHANGELOG.md) - [Commits](https://github.com/anthropics/anthropic-sdk-ruby/compare/v1.59.0...v1.61.0) --- updated-dependencies: - dependency-name: anthropic dependency-version: 1.61.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 782804be..c7fb7de2 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem "figaro", "~> 1.3" gem "fog-aws", "~> 3.33" gem "mini_magick", "~> 5.3" gem "puma", ">= 5.0" -gem "anthropic", "~> 1.59" +gem "anthropic", "~> 1.61" gem "aws-sdk-s3", "~> 1.228" gem "rack-cors", "~> 3.0" gem "rails", "~> 7.2.3" diff --git a/Gemfile.lock b/Gemfile.lock index d88c1f6c..3691c5fc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -79,10 +79,11 @@ GEM annotate (3.2.0) activerecord (>= 3.2, < 8.0) rake (>= 10.4, < 14.0) - anthropic (1.59.0) - cgi - connection_pool - standardwebhooks + anthropic (1.61.0) + base64 (~> 0.1) + cgi (~> 0.1) + connection_pool (>= 2, < 4) + standardwebhooks (~> 1.0) ast (2.4.3) aws-eventstream (1.4.0) aws-partitions (1.1272.0) @@ -570,7 +571,7 @@ PLATFORMS DEPENDENCIES annotate (~> 3.2) - anthropic (~> 1.59) + anthropic (~> 1.61) aws-sdk-s3 (~> 1.228) bcrypt (= 3.1.21) bigdecimal (= 4.0.1)