Skip to content

Commit ec14102

Browse files
authored
update rexml (#3623)
1 parent a237ca3 commit ec14102

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

build-support/Gemfile

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

33
gem "fastlane"
44
gem "addressable", ">= 2.8.0"
5-
gem "rexml", ">= 3.3.2"
5+
gem "rexml", ">= 3.3.4"
66

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

build-support/Gemfile.lock

Lines changed: 11 additions & 11 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: c673e6a2f0759b95edae5840afd952b15abf7032
3+
revision: 8b5c12c5445e7d869fc5b4dc8aa09d069d65e463
44
branch: android/fastlane-actions
55
glob: src/fastlane/release_actions/*.gemspec
66
specs:
@@ -18,20 +18,20 @@ GEM
1818
artifactory (3.0.17)
1919
atomos (0.1.3)
2020
aws-eventstream (1.3.0)
21-
aws-partitions (1.956.0)
22-
aws-sdk-core (3.201.1)
21+
aws-partitions (1.961.0)
22+
aws-sdk-core (3.201.3)
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)
2727
aws-sdk-kms (1.88.0)
2828
aws-sdk-core (~> 3, >= 3.201.0)
2929
aws-sigv4 (~> 1.5)
30-
aws-sdk-s3 (1.156.0)
30+
aws-sdk-s3 (1.157.0)
3131
aws-sdk-core (~> 3, >= 3.201.0)
3232
aws-sdk-kms (~> 1)
3333
aws-sigv4 (~> 1.5)
34-
aws-sigv4 (1.8.0)
34+
aws-sigv4 (1.9.1)
3535
aws-eventstream (~> 1, >= 1.0.2)
3636
babosa (1.0.4)
3737
base64 (0.2.0)
@@ -68,15 +68,15 @@ GEM
6868
faraday-httpclient (1.0.1)
6969
faraday-multipart (1.0.4)
7070
multipart-post (~> 2)
71-
faraday-net_http (1.0.1)
71+
faraday-net_http (1.0.2)
7272
faraday-net_http_persistent (1.2.0)
7373
faraday-patron (1.0.0)
7474
faraday-rack (1.0.0)
7575
faraday-retry (1.0.3)
7676
faraday_middleware (1.2.0)
7777
faraday (~> 1.0)
7878
fastimage (2.3.1)
79-
fastlane (2.221.1)
79+
fastlane (2.222.0)
8080
CFPropertyList (>= 2.3, < 4.0.0)
8181
addressable (>= 2.8, < 3.0.0)
8282
artifactory (~> 3.0)
@@ -173,14 +173,14 @@ GEM
173173
optparse (0.5.0)
174174
os (1.1.4)
175175
plist (3.7.1)
176-
public_suffix (6.0.0)
176+
public_suffix (6.0.1)
177177
rake (13.2.1)
178178
representable (3.2.0)
179179
declarative (< 0.1.0)
180180
trailblazer-option (>= 0.1.1, < 0.2.0)
181181
uber (< 0.2.0)
182182
retriable (3.1.2)
183-
rexml (3.3.2)
183+
rexml (3.3.4)
184184
strscan
185185
rouge (2.0.7)
186186
ruby2_keywords (0.0.5)
@@ -225,7 +225,7 @@ DEPENDENCIES
225225
fastlane
226226
fastlane-plugin-release_actions!
227227
fastlane-plugin-semantic_release
228-
rexml (>= 3.3.2)
228+
rexml (>= 3.3.4)
229229

230230
BUNDLED WITH
231-
2.2.3
231+
2.5.11

0 commit comments

Comments
 (0)