Skip to content

Commit 5bd1efc

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 5bd1efc

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Gemfile

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

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

16-
gem 'abbrev', '0.1.2'
1716
gem 'cocoapods', '1.16.2'
1817
gem 'fastlane', '2.227.0'
1918
gem 'fastlane-plugin-changelog', '0.16.0'

Gemfile.lock

+8-7
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,18 @@ GEM
2626
artifactory (3.0.17)
2727
atomos (0.1.3)
2828
aws-eventstream (1.3.2)
29-
aws-partitions (1.1065.0)
30-
aws-sdk-core (3.220.1)
29+
aws-partitions (1.1084.0)
30+
aws-sdk-core (3.222.1)
3131
aws-eventstream (~> 1, >= 1.3.0)
3232
aws-partitions (~> 1, >= 1.992.0)
3333
aws-sigv4 (~> 1.9)
3434
base64
3535
jmespath (~> 1, >= 1.6.1)
36+
logger
3637
aws-sdk-kms (1.99.0)
3738
aws-sdk-core (~> 3, >= 3.216.0)
3839
aws-sigv4 (~> 1.5)
39-
aws-sdk-s3 (1.182.0)
40+
aws-sdk-s3 (1.183.0)
4041
aws-sdk-core (~> 3, >= 3.216.0)
4142
aws-sdk-kms (~> 1)
4243
aws-sigv4 (~> 1.5)
@@ -237,10 +238,10 @@ GEM
237238
json (2.10.2)
238239
jwt (2.10.1)
239240
base64
240-
logger (1.6.6)
241+
logger (1.7.0)
241242
mini_magick (4.13.2)
242243
mini_mime (1.1.5)
243-
minitest (5.25.4)
244+
minitest (5.25.5)
244245
molinillo (0.8.0)
245246
multi_json (1.15.0)
246247
multipart-post (2.4.1)
@@ -304,7 +305,7 @@ GEM
304305
colored2 (~> 3.1)
305306
nanaimo (~> 0.4.0)
306307
rexml (>= 3.3.6, < 4.0)
307-
xcpretty (0.4.0)
308+
xcpretty (0.4.1)
308309
rouge (~> 3.28.0)
309310
xcpretty-travis-formatter (1.0.1)
310311
xcpretty (~> 0.2, >= 0.0.7)
@@ -334,4 +335,4 @@ DEPENDENCIES
334335
xcode-install (= 2.8.1)
335336

336337
BUNDLED WITH
337-
2.6.1
338+
2.6.7

0 commit comments

Comments
 (0)