From b79f40e022681e54143fe6ba7123c7810e8a5166 Mon Sep 17 00:00:00 2001 From: shogo4405 Date: Sun, 13 Jul 2025 17:20:05 +0900 Subject: [PATCH] Update Gemfile --- Gemfile | 1 + Gemfile.lock | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 392aef3e..9135f178 100644 --- a/Gemfile +++ b/Gemfile @@ -4,4 +4,5 @@ gem 'cocoapods' gem 'fastlane' gem 'rubocop' gem 'danger' +gem 'abbrev' gem 'danger-privacymanifest', git: 'https://github.com/shogo4405/danger-privacymanifest' diff --git a/Gemfile.lock b/Gemfile.lock index 891720ec..38524232 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -12,6 +12,7 @@ GEM base64 nkf rexml + abbrev (0.1.2) activesupport (7.2.2.1) base64 benchmark (>= 0.3) @@ -383,7 +384,6 @@ PLATFORMS arm-linux-gnu arm-linux-musl arm64-darwin - ruby x86-linux-gnu x86-linux-musl x86_64-darwin @@ -391,6 +391,7 @@ PLATFORMS x86_64-linux-musl DEPENDENCIES + abbrev cocoapods danger danger-privacymanifest!