Replace turbolinks with turbo-rails
This commit is contained in:
parent
316642d0b7
commit
e2c359442a
2
Gemfile
2
Gemfile
|
@ -10,7 +10,7 @@ gem "pg"
|
||||||
|
|
||||||
gem "jbuilder", "~> 2.10"
|
gem "jbuilder", "~> 2.10"
|
||||||
gem "sass-rails", "~> 5.0"
|
gem "sass-rails", "~> 5.0"
|
||||||
gem "turbolinks", "~> 2.5.3"
|
gem "turbo-rails"
|
||||||
|
|
||||||
gem "bcrypt", "~> 3.1.18"
|
gem "bcrypt", "~> 3.1.18"
|
||||||
|
|
||||||
|
|
12
Gemfile.lock
12
Gemfile.lock
|
@ -117,13 +117,6 @@ GEM
|
||||||
chunky_png (1.4.0)
|
chunky_png (1.4.0)
|
||||||
cliver (0.3.2)
|
cliver (0.3.2)
|
||||||
coderay (1.1.3)
|
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)
|
colorize (0.8.1)
|
||||||
concurrent-ruby (1.1.10)
|
concurrent-ruby (1.1.10)
|
||||||
connection_pool (2.2.5)
|
connection_pool (2.2.5)
|
||||||
|
@ -173,7 +166,6 @@ GEM
|
||||||
equalizer (0.0.11)
|
equalizer (0.0.11)
|
||||||
erubi (1.11.0)
|
erubi (1.11.0)
|
||||||
excon (0.92.3)
|
excon (0.92.3)
|
||||||
execjs (2.8.1)
|
|
||||||
factory_bot (6.2.0)
|
factory_bot (6.2.0)
|
||||||
activesupport (>= 5.0.0)
|
activesupport (>= 5.0.0)
|
||||||
factory_bot_rails (6.2.0)
|
factory_bot_rails (6.2.0)
|
||||||
|
@ -539,8 +531,6 @@ GEM
|
||||||
actionpack (>= 6.0.0)
|
actionpack (>= 6.0.0)
|
||||||
activejob (>= 6.0.0)
|
activejob (>= 6.0.0)
|
||||||
railties (>= 6.0.0)
|
railties (>= 6.0.0)
|
||||||
turbolinks (2.5.4)
|
|
||||||
coffee-rails
|
|
||||||
twitter (7.0.0)
|
twitter (7.0.0)
|
||||||
addressable (~> 2.3)
|
addressable (~> 2.3)
|
||||||
buftok (~> 0.2.0)
|
buftok (~> 0.2.0)
|
||||||
|
@ -660,7 +650,7 @@ DEPENDENCIES
|
||||||
simplecov-cobertura
|
simplecov-cobertura
|
||||||
simplecov-json
|
simplecov-json
|
||||||
spring (~> 4.0)
|
spring (~> 4.0)
|
||||||
turbolinks (~> 2.5.3)
|
turbo-rails
|
||||||
twitter
|
twitter
|
||||||
twitter-text
|
twitter-text
|
||||||
web-console (~> 4.0)
|
web-console (~> 4.0)
|
||||||
|
|
Loading…
Reference in New Issue