mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-22 14:49: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:
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
|
# 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"
|
||||||
|
|
16
Gemfile.lock
16
Gemfile.lock
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue