Skip to content

Commit 4aa9d08

Browse files
author
github-actions
committed
Merge remote-tracking branch 'origin/develop' into release/1.77
2 parents a37463b + e6d8be3 commit 4aa9d08

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

androidHyperskillApp/Gemfile

-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@ source "https://rubygems.org"
22
ruby "3.3.0"
33

44
gem "fastlane", "2.225.0"
5-
gem "rexml", ">= 3.3.6"
65

76
eval_gemfile("fastlane/Pluginfile")

androidHyperskillApp/Gemfile.lock

+9-10
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ GEM
1010
artifactory (3.0.17)
1111
atomos (0.1.3)
1212
aws-eventstream (1.3.0)
13-
aws-partitions (1.992.0)
14-
aws-sdk-core (3.210.0)
13+
aws-partitions (1.999.0)
14+
aws-sdk-core (3.211.0)
1515
aws-eventstream (~> 1, >= 1.3.0)
1616
aws-partitions (~> 1, >= 1.992.0)
1717
aws-sigv4 (~> 1.9)
@@ -23,7 +23,7 @@ GEM
2323
aws-sdk-core (~> 3, >= 3.210.0)
2424
aws-sdk-kms (~> 1)
2525
aws-sigv4 (~> 1.5)
26-
aws-sigv4 (1.10.0)
26+
aws-sigv4 (1.10.1)
2727
aws-eventstream (~> 1, >= 1.0.2)
2828
babosa (1.0.4)
2929
base64 (0.2.0)
@@ -161,14 +161,14 @@ GEM
161161
domain_name (~> 0.5)
162162
httpclient (2.8.3)
163163
jmespath (1.6.2)
164-
json (2.7.2)
164+
json (2.7.5)
165165
jwt (2.9.3)
166166
base64
167167
mini_magick (4.13.2)
168168
mini_mime (1.1.5)
169169
multi_json (1.15.0)
170170
multipart-post (2.4.1)
171-
nanaimo (0.3.0)
171+
nanaimo (0.4.0)
172172
naturally (2.2.1)
173173
nkf (0.2.0)
174174
optparse (0.5.0)
@@ -181,7 +181,7 @@ GEM
181181
trailblazer-option (>= 0.1.1, < 0.2.0)
182182
uber (< 0.2.0)
183183
retriable (3.1.2)
184-
rexml (3.3.8)
184+
rexml (3.3.9)
185185
rouge (2.0.7)
186186
ruby2_keywords (0.0.5)
187187
rubyzip (2.3.2)
@@ -206,12 +206,12 @@ GEM
206206
uber (0.1.0)
207207
unicode-display_width (2.6.0)
208208
word_wrap (1.0.0)
209-
xcodeproj (1.25.1)
209+
xcodeproj (1.26.0)
210210
CFPropertyList (>= 2.3.3, < 4.0)
211211
atomos (~> 0.1.3)
212212
claide (>= 1.0.2, < 2.0)
213213
colored2 (~> 3.1)
214-
nanaimo (~> 0.3.0)
214+
nanaimo (~> 0.4.0)
215215
rexml (>= 3.3.6, < 4.0)
216216
xcpretty (0.3.0)
217217
rouge (~> 2.0.7)
@@ -228,10 +228,9 @@ PLATFORMS
228228
DEPENDENCIES
229229
fastlane (= 2.225.0)
230230
fastlane-plugin-firebase_app_distribution
231-
rexml (>= 3.3.6)
232231

233232
RUBY VERSION
234233
ruby 3.3.0p0
235234

236235
BUNDLED WITH
237-
2.5.5
236+
2.5.22

0 commit comments

Comments
 (0)