We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
abbrev
1 parent 2bb30d3 commit fa944b8Copy full SHA for fa944b8
Gemfile
@@ -13,7 +13,8 @@
13
14
source "https://rubygems.org"
15
16
-gem 'cocoapods', '1.16.2'
+gem 'abbrev', '0.1.2'
17
+gem 'cocoapods', '1.16.2'
18
gem 'fastlane', '2.227.0'
19
gem 'fastlane-plugin-changelog', '0.16.0'
20
gem 'fastlane-plugin-mattermost', '1.3.2'
Gemfile.lock
@@ -5,6 +5,7 @@ GEM
5
base64
6
nkf
7
rexml
8
+ abbrev (0.1.2)
9
activesupport (7.2.2.1)
10
11
benchmark (>= 0.3)
@@ -322,6 +323,7 @@ PLATFORMS
322
323
x86_64-linux-musl
324
325
DEPENDENCIES
326
+ abbrev (= 0.1.2)
327
cocoapods (= 1.16.2)
328
fastlane (= 2.227.0)
329
fastlane-plugin-changelog (= 0.16.0)
0 commit comments