Skip to content

Commit 71c1da3

Browse files
authored
ci: update Gemfile.lock with new version of bundler (2.5.22) (#270)
Please run "gem install bundle" then "bundle install". It seems we missed something with the configuration of bundler and the lock of Gemfile in use.
2 parents 5ce9b68 + 04f8835 commit 71c1da3

File tree

1 file changed

+16
-14
lines changed

1 file changed

+16
-14
lines changed

Gemfile.lock

+16-14
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ GEM
55
base64
66
nkf
77
rexml
8-
activesupport (7.2.1)
8+
activesupport (7.2.2)
99
base64
10+
benchmark (>= 0.3)
1011
bigdecimal
1112
concurrent-ruby (~> 1.0, >= 1.3.1)
1213
connection_pool (>= 2.2.5)
@@ -24,23 +25,24 @@ GEM
2425
artifactory (3.0.17)
2526
atomos (0.1.3)
2627
aws-eventstream (1.3.0)
27-
aws-partitions (1.984.0)
28-
aws-sdk-core (3.209.1)
28+
aws-partitions (1.999.0)
29+
aws-sdk-core (3.211.0)
2930
aws-eventstream (~> 1, >= 1.3.0)
30-
aws-partitions (~> 1, >= 1.651.0)
31+
aws-partitions (~> 1, >= 1.992.0)
3132
aws-sigv4 (~> 1.9)
3233
jmespath (~> 1, >= 1.6.1)
33-
aws-sdk-kms (1.94.0)
34-
aws-sdk-core (~> 3, >= 3.207.0)
34+
aws-sdk-kms (1.95.0)
35+
aws-sdk-core (~> 3, >= 3.210.0)
3536
aws-sigv4 (~> 1.5)
36-
aws-sdk-s3 (1.167.0)
37-
aws-sdk-core (~> 3, >= 3.207.0)
37+
aws-sdk-s3 (1.169.0)
38+
aws-sdk-core (~> 3, >= 3.210.0)
3839
aws-sdk-kms (~> 1)
3940
aws-sigv4 (~> 1.5)
40-
aws-sigv4 (1.10.0)
41+
aws-sigv4 (1.10.1)
4142
aws-eventstream (~> 1, >= 1.0.2)
4243
babosa (1.0.4)
4344
base64 (0.2.0)
45+
benchmark (0.3.0)
4446
bigdecimal (3.1.8)
4547
claide (1.1.0)
4648
cocoapods (1.15.2)
@@ -236,7 +238,7 @@ GEM
236238
molinillo (0.8.0)
237239
multi_json (1.15.0)
238240
multipart-post (2.4.1)
239-
nanaimo (0.3.0)
241+
nanaimo (0.4.0)
240242
nap (1.1.0)
241243
naturally (2.2.1)
242244
net-http (0.4.1)
@@ -253,7 +255,7 @@ GEM
253255
trailblazer-option (>= 0.1.1, < 0.2.0)
254256
uber (< 0.2.0)
255257
retriable (3.1.2)
256-
rexml (3.3.8)
258+
rexml (3.3.9)
257259
rouge (2.0.7)
258260
ruby-macho (2.5.1)
259261
ruby2_keywords (0.0.5)
@@ -287,12 +289,12 @@ GEM
287289
xcode-install (2.8.1)
288290
claide (>= 0.9.1)
289291
fastlane (>= 2.1.0, < 3.0.0)
290-
xcodeproj (1.25.1)
292+
xcodeproj (1.27.0)
291293
CFPropertyList (>= 2.3.3, < 4.0)
292294
atomos (~> 0.1.3)
293295
claide (>= 1.0.2, < 2.0)
294296
colored2 (~> 3.1)
295-
nanaimo (~> 0.3.0)
297+
nanaimo (~> 0.4.0)
296298
rexml (>= 3.3.6, < 4.0)
297299
xcpretty (0.3.0)
298300
rouge (~> 2.0.7)
@@ -322,4 +324,4 @@ DEPENDENCIES
322324
xcode-install (= 2.8.1)
323325

324326
BUNDLED WITH
325-
2.5.17
327+
2.5.22

0 commit comments

Comments
 (0)