Skip to content

Commit f93607a

Browse files
Bump anthropic in the ruby-minor-and-patch group across 1 directory (#25796)
Bumps the ruby-minor-and-patch group with 1 update in the / directory: [anthropic](https://github.com/anthropics/anthropic-sdk-ruby). Updates `anthropic` from 1.55.0 to 1.56.0 - [Release notes](https://github.com/anthropics/anthropic-sdk-ruby/releases) - [Changelog](https://github.com/anthropics/anthropic-sdk-ruby/blob/main/CHANGELOG.md) - [Commits](anthropics/anthropic-sdk-ruby@v1.55.0...v1.56.0) --- updated-dependencies: - dependency-name: anthropic dependency-version: 1.56.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ruby-minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b90d6b8 commit f93607a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
source 'https://rubygems.org'
44

55
# Official Anthropic SDK — backs the AI translation tier of the localization pipeline (fastlane/lanes/ai_translator.rb).
6-
gem 'anthropic', '~> 1.55'
6+
gem 'anthropic', '~> 1.56'
77
gem 'danger-dangermattic', '~> 1.4'
88
gem 'dotenv'
99
# 2.223.1 includes a fix for an ASC-interfacing issue

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ GEM
55
abbrev (0.1.2)
66
addressable (2.9.0)
77
public_suffix (>= 2.0.2, < 8.0)
8-
anthropic (1.55.0)
8+
anthropic (1.56.0)
99
cgi
1010
connection_pool
1111
standardwebhooks
@@ -355,7 +355,7 @@ GEM
355355
CFPropertyList
356356
naturally
357357
singleton (0.3.0)
358-
standardwebhooks (1.0.1)
358+
standardwebhooks (1.1.0)
359359
terminal-notifier (2.0.0)
360360
terminal-table (3.0.2)
361361
unicode-display_width (>= 1.1.1, < 3)
@@ -386,7 +386,7 @@ PLATFORMS
386386
ruby
387387

388388
DEPENDENCIES
389-
anthropic (~> 1.55)
389+
anthropic (~> 1.56)
390390
danger-dangermattic (~> 1.4)
391391
dotenv
392392
fastlane (~> 2.237)

0 commit comments

Comments
 (0)