migrate from turbolinks to turbo
This commit is contained in:
30
Gemfile.lock
30
Gemfile.lock
@@ -6,6 +6,14 @@ GIT
|
||||
require_all
|
||||
typhoeus (~> 1.1)
|
||||
|
||||
GIT
|
||||
remote: https://github.com/ceritium/rack-mini-profiler
|
||||
revision: da799a00e15faa04f2d7e95ccea1ede6eb6ed622
|
||||
branch: turbodrive-support
|
||||
specs:
|
||||
rack-mini-profiler (2.3.2)
|
||||
rack (>= 1.2.0)
|
||||
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
@@ -72,7 +80,7 @@ GEM
|
||||
public_suffix (>= 2.0.2, < 5.0)
|
||||
ast (2.4.2)
|
||||
awesome_print (1.9.2)
|
||||
backport (1.1.2)
|
||||
backport (1.2.0)
|
||||
bcrypt (3.1.16)
|
||||
benchmark (0.1.1)
|
||||
bindex (0.8.1)
|
||||
@@ -163,7 +171,7 @@ GEM
|
||||
multi_xml (0.6.0)
|
||||
multipart-post (2.1.1)
|
||||
nio4r (2.5.7)
|
||||
nokogiri (1.11.6-x86_64-linux)
|
||||
nokogiri (1.11.7-x86_64-linux)
|
||||
racc (~> 1.4)
|
||||
oauth2 (1.4.7)
|
||||
faraday (>= 0.8, < 2.0)
|
||||
@@ -199,8 +207,6 @@ GEM
|
||||
nio4r (~> 2.0)
|
||||
racc (1.5.2)
|
||||
rack (2.2.3)
|
||||
rack-mini-profiler (2.3.1)
|
||||
rack (>= 1.2.0)
|
||||
rack-proxy (0.6.5)
|
||||
rack
|
||||
rack-test (1.1.0)
|
||||
@@ -272,7 +278,7 @@ GEM
|
||||
rspec-mocks (~> 3.10)
|
||||
rspec-support (~> 3.10)
|
||||
rspec-support (3.10.2)
|
||||
rubocop (1.16.0)
|
||||
rubocop (1.17.0)
|
||||
parallel (~> 1.10)
|
||||
parser (>= 3.0.0.0)
|
||||
rainbow (>= 2.2.2, < 4.0)
|
||||
@@ -329,10 +335,11 @@ GEM
|
||||
simplecov_json_formatter (~> 0.1)
|
||||
simplecov-html (0.12.3)
|
||||
simplecov_json_formatter (0.1.2)
|
||||
solargraph (0.41.1)
|
||||
backport (~> 1.1)
|
||||
solargraph (0.42.3)
|
||||
backport (~> 1.2)
|
||||
benchmark
|
||||
bundler (>= 1.17.2)
|
||||
diff-lcs (~> 1.4)
|
||||
e2mmap
|
||||
jaro_winkler (~> 1.5)
|
||||
kramdown (~> 2.3)
|
||||
@@ -353,9 +360,8 @@ GEM
|
||||
sprockets (>= 3.0.0)
|
||||
thor (1.1.0)
|
||||
tilt (2.0.10)
|
||||
turbolinks (5.2.1)
|
||||
turbolinks-source (~> 5.2)
|
||||
turbolinks-source (5.2.0)
|
||||
turbo-rails (0.5.9)
|
||||
rails (>= 6.0.0)
|
||||
typhoeus (1.4.0)
|
||||
ethon (>= 0.9.0)
|
||||
tzinfo (2.0.4)
|
||||
@@ -407,7 +413,7 @@ DEPENDENCIES
|
||||
pg (~> 1.1)
|
||||
pry-rails (~> 0.3.9)
|
||||
puma (~> 5.0)
|
||||
rack-mini-profiler (~> 2.0)
|
||||
rack-mini-profiler (~> 2.3.2)!
|
||||
rails (~> 6.1.3, >= 6.1.3.1)
|
||||
rails-erd
|
||||
rails-i18n (~> 6.0.0)
|
||||
@@ -425,7 +431,7 @@ DEPENDENCIES
|
||||
simplecov
|
||||
solargraph
|
||||
spring
|
||||
turbolinks (~> 5)
|
||||
turbo-rails
|
||||
tzinfo-data
|
||||
web-console (>= 4.1.0)
|
||||
webdrivers
|
||||
|
||||
Reference in New Issue
Block a user