Skip to content

Commit e4a040f

Browse files
committed
Update Ruby & gems
1 parent 7025297 commit e4a040f

File tree

5 files changed

+47
-45
lines changed

5 files changed

+47
-45
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ruby-3.4.1
1+
ruby-3.4.4

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# For a containerized dev environment, see Dev Containers: https://guides.rubyonrails.org/getting_started_with_devcontainer.html
99

1010
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version
11-
ARG RUBY_VERSION=3.4.1
11+
ARG RUBY_VERSION=3.4.4
1212
FROM docker.io/library/ruby:$RUBY_VERSION-slim AS base
1313

1414
# Rails app lives here

Dockerfile-ssr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# For a containerized dev environment, see Dev Containers: https://guides.rubyonrails.org/getting_started_with_devcontainer.html
99

1010
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version
11-
ARG RUBY_VERSION=3.4.1
11+
ARG RUBY_VERSION=3.4.4
1212
FROM docker.io/library/ruby:$RUBY_VERSION-slim AS base
1313

1414
# Rails app lives here

Gemfile.lock

Lines changed: 43 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,13 @@ GEM
7676
public_suffix (>= 2.0.2, < 7.0)
7777
ast (2.4.3)
7878
authentication-zero (4.0.3)
79-
base64 (0.2.0)
79+
base64 (0.3.0)
8080
bcrypt (3.1.20)
8181
bcrypt_pbkdf (1.1.1)
82-
benchmark (0.4.0)
83-
bigdecimal (3.1.9)
82+
benchmark (0.4.1)
83+
bigdecimal (3.2.2)
8484
bindex (0.8.1)
85-
bootsnap (1.18.4)
85+
bootsnap (1.18.6)
8686
msgpack (~> 1.2)
8787
brakeman (7.0.2)
8888
racc
@@ -105,19 +105,20 @@ GEM
105105
debug (1.10.0)
106106
irb (~> 1.10)
107107
reline (>= 0.3.8)
108-
diff-lcs (1.6.1)
108+
diff-lcs (1.6.2)
109109
dotenv (3.1.8)
110-
drb (2.2.1)
110+
drb (2.2.3)
111111
dry-cli (1.2.0)
112112
ed25519 (1.4.0)
113+
erb (5.0.1)
113114
erubi (1.13.1)
114115
et-orbi (1.2.11)
115116
tzinfo
116-
factory_bot (6.5.1)
117+
factory_bot (6.5.4)
117118
activesupport (>= 6.1.0)
118-
factory_bot_rails (6.4.4)
119+
factory_bot_rails (6.5.0)
119120
factory_bot (~> 6.5)
120-
railties (>= 5.0.0)
121+
railties (>= 6.1.0)
121122
fugit (1.11.1)
122123
et-orbi (~> 1, >= 1.2.11)
123124
raabro (~> 1.4)
@@ -138,19 +139,19 @@ GEM
138139
js-routes (2.3.5)
139140
railties (>= 5)
140141
sorbet-runtime
141-
json (2.11.3)
142-
kamal (2.5.3)
142+
json (2.12.2)
143+
kamal (2.6.1)
143144
activesupport (>= 7.0)
144145
base64 (~> 0.2)
145146
bcrypt_pbkdf (~> 1.0)
146147
concurrent-ruby (~> 1.2)
147148
dotenv (~> 3.1)
148-
ed25519 (~> 1.2)
149+
ed25519 (~> 1.4)
149150
net-ssh (~> 7.3)
150151
sshkit (>= 1.23.0, < 2.0)
151152
thor (~> 1.3)
152153
zeitwerk (>= 2.6.18, < 3.0)
153-
language_server-protocol (3.17.0.4)
154+
language_server-protocol (3.17.0.5)
154155
launchy (3.1.1)
155156
addressable (~> 2.8)
156157
childprocess (~> 5.0)
@@ -159,7 +160,7 @@ GEM
159160
launchy (>= 2.2, < 4)
160161
lint_roller (1.1.0)
161162
logger (1.7.0)
162-
loofah (2.24.0)
163+
loofah (2.24.1)
163164
crass (~> 1.0.2)
164165
nokogiri (>= 1.12.0)
165166
mail (2.8.1)
@@ -216,15 +217,15 @@ GEM
216217
activesupport (>= 7.0.0)
217218
rack
218219
railties (>= 7.0.0)
219-
psych (5.2.4)
220+
psych (5.2.6)
220221
date
221222
stringio
222223
public_suffix (6.0.2)
223224
puma (6.6.0)
224225
nio4r (~> 2.0)
225226
raabro (1.4.0)
226227
racc (1.8.1)
227-
rack (3.1.14)
228+
rack (3.1.16)
228229
rack-proxy (0.7.7)
229230
rack
230231
rack-session (2.1.1)
@@ -248,7 +249,7 @@ GEM
248249
activesupport (= 8.0.2)
249250
bundler (>= 1.15.0)
250251
railties (= 8.0.2)
251-
rails-dom-testing (2.2.0)
252+
rails-dom-testing (2.3.0)
252253
activesupport (>= 5.0.0)
253254
minitest
254255
nokogiri (>= 1.6)
@@ -264,19 +265,20 @@ GEM
264265
thor (~> 1.0, >= 1.2.2)
265266
zeitwerk (~> 2.6)
266267
rainbow (3.1.1)
267-
rake (13.2.1)
268-
rdoc (6.13.1)
268+
rake (13.3.0)
269+
rdoc (6.14.0)
270+
erb
269271
psych (>= 4.0.0)
270272
regexp_parser (2.10.0)
271273
reline (0.6.1)
272274
io-console (~> 0.5)
273275
rexml (3.4.1)
274-
rspec-core (3.13.3)
276+
rspec-core (3.13.4)
275277
rspec-support (~> 3.13.0)
276-
rspec-expectations (3.13.4)
278+
rspec-expectations (3.13.5)
277279
diff-lcs (>= 1.2.0, < 2.0)
278280
rspec-support (~> 3.13.0)
279-
rspec-mocks (3.13.4)
281+
rspec-mocks (3.13.5)
280282
diff-lcs (>= 1.2.0, < 2.0)
281283
rspec-support (~> 3.13.0)
282284
rspec-rails (8.0.0)
@@ -287,45 +289,45 @@ GEM
287289
rspec-expectations (~> 3.13)
288290
rspec-mocks (~> 3.13)
289291
rspec-support (~> 3.13)
290-
rspec-support (3.13.3)
291-
rubocop (1.75.5)
292+
rspec-support (3.13.4)
293+
rubocop (1.76.1)
292294
json (~> 2.3)
293295
language_server-protocol (~> 3.17.0.2)
294296
lint_roller (~> 1.1.0)
295297
parallel (~> 1.10)
296298
parser (>= 3.3.0.2)
297299
rainbow (>= 2.2.2, < 4.0)
298300
regexp_parser (>= 2.9.3, < 3.0)
299-
rubocop-ast (>= 1.44.0, < 2.0)
301+
rubocop-ast (>= 1.45.0, < 2.0)
300302
ruby-progressbar (~> 1.7)
301303
unicode-display_width (>= 2.4.0, < 4.0)
302-
rubocop-ast (1.44.1)
304+
rubocop-ast (1.45.1)
303305
parser (>= 3.3.7.2)
304306
prism (~> 1.4)
305307
rubocop-performance (1.25.0)
306308
lint_roller (~> 1.1)
307309
rubocop (>= 1.75.0, < 2.0)
308310
rubocop-ast (>= 1.38.0, < 2.0)
309-
rubocop-rails (2.31.0)
311+
rubocop-rails (2.32.0)
310312
activesupport (>= 4.2.0)
311313
lint_roller (~> 1.1)
312314
rack (>= 1.1)
313315
rubocop (>= 1.75.0, < 2.0)
314-
rubocop-ast (>= 1.38.0, < 2.0)
316+
rubocop-ast (>= 1.44.0, < 2.0)
315317
rubocop-rails-omakase (1.1.0)
316318
rubocop (>= 1.72)
317319
rubocop-performance (>= 1.24)
318320
rubocop-rails (>= 2.30)
319321
ruby-progressbar (1.13.0)
320322
rubyzip (2.4.1)
321323
securerandom (0.4.1)
322-
selenium-webdriver (4.32.0)
324+
selenium-webdriver (4.33.0)
323325
base64 (~> 0.2)
324326
logger (~> 1.4)
325327
rexml (~> 3.2, >= 3.2.5)
326328
rubyzip (>= 1.2.2, < 3.0)
327329
websocket (~> 1.0)
328-
solid_cable (3.0.7)
330+
solid_cable (3.0.8)
329331
actioncable (>= 7.2)
330332
activejob (>= 7.2)
331333
activerecord (>= 7.2)
@@ -341,14 +343,14 @@ GEM
341343
fugit (~> 1.11.0)
342344
railties (>= 7.1)
343345
thor (~> 1.3.1)
344-
sorbet-runtime (0.5.12083)
345-
sqlite3 (2.6.0-aarch64-linux-gnu)
346-
sqlite3 (2.6.0-aarch64-linux-musl)
347-
sqlite3 (2.6.0-arm-linux-gnu)
348-
sqlite3 (2.6.0-arm-linux-musl)
349-
sqlite3 (2.6.0-arm64-darwin)
350-
sqlite3 (2.6.0-x86_64-linux-gnu)
351-
sqlite3 (2.6.0-x86_64-linux-musl)
346+
sorbet-runtime (0.5.12176)
347+
sqlite3 (2.7.0-aarch64-linux-gnu)
348+
sqlite3 (2.7.0-aarch64-linux-musl)
349+
sqlite3 (2.7.0-arm-linux-gnu)
350+
sqlite3 (2.7.0-arm-linux-musl)
351+
sqlite3 (2.7.0-arm64-darwin)
352+
sqlite3 (2.7.0-x86_64-linux-gnu)
353+
sqlite3 (2.7.0-x86_64-linux-musl)
352354
sshkit (1.24.0)
353355
base64
354356
logger
@@ -385,13 +387,13 @@ GEM
385387
bindex (>= 0.4.0)
386388
railties (>= 6.0.0)
387389
websocket (1.2.11)
388-
websocket-driver (0.7.7)
390+
websocket-driver (0.8.0)
389391
base64
390392
websocket-extensions (>= 0.1.0)
391393
websocket-extensions (0.1.5)
392394
xpath (3.2.0)
393395
nokogiri (~> 1.8)
394-
zeitwerk (2.7.2)
396+
zeitwerk (2.7.3)
395397

396398
PLATFORMS
397399
aarch64-linux
@@ -433,4 +435,4 @@ DEPENDENCIES
433435
web-console
434436

435437
BUNDLED WITH
436-
2.6.2
438+
2.6.7

config/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ builder:
101101
#
102102
# # Pass arguments and secrets to the Docker build process
103103
# args:
104-
# RUBY_VERSION: ruby-3.4.1
104+
# RUBY_VERSION: ruby-3.4.4
105105
# secrets:
106106
# - GITHUB_TOKEN
107107
# - RAILS_MASTER_KEY

0 commit comments

Comments
 (0)