Replace turbolinks with turbo-rails

This commit is contained in:
Andreas Nedbal 2022-09-04 14:30:43 +02:00 committed by Andreas Nedbal
parent 316642d0b7
commit e2c359442a
2 changed files with 2 additions and 12 deletions

View File

@ -10,7 +10,7 @@ gem "pg"
gem "jbuilder", "~> 2.10"
gem "sass-rails", "~> 5.0"
gem "turbolinks", "~> 2.5.3"
gem "turbo-rails"
gem "bcrypt", "~> 3.1.18"

View File

@ -117,13 +117,6 @@ GEM
chunky_png (1.4.0)
cliver (0.3.2)
coderay (1.1.3)
coffee-rails (5.0.0)
coffee-script (>= 2.2.0)
railties (>= 5.2.0)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.12.2)
colorize (0.8.1)
concurrent-ruby (1.1.10)
connection_pool (2.2.5)
@ -173,7 +166,6 @@ GEM
equalizer (0.0.11)
erubi (1.11.0)
excon (0.92.3)
execjs (2.8.1)
factory_bot (6.2.0)
activesupport (>= 5.0.0)
factory_bot_rails (6.2.0)
@ -539,8 +531,6 @@ GEM
actionpack (>= 6.0.0)
activejob (>= 6.0.0)
railties (>= 6.0.0)
turbolinks (2.5.4)
coffee-rails
twitter (7.0.0)
addressable (~> 2.3)
buftok (~> 0.2.0)
@ -660,7 +650,7 @@ DEPENDENCIES
simplecov-cobertura
simplecov-json
spring (~> 4.0)
turbolinks (~> 2.5.3)
turbo-rails
twitter
twitter-text
web-console (~> 4.0)