Skip to content

Commit 42392b5

Browse files
Bump turbo-rails from 2.0.6 to 2.0.13 (#198)
Bumps [turbo-rails](https://github.com/hotwired/turbo-rails) from 2.0.6 to 2.0.13. - [Release notes](https://github.com/hotwired/turbo-rails/releases) - [Commits](hotwired/turbo-rails@v2.0.6...v2.0.13) --- updated-dependencies: - dependency-name: turbo-rails dependency-version: 2.0.13 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 4f1f51a commit 42392b5

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ gem "puma", "6.6.0"
1414
# Bundle and transpile JavaScript [https://github.com/rails/jsbundling-rails]
1515
gem "jsbundling-rails", "1.3.1"
1616
# Hotwire's SPA-like page accelerator [https://turbo.hotwired.dev]
17-
gem "turbo-rails", "2.0.6"
17+
gem "turbo-rails", "2.0.13"
1818
# Hotwire's modest JavaScript framework [https://stimulus.hotwired.dev]
1919
gem "stimulus-rails", "1.3.4"
2020
# Bundle and process CSS [https://github.com/rails/cssbundling-rails]

Gemfile.lock

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -288,10 +288,9 @@ GEM
288288
lru_redux (~> 1.1)
289289
thor (1.3.2)
290290
timeout (0.4.3)
291-
turbo-rails (2.0.6)
292-
actionpack (>= 6.0.0)
293-
activejob (>= 6.0.0)
294-
railties (>= 6.0.0)
291+
turbo-rails (2.0.13)
292+
actionpack (>= 7.1.0)
293+
railties (>= 7.1.0)
295294
tzinfo (2.0.6)
296295
concurrent-ruby (~> 1.0)
297296
unicode-display_width (3.1.4)
@@ -338,7 +337,7 @@ DEPENDENCIES
338337
standard
339338
stimulus-rails (= 1.3.4)
340339
tailwind_merge (~> 0.13.2)
341-
turbo-rails (= 2.0.6)
340+
turbo-rails (= 2.0.13)
342341
tzinfo-data
343342
web-console
344343

0 commit comments

Comments
 (0)