mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-05 21:45:23 +02:00
Use latest turbo-rails release (#353)
This was using main branch but since 2.0 has been released this morning we can revert to that rather than pre-release versions.
This commit is contained in:
parent
4099743107
commit
969ee068fe
2 changed files with 6 additions and 12 deletions
2
Gemfile
2
Gemfile
|
@ -20,7 +20,7 @@ gem "tailwindcss-rails"
|
|||
|
||||
# Hotwire
|
||||
gem "stimulus-rails"
|
||||
gem "turbo-rails", github: "hotwired/turbo-rails", branch: "main"
|
||||
gem "turbo-rails"
|
||||
|
||||
# Other
|
||||
gem "bcrypt", "~> 3.1.7"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue