Skip to content

Commit 7726758

Browse files
committed
ci: use bundler version 2.6.7 and clean Gemfiles
Signed-off-by: Pierre-Yves Lapersonne <[email protected]>
1 parent 6b168a2 commit 7726758

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

Gemfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,11 @@
1313

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

16-
gem 'abbrev', '0.1.2'
17-
gem 'cocoapods', '1.16.2'
1816
gem 'fastlane', '2.227.0'
1917
gem 'fastlane-plugin-changelog', '0.16.0'
2018
gem 'fastlane-plugin-mattermost', '1.3.2'
2119
gem 'json', '2.10.2'
20+
gem 'cocoapods', '1.16.2'
2221
gem 'net-http', '0.6.0'
2322
gem 'xcode-install', '2.8.1'
2423

Gemfile.lock

+8-9
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ GEM
55
base64
66
nkf
77
rexml
8-
abbrev (0.1.2)
98
activesupport (7.2.2.1)
109
base64
1110
benchmark (>= 0.3)
@@ -26,17 +25,18 @@ GEM
2625
artifactory (3.0.17)
2726
atomos (0.1.3)
2827
aws-eventstream (1.3.2)
29-
aws-partitions (1.1065.0)
30-
aws-sdk-core (3.220.1)
28+
aws-partitions (1.1084.0)
29+
aws-sdk-core (3.222.1)
3130
aws-eventstream (~> 1, >= 1.3.0)
3231
aws-partitions (~> 1, >= 1.992.0)
3332
aws-sigv4 (~> 1.9)
3433
base64
3534
jmespath (~> 1, >= 1.6.1)
35+
logger
3636
aws-sdk-kms (1.99.0)
3737
aws-sdk-core (~> 3, >= 3.216.0)
3838
aws-sigv4 (~> 1.5)
39-
aws-sdk-s3 (1.182.0)
39+
aws-sdk-s3 (1.183.0)
4040
aws-sdk-core (~> 3, >= 3.216.0)
4141
aws-sdk-kms (~> 1)
4242
aws-sigv4 (~> 1.5)
@@ -237,10 +237,10 @@ GEM
237237
json (2.10.2)
238238
jwt (2.10.1)
239239
base64
240-
logger (1.6.6)
240+
logger (1.7.0)
241241
mini_magick (4.13.2)
242242
mini_mime (1.1.5)
243-
minitest (5.25.4)
243+
minitest (5.25.5)
244244
molinillo (0.8.0)
245245
multi_json (1.15.0)
246246
multipart-post (2.4.1)
@@ -304,7 +304,7 @@ GEM
304304
colored2 (~> 3.1)
305305
nanaimo (~> 0.4.0)
306306
rexml (>= 3.3.6, < 4.0)
307-
xcpretty (0.4.0)
307+
xcpretty (0.4.1)
308308
rouge (~> 3.28.0)
309309
xcpretty-travis-formatter (1.0.1)
310310
xcpretty (~> 0.2, >= 0.0.7)
@@ -323,7 +323,6 @@ PLATFORMS
323323
x86_64-linux-musl
324324

325325
DEPENDENCIES
326-
abbrev (= 0.1.2)
327326
cocoapods (= 1.16.2)
328327
fastlane (= 2.227.0)
329328
fastlane-plugin-changelog (= 0.16.0)
@@ -334,4 +333,4 @@ DEPENDENCIES
334333
xcode-install (= 2.8.1)
335334

336335
BUNDLED WITH
337-
2.6.1
336+
2.6.7

0 commit comments

Comments
 (0)