Skip to content

Commit

Permalink
Avoid Turbo 8 upgrade until frame navigation is resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
sfnelson committed Feb 19, 2024
1 parent 83bc59b commit 9e27ac2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ group :development, :test do
gem "shoulda-matchers"
gem "sqlite3"
gem "stimulus-rails"
gem "turbo-rails"
gem "turbo-rails", "< 2"
end

group :test do
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ DEPENDENCIES
shoulda-matchers
sqlite3
stimulus-rails
turbo-rails
turbo-rails (< 2)

BUNDLED WITH
2.5.5

0 comments on commit 9e27ac2

Please sign in to comment.