1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-21 22:29:38 +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 # Hotwire
gem "stimulus-rails" gem "stimulus-rails"
gem "turbo-rails", github: "hotwired/turbo-rails", branch: "main" gem "turbo-rails"
# Other # Other
gem "bcrypt", "~> 3.1.7" gem "bcrypt", "~> 3.1.7"

View file

@ -1,13 +1,3 @@
GIT
remote: https://github.com/hotwired/turbo-rails.git
revision: 3748512710a29b541a1f2b3863cc6fb2422fb7e2
branch: main
specs:
turbo-rails (2.0.0.pre.rc.2)
actionpack (>= 6.0.0)
activejob (>= 6.0.0)
railties (>= 6.0.0)
GIT GIT
remote: https://github.com/rails/rails.git remote: https://github.com/rails/rails.git
revision: 554e5c2d8e8dd9f9e302a2d11c775f14c512d957 revision: 554e5c2d8e8dd9f9e302a2d11c775f14c512d957
@ -355,6 +345,10 @@ GEM
unicode-display_width (>= 1.1.1, < 3) unicode-display_width (>= 1.1.1, < 3)
thor (1.3.0) thor (1.3.0)
timeout (0.4.1) timeout (0.4.1)
turbo-rails (2.0.0)
actionpack (>= 6.0.0)
activejob (>= 6.0.0)
railties (>= 6.0.0)
tzinfo (2.0.6) tzinfo (2.0.6)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0) unicode-display_width (2.5.0)
@ -406,7 +400,7 @@ DEPENDENCIES
selenium-webdriver selenium-webdriver
stimulus-rails stimulus-rails
tailwindcss-rails tailwindcss-rails
turbo-rails! turbo-rails
tzinfo-data tzinfo-data
web-console web-console