Skip to content

Commit 32571ff

Browse files
Bump turbo-rails from 2.0.16 to 2.0.17 (#20473)
Bumps [turbo-rails](https://github.com/hotwired/turbo-rails) from 2.0.16 to 2.0.17. - [Release notes](https://github.com/hotwired/turbo-rails/releases) - [Commits](hotwired/turbo-rails@v2.0.16...v2.0.17) --- updated-dependencies: - dependency-name: turbo-rails dependency-version: 2.0.17 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f2cb09d commit 32571ff

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ gem "factory_bot", "~> 6.5.0", require: false
240240
gem "factory_bot_rails", "~> 6.5.0", require: false
241241

242242
gem "turbo_power", "~> 0.7.0"
243-
gem "turbo-rails", "~> 2.0.0"
243+
gem "turbo-rails", "~> 2.0.17"
244244

245245
# There is a problem with version 1.4.0. Do not update until you're sure there is no infinite hang
246246
# happenning in failing tests when WebMock or VCR stub cannot be found.

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1483,7 +1483,7 @@ GEM
14831483
trailblazer-option (0.1.2)
14841484
tsort (0.2.0)
14851485
ttfunk (1.7.0)
1486-
turbo-rails (2.0.16)
1486+
turbo-rails (2.0.17)
14871487
actionpack (>= 7.1.0)
14881488
railties (>= 7.1.0)
14891489
turbo_power (0.7.0)
@@ -1781,7 +1781,7 @@ DEPENDENCIES
17811781
test-prof (~> 1.4.0)
17821782
timecop (~> 0.9.0)
17831783
ttfunk (~> 1.7.0)
1784-
turbo-rails (~> 2.0.0)
1784+
turbo-rails (~> 2.0.17)
17851785
turbo_power (~> 0.7.0)
17861786
turbo_tests!
17871787
tzinfo-data (~> 1.2025.1)
@@ -2294,7 +2294,7 @@ CHECKSUMS
22942294
trailblazer-option (0.1.2) sha256=20e4f12ea4e1f718c8007e7944ca21a329eee4eed9e0fa5dde6e8ad8ac4344a3
22952295
tsort (0.2.0) sha256=9650a793f6859a43b6641671278f79cfead60ac714148aabe4e3f0060480089f
22962296
ttfunk (1.7.0) sha256=2370ba484b1891c70bdcafd3448cfd82a32dd794802d81d720a64c15d3ef2a96
2297-
turbo-rails (2.0.16) sha256=d24e1b60f0c575b3549ecda967e5391027143f8220d837ed792c8d48ea0ea38d
2297+
turbo-rails (2.0.17) sha256=49fd304b62e1b7f308f4feda49d1e1941ec90e6cd2f16cd0d9f8380e72c21926
22982298
turbo_power (0.7.0) sha256=ad95d147e0fa761d0023ad9ca00528c7b7ddf6bba8ca2e23755d5b21b290d967
22992299
turbo_tests (2.2.0)
23002300
tzinfo (2.0.6) sha256=8daf828cc77bcf7d63b0e3bdb6caa47e2272dcfaf4fbfe46f8c3a9df087a829b

0 commit comments

Comments
 (0)