Skip to content

Commit 62063ec

Browse files
committed
Update outdated dependencies
1 parent 82d1b95 commit 62063ec

File tree

1 file changed

+18
-19
lines changed

1 file changed

+18
-19
lines changed

Gemfile.lock

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ GEM
8787
activesupport (>= 3.0.0)
8888
base64 (0.2.0)
8989
bcrypt (3.1.20)
90-
benchmark (0.3.0)
90+
benchmark (0.4.0)
9191
bigdecimal (3.1.8)
9292
builder (3.3.0)
9393
capybara (3.40.0)
@@ -105,7 +105,7 @@ GEM
105105
cssbundling-rails (1.4.1)
106106
railties (>= 6.0.0)
107107
csv (3.3.0)
108-
date (3.4.0)
108+
date (3.4.1)
109109
debug (1.9.2)
110110
irb (~> 1.10)
111111
reline (>= 0.3.8)
@@ -137,7 +137,7 @@ GEM
137137
has_scope (>= 0.6)
138138
railties (>= 6.0)
139139
responders (>= 2)
140-
io-console (0.7.2)
140+
io-console (0.8.0)
141141
irb (1.14.1)
142142
rdoc (>= 4.0.0)
143143
reline (>= 0.4.2)
@@ -153,7 +153,7 @@ GEM
153153
activerecord
154154
kaminari-core (= 1.2.2)
155155
kaminari-core (1.2.2)
156-
logger (1.6.1)
156+
logger (1.6.2)
157157
loofah (2.23.1)
158158
crass (~> 1.0.2)
159159
nokogiri (>= 1.12.0)
@@ -166,8 +166,8 @@ GEM
166166
matrix (0.4.2)
167167
mini_mime (1.1.5)
168168
mini_portile2 (2.8.8)
169-
minitest (5.25.1)
170-
net-imap (0.5.0)
169+
minitest (5.25.2)
170+
net-imap (0.5.1)
171171
date
172172
net-protocol
173173
net-pop (0.1.2)
@@ -185,7 +185,8 @@ GEM
185185
nokogiri (1.16.8-x86_64-linux)
186186
racc (~> 1.4)
187187
orm_adapter (0.5.0)
188-
psych (5.1.2)
188+
psych (5.2.1)
189+
date
189190
stringio
190191
public_suffix (6.0.1)
191192
puma (6.5.0)
@@ -196,9 +197,8 @@ GEM
196197
rack (>= 3.0.0)
197198
rack-test (2.1.0)
198199
rack (>= 1.3)
199-
rackup (2.1.0)
200+
rackup (2.2.1)
200201
rack (>= 3)
201-
webrick (~> 1.8)
202202
rails (7.2.2)
203203
actioncable (= 7.2.2)
204204
actionmailbox (= 7.2.2)
@@ -233,17 +233,17 @@ GEM
233233
activerecord (>= 6.1.5)
234234
activesupport (>= 6.1.5)
235235
i18n
236-
rdoc (6.7.0)
236+
rdoc (6.8.1)
237237
psych (>= 4.0.0)
238-
regexp_parser (2.9.2)
239-
reline (0.5.10)
238+
regexp_parser (2.9.3)
239+
reline (0.5.12)
240240
io-console (~> 0.5)
241241
responders (3.1.1)
242242
actionpack (>= 5.2)
243243
railties (>= 5.2)
244244
rexml (3.3.9)
245245
rubyzip (2.3.2)
246-
securerandom (0.3.1)
246+
securerandom (0.4.0)
247247
selenium-webdriver (4.27.0)
248248
base64 (~> 0.2)
249249
logger (~> 1.4)
@@ -266,19 +266,18 @@ GEM
266266
actionpack (>= 6.1)
267267
activesupport (>= 6.1)
268268
sprockets (>= 3.0.0)
269-
sqlite3 (2.1.0)
269+
sqlite3 (2.3.1)
270270
mini_portile2 (~> 2.8.0)
271-
sqlite3 (2.1.0-arm64-darwin)
272-
sqlite3 (2.1.0-x86_64-linux-gnu)
273-
stringio (3.1.1)
271+
sqlite3 (2.3.1-arm64-darwin)
272+
sqlite3 (2.3.1-x86_64-linux-gnu)
273+
stringio (3.1.2)
274274
thor (1.3.2)
275-
timeout (0.4.1)
275+
timeout (0.4.2)
276276
tzinfo (2.0.6)
277277
concurrent-ruby (~> 1.0)
278278
useragent (0.16.10)
279279
warden (1.2.9)
280280
rack (>= 2.0.9)
281-
webrick (1.8.2)
282281
websocket (1.2.11)
283282
websocket-driver (0.7.6)
284283
websocket-extensions (>= 0.1.0)

0 commit comments

Comments
 (0)