Skip to content

Commit 5e1189d

Browse files
authored
Update gems and iOS version (#121)
1 parent 09d80c7 commit 5e1189d

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

Gemfile.lock

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (8.0.2)
4+
activesupport (7.2.2.2)
55
base64
66
benchmark (>= 0.3)
77
bigdecimal
@@ -13,20 +13,19 @@ GEM
1313
minitest (>= 5.1)
1414
securerandom (>= 0.3)
1515
tzinfo (~> 2.0, >= 2.0.5)
16-
uri (>= 0.13.1)
1716
addressable (2.8.7)
1817
public_suffix (>= 2.0.2, < 7.0)
1918
base64 (0.3.0)
2019
benchmark (0.4.1)
21-
bigdecimal (3.2.2)
20+
bigdecimal (3.2.3)
2221
claide (1.1.0)
2322
claide-plugins (0.9.2)
2423
cork
2524
nap
2625
open4 (~> 1.3)
2726
colored2 (3.1.2)
2827
concurrent-ruby (1.3.5)
29-
connection_pool (2.5.3)
28+
connection_pool (2.5.4)
3029
cork (0.3.0)
3130
colored2 (~> 3.1)
3231
danger (9.5.3)
@@ -48,7 +47,7 @@ GEM
4847
rake (> 10)
4948
thor (~> 1.4)
5049
drb (2.2.3)
51-
faraday (2.13.3)
50+
faraday (2.13.4)
5251
faraday-net_http (>= 2.0, < 3.5)
5352
json
5453
logger
@@ -63,7 +62,7 @@ GEM
6362
rchardet (~> 1.8)
6463
i18n (1.14.7)
6564
concurrent-ruby (~> 1.0)
66-
json (2.13.0)
65+
json (2.13.2)
6766
kramdown (2.5.1)
6867
rexml (>= 3.3.9)
6968
kramdown-parser-gfm (1.1.0)
@@ -82,7 +81,7 @@ GEM
8281
public_suffix (6.0.2)
8382
rake (13.3.0)
8483
rchardet (1.9.0)
85-
rexml (3.4.1)
84+
rexml (3.4.2)
8685
sawyer (0.9.2)
8786
addressable (>= 2.3.5)
8887
faraday (>= 0.17.3, < 3)
@@ -92,7 +91,7 @@ GEM
9291
thor (1.4.0)
9392
tzinfo (2.0.6)
9493
concurrent-ruby (~> 1.0)
95-
unicode-display_width (3.1.4)
94+
unicode-display_width (3.1.5)
9695
unicode-emoji (~> 4.0, >= 4.0.4)
9796
unicode-emoji (4.0.4)
9897
uri (1.0.3)

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ test-ios:
22
set -o pipefail && \
33
xcodebuild test \
44
-scheme ViewState \
5-
-destination "platform=iOS Simulator,name=iPhone 16,OS=18.0" \
5+
-destination "platform=iOS Simulator,name=iPhone 16,OS=18.5" \
66
clean test | xcpretty
77

88
test-macos:

0 commit comments

Comments
 (0)