Skip to content

Commit e42d2d6

Browse files
committed
bundle update
1 parent bcdc8c1 commit e42d2d6

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

Gemfile.lock

+12-11
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,17 @@ GEM
55
base64
66
nkf
77
rexml
8-
activesupport (7.1.3.4)
8+
activesupport (7.2.0)
99
base64
1010
bigdecimal
11-
concurrent-ruby (~> 1.0, >= 1.0.2)
11+
concurrent-ruby (~> 1.0, >= 1.3.1)
1212
connection_pool (>= 2.2.5)
1313
drb
1414
i18n (>= 1.6, < 2)
15+
logger (>= 1.4.2)
1516
minitest (>= 5.1)
16-
mutex_m
17-
tzinfo (~> 2.0)
17+
securerandom (>= 0.3)
18+
tzinfo (~> 2.0, >= 2.0.5)
1819
addressable (2.8.7)
1920
public_suffix (>= 2.0.2, < 7.0)
2021
algoliasearch (1.27.5)
@@ -66,7 +67,7 @@ GEM
6667
netrc (~> 0.11)
6768
cocoapods-try (1.2.0)
6869
colored2 (3.1.2)
69-
concurrent-ruby (1.3.3)
70+
concurrent-ruby (1.3.4)
7071
connection_pool (2.4.1)
7172
cork (0.3.0)
7273
colored2 (~> 3.1)
@@ -131,10 +132,9 @@ GEM
131132
kramdown (~> 2.0)
132133
liferaft (0.0.6)
133134
logger (1.6.0)
134-
minitest (5.23.1)
135+
minitest (5.25.1)
135136
molinillo (0.8.0)
136137
mustache (1.1.1)
137-
mutex_m (0.2.0)
138138
nanaimo (0.3.0)
139139
nap (1.1.0)
140140
net-http (0.4.1)
@@ -149,7 +149,7 @@ GEM
149149
rake (13.2.1)
150150
rchardet (1.8.0)
151151
redcarpet (3.6.0)
152-
rexml (3.2.9)
152+
rexml (3.3.5)
153153
strscan
154154
rouge (4.3.0)
155155
ruby-macho (2.5.1)
@@ -158,6 +158,7 @@ GEM
158158
sawyer (0.9.2)
159159
addressable (>= 2.3.5)
160160
faraday (>= 0.17.3, < 3)
161+
securerandom (0.3.1)
161162
sqlite3 (1.7.3-arm64-darwin)
162163
sqlite3 (1.7.3-x86_64-darwin)
163164
sqlite3 (1.7.3-x86_64-linux)
@@ -173,13 +174,13 @@ GEM
173174
uri (0.13.0)
174175
xcinvoke (0.3.0)
175176
liferaft (~> 0.0.6)
176-
xcodeproj (1.24.0)
177+
xcodeproj (1.25.0)
177178
CFPropertyList (>= 2.3.3, < 4.0)
178179
atomos (~> 0.1.3)
179180
claide (>= 1.0.2, < 2.0)
180181
colored2 (~> 3.1)
181182
nanaimo (~> 0.3.0)
182-
rexml (~> 3.2.4)
183+
rexml (>= 3.3.2, < 4.0)
183184

184185
PLATFORMS
185186
arm64-darwin-22
@@ -196,4 +197,4 @@ DEPENDENCIES
196197
jazzy
197198

198199
BUNDLED WITH
199-
2.5.13
200+
2.5.17

0 commit comments

Comments
 (0)