Skip to content

Commit 7c55c1e

Browse files
committed
Update outdated dependencies
1 parent 7f9b679 commit 7c55c1e

File tree

1 file changed

+23
-18
lines changed

1 file changed

+23
-18
lines changed

Gemfile.lock

Lines changed: 23 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ GEM
8888
base64 (0.3.0)
8989
bcrypt (3.1.20)
9090
benchmark (0.4.1)
91-
bigdecimal (3.2.3)
91+
bigdecimal (3.3.1)
9292
builder (3.3.0)
9393
capybara (3.40.0)
9494
addressable
@@ -117,16 +117,16 @@ GEM
117117
warden (~> 1.2.3)
118118
docile (1.4.1)
119119
drb (2.2.3)
120-
erb (5.0.2)
120+
erb (5.0.3)
121121
erubi (1.13.1)
122122
formtastic (5.0.0)
123123
actionpack (>= 6.0.0)
124124
formtastic_i18n (0.7.0)
125125
globalid (1.3.0)
126126
activesupport (>= 6.1)
127-
has_scope (0.8.2)
128-
actionpack (>= 5.2)
129-
activesupport (>= 5.2)
127+
has_scope (0.9.0)
128+
actionpack (>= 7.0)
129+
activesupport (>= 7.0)
130130
i18n (1.14.7)
131131
concurrent-ruby (~> 1.0)
132132
importmap-rails (2.2.2)
@@ -143,6 +143,7 @@ GEM
143143
pp (>= 0.6.0)
144144
rdoc (>= 4.0.0)
145145
reline (>= 0.4.2)
146+
json (2.13.2)
146147
kaminari (1.2.2)
147148
activesupport (>= 4.1.0)
148149
kaminari-actionview (= 1.2.2)
@@ -168,8 +169,8 @@ GEM
168169
matrix (0.4.3)
169170
mini_mime (1.1.5)
170171
mini_portile2 (2.8.9)
171-
minitest (5.25.5)
172-
net-imap (0.5.10)
172+
minitest (5.26.0)
173+
net-imap (0.5.12)
173174
date
174175
net-protocol
175176
net-pop (0.1.2)
@@ -187,9 +188,10 @@ GEM
187188
nokogiri (1.18.10-x86_64-linux-gnu)
188189
racc (~> 1.4)
189190
orm_adapter (0.5.0)
190-
pp (0.6.2)
191+
pp (0.6.3)
191192
prettyprint
192193
prettyprint (0.2.0)
194+
prism (1.4.0)
193195
psych (5.2.6)
194196
date
195197
stringio
@@ -236,25 +238,28 @@ GEM
236238
tsort (>= 0.2)
237239
zeitwerk (~> 2.6)
238240
rake (13.3.0)
239-
ransack (4.4.0)
240-
activerecord (>= 7.1)
241-
activesupport (>= 7.1)
241+
ransack (4.4.1)
242+
activerecord (>= 7.2)
243+
activesupport (>= 7.2)
242244
i18n
243-
rdoc (6.14.2)
245+
rdoc (6.15.0)
244246
erb
245247
psych (>= 4.0.0)
248+
tsort
246249
regexp_parser (2.11.3)
247250
reline (0.6.2)
248251
io-console (~> 0.5)
249-
responders (3.1.1)
250-
actionpack (>= 5.2)
251-
railties (>= 5.2)
252+
responders (3.2.0)
253+
actionpack (>= 7.0)
254+
railties (>= 7.0)
252255
rexml (3.4.4)
253-
rubyzip (3.1.0)
256+
rubyzip (3.1.1)
254257
securerandom (0.4.1)
255-
selenium-webdriver (4.35.0)
258+
selenium-webdriver (4.36.0)
256259
base64 (~> 0.2)
260+
json (<= 2.13.2)
257261
logger (~> 1.4)
262+
prism (~> 1.0, < 1.5)
258263
rexml (~> 3.2, >= 3.2.5)
259264
rubyzip (>= 1.2.2, < 4.0)
260265
websocket (~> 1.0)
@@ -285,7 +290,7 @@ GEM
285290
tsort (0.2.0)
286291
tzinfo (2.0.6)
287292
concurrent-ruby (~> 1.0)
288-
uri (1.0.3)
293+
uri (1.0.4)
289294
useragent (0.16.11)
290295
warden (1.2.9)
291296
rack (>= 2.0.9)

0 commit comments

Comments
 (0)