Skip to content

Commit 57bed95

Browse files
Bump the ruby-minor-and-patch group with 2 updates (#25827)
Bumps the ruby-minor-and-patch group with 2 updates: [anthropic](https://github.com/anthropics/anthropic-sdk-ruby) and [fastlane-plugin-sentry](https://github.com/getsentry/sentry-fastlane-plugin). Updates `anthropic` from 1.56.0 to 1.57.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.56.0...v1.57.0) Updates `fastlane-plugin-sentry` from 2.6.0 to 2.6.1 - [Release notes](https://github.com/getsentry/sentry-fastlane-plugin/releases) - [Changelog](https://github.com/getsentry/sentry-fastlane-plugin/blob/master/CHANGELOG.md) - [Commits](getsentry/sentry-fastlane-plugin@2.6.0...2.6.1) --- updated-dependencies: - dependency-name: anthropic dependency-version: 1.57.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ruby-minor-and-patch - dependency-name: fastlane-plugin-sentry dependency-version: 2.6.1 dependency-type: direct:production update-type: version-update:semver-patch 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 ff20879 commit 57bed95

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.56'
6+
gem 'anthropic', '~> 1.57'
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.56.0)
8+
anthropic (1.57.0)
99
cgi
1010
connection_pool
1111
standardwebhooks
@@ -172,7 +172,7 @@ GEM
172172
fastlane (>= 2.232.0)
173173
google-apis-firebaseappdistribution_v1 (>= 0.9.0)
174174
google-apis-firebaseappdistribution_v1alpha (>= 0.12.0)
175-
fastlane-plugin-sentry (2.6.0)
175+
fastlane-plugin-sentry (2.6.1)
176176
os (~> 1.1, >= 1.1.4)
177177
fastlane-plugin-wpmreleasetoolkit (14.10.0)
178178
buildkit (~> 1.5)
@@ -386,7 +386,7 @@ PLATFORMS
386386
ruby
387387

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

0 commit comments

Comments
 (0)