Skip to content

Commit e7070d1

Browse files
authored
Merge branch 'main' into main-app-use
2 parents a642c7e + 81adf15 commit e7070d1

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

Gemfile.lock

+10-9
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (3.0.6)
4+
CFPropertyList (3.0.7)
5+
base64
6+
nkf
57
rexml
6-
activesupport (7.1.2)
8+
activesupport (7.1.3.2)
79
base64
810
bigdecimal
911
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -20,7 +22,7 @@ GEM
2022
json (>= 1.5.1)
2123
atomos (0.1.3)
2224
base64 (0.2.0)
23-
bigdecimal (3.1.5)
25+
bigdecimal (3.1.6)
2426
claide (1.1.0)
2527
clamp (1.3.2)
2628
cocoapods (1.13.0)
@@ -61,10 +63,9 @@ GEM
6163
netrc (~> 0.11)
6264
cocoapods-try (1.2.0)
6365
colored2 (3.1.2)
64-
concurrent-ruby (1.2.2)
66+
concurrent-ruby (1.2.3)
6567
connection_pool (2.4.1)
66-
drb (2.2.0)
67-
ruby2_keywords
68+
drb (2.2.1)
6869
escape (0.0.4)
6970
ethon (0.16.0)
7071
ffi (>= 1.15.0)
@@ -88,13 +89,14 @@ GEM
8889
json (2.7.1)
8990
liferaft (0.0.6)
9091
mini_portile2 (2.8.5)
91-
minitest (5.20.0)
92+
minitest (5.22.2)
9293
molinillo (0.8.0)
9394
mustache (1.1.1)
9495
mutex_m (0.2.0)
9596
nanaimo (0.3.0)
9697
nap (1.1.0)
9798
netrc (0.11.0)
99+
nkf (0.2.0)
98100
nokogiri (1.15.4)
99101
mini_portile2 (~> 2.8.2)
100102
racc (~> 1.4)
@@ -105,7 +107,6 @@ GEM
105107
rexml (3.2.6)
106108
rouge (2.0.7)
107109
ruby-macho (2.5.1)
108-
ruby2_keywords (0.0.5)
109110
sassc (2.4.0)
110111
ffi (~> 1.9)
111112
slather (2.8.0)
@@ -122,7 +123,7 @@ GEM
122123
concurrent-ruby (~> 1.0)
123124
xcinvoke (0.3.0)
124125
liferaft (~> 0.0.6)
125-
xcodeproj (1.23.0)
126+
xcodeproj (1.24.0)
126127
CFPropertyList (>= 2.3.3, < 4.0)
127128
atomos (~> 0.1.3)
128129
claide (>= 1.0.2, < 2.0)

0 commit comments

Comments
 (0)