Skip to content

Commit 261c964

Browse files
Bump the ruby-minor-and-patch group with 3 updates (#25762)
Bumps the ruby-minor-and-patch group with 3 updates: [danger-dangermattic](https://github.com/Automattic/dangermattic), [fastlane-plugin-sentry](https://github.com/getsentry/sentry-fastlane-plugin) and [rubocop](https://github.com/rubocop/rubocop). Updates `danger-dangermattic` from 1.3.0 to 1.4.0 - [Release notes](https://github.com/Automattic/dangermattic/releases) - [Changelog](https://github.com/Automattic/dangermattic/blob/trunk/CHANGELOG.md) - [Commits](Automattic/dangermattic@1.3.0...1.4.0) Updates `fastlane-plugin-sentry` from 2.5.8 to 2.6.0 - [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.5.8...2.6.0) Updates `rubocop` from 1.88.1 to 1.88.2 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.88.1...v1.88.2) --- updated-dependencies: - dependency-name: danger-dangermattic dependency-version: 1.4.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.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ruby-minor-and-patch - dependency-name: rubocop dependency-version: 1.88.2 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 07e4ea2 commit 261c964

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

Gemfile

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

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

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ GEM
6666
octokit (>= 4.0)
6767
pstore (~> 0.1)
6868
terminal-table (>= 1, < 5)
69-
danger-dangermattic (1.3.0)
69+
danger-dangermattic (1.4.0)
7070
danger (~> 9.5, >= 9.5.3)
7171
danger-plugin-api (~> 1.0)
7272
danger-rubocop (~> 0.13)
@@ -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.5.8)
175+
fastlane-plugin-sentry (2.6.0)
176176
os (~> 1.1, >= 1.1.4)
177177
fastlane-plugin-wpmreleasetoolkit (14.10.0)
178178
buildkit (~> 1.5)
@@ -264,7 +264,7 @@ GEM
264264
rexml (>= 3.4.4)
265265
kramdown-parser-gfm (1.1.0)
266266
kramdown (~> 2.0)
267-
language_server-protocol (3.17.0.5)
267+
language_server-protocol (3.17.0.6)
268268
lint_roller (1.1.0)
269269
locale (2.1.5)
270270
fiddle
@@ -323,7 +323,7 @@ GEM
323323
observer (~> 0.1)
324324
pkg-config (~> 1.4)
325325
rouge (3.28.0)
326-
rubocop (1.88.1)
326+
rubocop (1.88.2)
327327
json (~> 2.3)
328328
language_server-protocol (~> 3.17.0.2)
329329
lint_roller (~> 1.1.0)
@@ -334,7 +334,7 @@ GEM
334334
rubocop-ast (>= 1.49.0, < 2.0)
335335
ruby-progressbar (~> 1.7)
336336
unicode-display_width (>= 2.4.0, < 4.0)
337-
rubocop-ast (1.49.1)
337+
rubocop-ast (1.50.0)
338338
parser (>= 3.3.7.2)
339339
prism (~> 1.7)
340340
rubocop-rake (0.7.1)
@@ -387,7 +387,7 @@ PLATFORMS
387387

388388
DEPENDENCIES
389389
anthropic (~> 1.55)
390-
danger-dangermattic (~> 1.3)
390+
danger-dangermattic (~> 1.4)
391391
dotenv
392392
fastlane (~> 2.237)
393393
fastlane-plugin-firebase_app_distribution (~> 1.0)

0 commit comments

Comments
 (0)