Skip to content

Commit 85816f1

Browse files
authored
chore: update rexml to 3.3.2 (#168)
1 parent 6e867b2 commit 85816f1

File tree

2 files changed

+16
-14
lines changed

2 files changed

+16
-14
lines changed

scripts/Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ source "https://rubygems.org"
22

33
gem "fastlane"
44
gem "addressable", ">= 2.8.0"
5+
gem "rexml", ">= 3.3.2"
56

67
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
78
eval_gemfile(plugins_path) if File.exist?(plugins_path)

scripts/Gemfile.lock

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
GIT
22
remote: https://github.com/aws-amplify/amplify-ci-support
3-
revision: a9fba40726da12b662c750010598e42ea071fafb
3+
revision: c673e6a2f0759b95edae5840afd952b15abf7032
44
branch: android/fastlane-actions
55
glob: src/fastlane/release_actions/*.gemspec
66
specs:
@@ -18,19 +18,19 @@ GEM
1818
artifactory (3.0.17)
1919
atomos (0.1.3)
2020
aws-eventstream (1.3.0)
21-
aws-partitions (1.950.0)
22-
aws-sdk-core (3.200.0)
21+
aws-partitions (1.956.0)
22+
aws-sdk-core (3.201.1)
2323
aws-eventstream (~> 1, >= 1.3.0)
2424
aws-partitions (~> 1, >= 1.651.0)
2525
aws-sigv4 (~> 1.8)
2626
jmespath (~> 1, >= 1.6.1)
27-
aws-sdk-kms (1.87.0)
28-
aws-sdk-core (~> 3, >= 3.199.0)
29-
aws-sigv4 (~> 1.1)
30-
aws-sdk-s3 (1.155.0)
31-
aws-sdk-core (~> 3, >= 3.199.0)
27+
aws-sdk-kms (1.88.0)
28+
aws-sdk-core (~> 3, >= 3.201.0)
29+
aws-sigv4 (~> 1.5)
30+
aws-sdk-s3 (1.156.0)
31+
aws-sdk-core (~> 3, >= 3.201.0)
3232
aws-sdk-kms (~> 1)
33-
aws-sigv4 (~> 1.8)
33+
aws-sigv4 (~> 1.5)
3434
aws-sigv4 (1.8.0)
3535
aws-eventstream (~> 1, >= 1.0.2)
3636
babosa (1.0.4)
@@ -46,7 +46,7 @@ GEM
4646
domain_name (0.6.20240107)
4747
dotenv (2.8.1)
4848
emoji_regex (3.2.3)
49-
excon (0.110.0)
49+
excon (0.111.0)
5050
faraday (1.10.3)
5151
faraday-em_http (~> 1.0)
5252
faraday-em_synchrony (~> 1.0)
@@ -163,7 +163,7 @@ GEM
163163
json (2.7.2)
164164
jwt (2.8.2)
165165
base64
166-
mini_magick (4.13.1)
166+
mini_magick (4.13.2)
167167
mini_mime (1.1.5)
168168
multi_json (1.15.0)
169169
multipart-post (2.4.1)
@@ -180,7 +180,7 @@ GEM
180180
trailblazer-option (>= 0.1.1, < 0.2.0)
181181
uber (< 0.2.0)
182182
retriable (3.1.2)
183-
rexml (3.2.9)
183+
rexml (3.3.2)
184184
strscan
185185
rouge (2.0.7)
186186
ruby2_keywords (0.0.5)
@@ -206,26 +206,27 @@ GEM
206206
uber (0.1.0)
207207
unicode-display_width (2.5.0)
208208
word_wrap (1.0.0)
209-
xcodeproj (1.24.0)
209+
xcodeproj (1.19.0)
210210
CFPropertyList (>= 2.3.3, < 4.0)
211211
atomos (~> 0.1.3)
212212
claide (>= 1.0.2, < 2.0)
213213
colored2 (~> 3.1)
214214
nanaimo (~> 0.3.0)
215-
rexml (~> 3.2.4)
216215
xcpretty (0.3.0)
217216
rouge (~> 2.0.7)
218217
xcpretty-travis-formatter (1.0.1)
219218
xcpretty (~> 0.2, >= 0.0.7)
220219

221220
PLATFORMS
222221
arm64-darwin-21
222+
arm64-darwin-22
223223

224224
DEPENDENCIES
225225
addressable (>= 2.8.0)
226226
fastlane
227227
fastlane-plugin-release_actions!
228228
fastlane-plugin-semantic_release
229+
rexml (>= 3.3.2)
229230

230231
BUNDLED WITH
231232
2.3.7

0 commit comments

Comments
 (0)