Skip to content

Commit 28ea58d

Browse files
Bump turbo-rails from 2.0.14 to 2.0.20
Bumps [turbo-rails](https://github.com/hotwired/turbo-rails) from 2.0.14 to 2.0.20. - [Release notes](https://github.com/hotwired/turbo-rails/releases) - [Commits](hotwired/turbo-rails@v2.0.14...v2.0.20) --- updated-dependencies: - dependency-name: turbo-rails dependency-version: 2.0.20 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 43a6098 commit 28ea58d

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ gem "will_paginate", "4.0.1"
1212
gem "cssbundling-rails", "1.4.3"
1313
gem "propshaft", "1.2.1"
1414
gem "importmap-rails", "2.1.0"
15-
gem "turbo-rails", "2.0.14"
15+
gem "turbo-rails", "2.0.20"
1616
gem "stimulus-rails", "1.3.4"
1717
gem "jbuilder", "2.13.0"
1818
gem "puma", "6.6.0"

Gemfile.lock

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ GEM
103103
base64 (0.3.0)
104104
bcrypt (3.1.13)
105105
bcrypt_pbkdf (1.1.1)
106-
benchmark (0.4.1)
107-
bigdecimal (3.2.3)
106+
benchmark (0.5.0)
107+
bigdecimal (3.3.1)
108108
bindex (0.8.1)
109109
bootsnap (1.18.6)
110110
msgpack (~> 1.2)
@@ -124,14 +124,14 @@ GEM
124124
crass (1.0.6)
125125
cssbundling-rails (1.4.3)
126126
railties (>= 6.0.0)
127-
date (3.4.1)
127+
date (3.5.0)
128128
debug (1.11.0)
129129
irb (~> 1.10)
130130
reline (>= 0.3.8)
131131
dotenv (3.1.8)
132132
drb (2.2.3)
133133
ed25519 (1.4.0)
134-
erb (5.0.2)
134+
erb (5.1.3)
135135
erubi (1.13.1)
136136
faker (3.5.2)
137137
i18n (>= 1.8.11, < 2)
@@ -245,7 +245,7 @@ GEM
245245
shellany (~> 0.0)
246246
ostruct (0.6.3)
247247
pg (1.5.9)
248-
pp (0.6.2)
248+
pp (0.6.3)
249249
prettyprint
250250
prettyprint (0.2.0)
251251
propshaft (1.2.1)
@@ -262,7 +262,7 @@ GEM
262262
puma (6.6.0)
263263
nio4r (~> 2.0)
264264
racc (1.8.1)
265-
rack (3.2.1)
265+
rack (3.2.3)
266266
rack-session (2.1.1)
267267
base64 (>= 0.1.0)
268268
rack (>= 3.0.0)
@@ -303,13 +303,14 @@ GEM
303303
rake (>= 12.2)
304304
thor (~> 1.0, >= 1.2.2)
305305
zeitwerk (~> 2.6)
306-
rake (13.3.0)
306+
rake (13.3.1)
307307
rb-fsevent (0.11.2)
308308
rb-inotify (0.11.1)
309309
ffi (~> 1.0)
310-
rdoc (6.14.2)
310+
rdoc (6.15.0)
311311
erb
312312
psych (>= 4.0.0)
313+
tsort
313314
regexp_parser (2.11.3)
314315
reline (0.6.2)
315316
io-console (~> 0.5)
@@ -343,12 +344,13 @@ GEM
343344
thruster (0.1.15-aarch64-linux)
344345
thruster (0.1.15-x86_64-linux)
345346
timeout (0.4.3)
346-
turbo-rails (2.0.14)
347+
tsort (0.2.0)
348+
turbo-rails (2.0.20)
347349
actionpack (>= 7.1.0)
348350
railties (>= 7.1.0)
349351
tzinfo (2.0.6)
350352
concurrent-ruby (~> 1.0)
351-
uri (1.0.3)
353+
uri (1.0.4)
352354
useragent (0.16.11)
353355
web-console (4.2.1)
354356
actionview (>= 6.0.0)
@@ -404,7 +406,7 @@ DEPENDENCIES
404406
sqlite3 (= 2.7.2)
405407
stimulus-rails (= 1.3.4)
406408
thruster (= 0.1.15)
407-
turbo-rails (= 2.0.14)
409+
turbo-rails (= 2.0.20)
408410
tzinfo-data (= 1.2025.2)
409411
web-console (= 4.2.1)
410412
webdrivers (= 5.3.1)

0 commit comments

Comments
 (0)