1
0
Fork 0
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:
Rob Zolkos 2024-02-07 10:07:14 -05:00 committed by GitHub
parent 4099743107
commit 969ee068fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 12 deletions

View file

@ -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"