Skip to content

Commit fa944b8

Browse files
committed
ci: add abbrev in Gemfile
Signed-off-by: Pierre-Yves Lapersonne <[email protected]>
1 parent 2bb30d3 commit fa944b8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Gemfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313

1414
source "https://rubygems.org"
1515

16-
gem 'cocoapods', '1.16.2'
16+
gem 'abbrev', '0.1.2'
17+
gem 'cocoapods', '1.16.2'
1718
gem 'fastlane', '2.227.0'
1819
gem 'fastlane-plugin-changelog', '0.16.0'
1920
gem 'fastlane-plugin-mattermost', '1.3.2'

Gemfile.lock

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ GEM
55
base64
66
nkf
77
rexml
8+
abbrev (0.1.2)
89
activesupport (7.2.2.1)
910
base64
1011
benchmark (>= 0.3)
@@ -322,6 +323,7 @@ PLATFORMS
322323
x86_64-linux-musl
323324

324325
DEPENDENCIES
326+
abbrev (= 0.1.2)
325327
cocoapods (= 1.16.2)
326328
fastlane (= 2.227.0)
327329
fastlane-plugin-changelog (= 0.16.0)

0 commit comments

Comments
 (0)