Skip to content

Commit c7a1b7f

Browse files
authored
Update gems (#97)
- Bump bcrypt from 3.1.19 to 3.1.20 - Bump bootsnap from 1.16.0 to 1.18.4 - Bump css_parser from 1.19.0 to 1.19.1 - Bump debug from 1.8.0 to 1.9.2 - Bump importmap-rails from 1.2.1 to 2.0.3 - Bump jbuilder from 2.11.5 to 2.13.0 - Bump msgpack from 1.7.2 to 1.7.3 - Bump net-imap from 0.4.16 to 0.4.17 - Bump pg from 1.5.4 to 1.5.8 - Bump redis from 5.0.7 to 5.3.0 - Bump redis-client from 0.17.0 to 0.22.2 - Bump rubocop from 1.65.1 to 1.66.1 - Bump selenium-webdriver from 4.14.0 to 4.25.0 - Bump sprockets-rails from 3.4.2 to 3.5.2 - Bump stimulus-rails from 1.2.2 to 1.3.4 - Bump tailwindcss-rails from 2.0.31 to 2.7.9 - Bump turbo-rails from 1.4.0 to 2.0.10 - Bump view_component from 3.16.0 to 3.17.0 - Bump websocket from 1.2.10 to 1.2.11 - Bump zeitwerk from 2.6.18 to 2.7.0
1 parent aaaa649 commit c7a1b7f

File tree

1 file changed

+34
-32
lines changed

1 file changed

+34
-32
lines changed

Gemfile.lock

+34-32
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ GEM
7575
public_suffix (>= 2.0.2, < 7.0)
7676
ast (2.4.2)
7777
base64 (0.2.0)
78-
bcrypt (3.1.19)
78+
bcrypt (3.1.20)
7979
bigdecimal (3.1.8)
8080
bindex (0.8.1)
81-
bootsnap (1.16.0)
81+
bootsnap (1.18.4)
8282
msgpack (~> 1.2)
8383
brakeman (6.2.1)
8484
racc
@@ -95,12 +95,12 @@ GEM
9595
concurrent-ruby (1.3.4)
9696
connection_pool (2.4.1)
9797
crass (1.0.6)
98-
css_parser (1.19.0)
98+
css_parser (1.19.1)
9999
addressable
100100
date (3.3.4)
101-
debug (1.8.0)
102-
irb (>= 1.5.0)
103-
reline (>= 0.3.1)
101+
debug (1.9.2)
102+
irb (~> 1.10)
103+
reline (>= 0.3.8)
104104
drb (2.2.1)
105105
erubi (1.13.0)
106106
globalid (1.2.1)
@@ -111,14 +111,15 @@ GEM
111111
htmlentities (4.3.4)
112112
i18n (1.14.6)
113113
concurrent-ruby (~> 1.0)
114-
importmap-rails (1.2.1)
114+
importmap-rails (2.0.3)
115115
actionpack (>= 6.0.0)
116+
activesupport (>= 6.0.0)
116117
railties (>= 6.0.0)
117118
io-console (0.7.2)
118119
irb (1.14.1)
119120
rdoc (>= 4.0.0)
120121
reline (>= 0.4.2)
121-
jbuilder (2.11.5)
122+
jbuilder (2.13.0)
122123
actionview (>= 5.0.0)
123124
activesupport (>= 5.0.0)
124125
json (2.7.2)
@@ -149,8 +150,8 @@ GEM
149150
method_source (1.1.0)
150151
mini_mime (1.1.5)
151152
minitest (5.25.1)
152-
msgpack (1.7.2)
153-
net-imap (0.4.16)
153+
msgpack (1.7.3)
154+
net-imap (0.4.17)
154155
date
155156
net-protocol
156157
net-pop (0.1.2)
@@ -168,7 +169,7 @@ GEM
168169
parser (3.3.5.0)
169170
ast (~> 2.4.1)
170171
racc
171-
pg (1.5.4)
172+
pg (1.5.8)
172173
psych (5.1.2)
173174
stringio
174175
public_suffix (6.0.1)
@@ -217,32 +218,31 @@ GEM
217218
rdoc (6.7.0)
218219
psych (>= 4.0.0)
219220
redcarpet (3.6.0)
220-
redis (5.0.7)
221-
redis-client (>= 0.9.0)
222-
redis-client (0.17.0)
221+
redis (5.3.0)
222+
redis-client (>= 0.22.0)
223+
redis-client (0.22.2)
223224
connection_pool
224225
regexp_parser (2.9.2)
225226
reline (0.5.10)
226227
io-console (~> 0.5)
227228
rexml (3.3.8)
228229
rouge (4.4.0)
229-
rubocop (1.65.1)
230+
rubocop (1.66.1)
230231
json (~> 2.3)
231232
language_server-protocol (>= 3.17.0)
232233
parallel (~> 1.10)
233234
parser (>= 3.3.0.2)
234235
rainbow (>= 2.2.2, < 4.0)
235236
regexp_parser (>= 2.4, < 3.0)
236-
rexml (>= 3.2.5, < 4.0)
237-
rubocop-ast (>= 1.31.1, < 2.0)
237+
rubocop-ast (>= 1.32.2, < 2.0)
238238
ruby-progressbar (~> 1.7)
239239
unicode-display_width (>= 2.4.0, < 3.0)
240240
rubocop-ast (1.32.3)
241241
parser (>= 3.3.1.0)
242242
rubocop-minitest (0.36.0)
243243
rubocop (>= 1.61, < 2.0)
244244
rubocop-ast (>= 1.31.1, < 2.0)
245-
rubocop-performance (1.21.1)
245+
rubocop-performance (1.22.1)
246246
rubocop (>= 1.48.1, < 2.0)
247247
rubocop-ast (>= 1.31.1, < 2.0)
248248
rubocop-rails (2.26.2)
@@ -258,35 +258,36 @@ GEM
258258
ruby-progressbar (1.13.0)
259259
rubyzip (2.3.2)
260260
securerandom (0.3.1)
261-
selenium-webdriver (4.14.0)
261+
selenium-webdriver (4.25.0)
262+
base64 (~> 0.2)
263+
logger (~> 1.4)
262264
rexml (~> 3.2, >= 3.2.5)
263265
rubyzip (>= 1.2.2, < 3.0)
264266
websocket (~> 1.0)
265267
sprockets (4.2.1)
266268
concurrent-ruby (~> 1.0)
267269
rack (>= 2.2.4, < 4)
268-
sprockets-rails (3.4.2)
269-
actionpack (>= 5.2)
270-
activesupport (>= 5.2)
270+
sprockets-rails (3.5.2)
271+
actionpack (>= 6.1)
272+
activesupport (>= 6.1)
271273
sprockets (>= 3.0.0)
272-
stimulus-rails (1.2.2)
274+
stimulus-rails (1.3.4)
273275
railties (>= 6.0.0)
274276
stringio (3.1.1)
275-
tailwindcss-rails (2.0.31-arm64-darwin)
276-
railties (>= 6.0.0)
277-
tailwindcss-rails (2.0.31-x86_64-linux)
278-
railties (>= 6.0.0)
277+
tailwindcss-rails (2.7.9-arm64-darwin)
278+
railties (>= 7.0.0)
279+
tailwindcss-rails (2.7.9-x86_64-linux)
280+
railties (>= 7.0.0)
279281
thor (1.3.2)
280282
timeout (0.4.1)
281-
turbo-rails (1.4.0)
283+
turbo-rails (2.0.10)
282284
actionpack (>= 6.0.0)
283-
activejob (>= 6.0.0)
284285
railties (>= 6.0.0)
285286
tzinfo (2.0.6)
286287
concurrent-ruby (~> 1.0)
287288
unicode-display_width (2.6.0)
288289
useragent (0.16.10)
289-
view_component (3.16.0)
290+
view_component (3.17.0)
290291
activesupport (>= 5.2.0, < 8.0)
291292
concurrent-ruby (~> 1.0)
292293
method_source (~> 1.0)
@@ -296,18 +297,19 @@ GEM
296297
bindex (>= 0.4.0)
297298
railties (>= 6.0.0)
298299
webrick (1.8.2)
299-
websocket (1.2.10)
300+
websocket (1.2.11)
300301
websocket-driver (0.7.6)
301302
websocket-extensions (>= 0.1.0)
302303
websocket-extensions (0.1.5)
303304
xpath (3.2.0)
304305
nokogiri (~> 1.8)
305306
yard (0.9.37)
306-
zeitwerk (2.6.18)
307+
zeitwerk (2.7.0)
307308

308309
PLATFORMS
309310
arm64-darwin-21
310311
arm64-darwin-22
312+
arm64-darwin-23
311313
x86_64-linux
312314

313315
DEPENDENCIES

0 commit comments

Comments
 (0)