Skip to content

Commit 34501e3

Browse files
committed
Fix for the model retention bug
hotwired/turbo-rails#710
1 parent f560fef commit 34501e3

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ gem "tailwindcss-rails"
4242
gem "tailwindcss-ruby"
4343
gem "thruster"
4444
gem "tickly", github: "miharekar/tickly"
45-
gem "turbo-rails"
45+
gem "turbo-rails", github: "hotwired/turbo-rails"
4646
gem "web-push"
4747

4848
gem "kamal"

Gemfile.lock

+9-4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
GIT
2+
remote: https://github.com/hotwired/turbo-rails.git
3+
revision: 94767d3a84f470c2d0aec8c3f9e2e7c784bc8de7
4+
specs:
5+
turbo-rails (2.0.13)
6+
actionpack (>= 7.1.0)
7+
railties (>= 7.1.0)
8+
19
GIT
210
remote: https://github.com/miharekar/tickly.git
311
revision: a4eaa0462acb6433d63eb64d8414beab91023054
@@ -509,9 +517,6 @@ GEM
509517
tty-screen (~> 0.8)
510518
wisper (~> 2.0)
511519
tty-screen (0.8.2)
512-
turbo-rails (2.0.13)
513-
actionpack (>= 7.1.0)
514-
railties (>= 7.1.0)
515520
tzinfo (2.0.6)
516521
concurrent-ruby (~> 1.0)
517522
unicode-display_width (3.1.4)
@@ -598,7 +603,7 @@ DEPENDENCIES
598603
tailwindcss-ruby
599604
thruster
600605
tickly!
601-
turbo-rails
606+
turbo-rails!
602607
vernier
603608
web-console
604609
web-push

0 commit comments

Comments
 (0)