Skip to content

Commit 1cbe0ad

Browse files
authored
Merge pull request #328 from LoopKit/hotfix/main_3.8.1
hotfix/main 3.8.1
2 parents 57ff8bd + 80417de commit 1cbe0ad

18 files changed

+46
-30
lines changed

AmplitudeService

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ source "https://rubygems.org"
44

55
# This branch uses fastlane 2.228.0 plus pr 29596
66
gem "fastlane", git: "https://github.com/loopandlearn/fastlane.git", ref: "a670d4b092b274d58ebb5497126e47fc6a84f533"
7+
gem "rexml", ">=3.4.2"

Gemfile.lock

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -58,25 +58,27 @@ GEM
5858
artifactory (3.0.17)
5959
atomos (0.1.3)
6060
aws-eventstream (1.4.0)
61-
aws-partitions (1.1116.0)
62-
aws-sdk-core (3.225.2)
61+
aws-partitions (1.1163.0)
62+
aws-sdk-core (3.232.0)
6363
aws-eventstream (~> 1, >= 1.3.0)
6464
aws-partitions (~> 1, >= 1.992.0)
6565
aws-sigv4 (~> 1.9)
6666
base64
67+
bigdecimal
6768
jmespath (~> 1, >= 1.6.1)
6869
logger
69-
aws-sdk-kms (1.105.0)
70-
aws-sdk-core (~> 3, >= 3.225.0)
70+
aws-sdk-kms (1.112.0)
71+
aws-sdk-core (~> 3, >= 3.231.0)
7172
aws-sigv4 (~> 1.5)
72-
aws-sdk-s3 (1.189.1)
73-
aws-sdk-core (~> 3, >= 3.225.0)
73+
aws-sdk-s3 (1.199.0)
74+
aws-sdk-core (~> 3, >= 3.231.0)
7475
aws-sdk-kms (~> 1)
7576
aws-sigv4 (~> 1.5)
7677
aws-sigv4 (1.12.1)
7778
aws-eventstream (~> 1, >= 1.0.2)
7879
babosa (1.0.4)
7980
base64 (0.3.0)
81+
bigdecimal (3.2.3)
8082
claide (1.1.0)
8183
colored (1.2)
8284
colored2 (3.1.2)
@@ -105,10 +107,10 @@ GEM
105107
faraday (>= 0.8.0)
106108
http-cookie (~> 1.0.0)
107109
faraday-em_http (1.0.0)
108-
faraday-em_synchrony (1.0.0)
110+
faraday-em_synchrony (1.0.1)
109111
faraday-excon (1.1.0)
110112
faraday-httpclient (1.0.1)
111-
faraday-multipart (1.1.0)
113+
faraday-multipart (1.1.1)
112114
multipart-post (~> 2.0)
113115
faraday-net_http (1.0.2)
114116
faraday-net_http_persistent (1.2.0)
@@ -163,13 +165,13 @@ GEM
163165
httpclient (2.9.0)
164166
mutex_m
165167
jmespath (1.6.2)
166-
json (2.12.2)
167-
jwt (2.10.1)
168+
json (2.15.0)
169+
jwt (2.10.2)
168170
base64
169171
logger (1.7.0)
170172
mini_magick (4.13.2)
171173
mini_mime (1.1.5)
172-
multi_json (1.15.0)
174+
multi_json (1.17.0)
173175
multipart-post (2.4.1)
174176
mutex_m (0.3.0)
175177
nanaimo (0.4.0)
@@ -185,15 +187,15 @@ GEM
185187
trailblazer-option (>= 0.1.1, < 0.2.0)
186188
uber (< 0.2.0)
187189
retriable (3.1.2)
188-
rexml (3.4.1)
190+
rexml (3.4.4)
189191
rouge (3.28.0)
190192
ruby2_keywords (0.0.5)
191193
rubyzip (2.4.1)
192194
security (0.1.5)
193-
signet (0.20.0)
195+
signet (0.21.0)
194196
addressable (~> 2.8)
195197
faraday (>= 0.17.5, < 3.a)
196-
jwt (>= 1.5, < 3.0)
198+
jwt (>= 1.5, < 4.0)
197199
multi_json (~> 1.10)
198200
simctl (1.6.10)
199201
CFPropertyList
@@ -233,6 +235,7 @@ PLATFORMS
233235

234236
DEPENDENCIES
235237
fastlane!
238+
rexml (>= 3.4.2)
236239

237240
BUNDLED WITH
238241
2.6.2

LogglyService

Loop

LoopOnboarding

0 commit comments

Comments
 (0)