Turbolinks updated to version 5
This commit is contained in:
parent
33d32b9294
commit
23ef49f2d8
2 changed files with 9 additions and 8 deletions
2
Gemfile
2
Gemfile
|
|
@ -144,7 +144,7 @@ gem 'axlsx_rails'
|
|||
gem 'hoptoad_notifier', '~> 2.3'
|
||||
|
||||
# to make links faster
|
||||
gem 'turbolinks'
|
||||
gem 'turbolinks', '~> 5.0.0'
|
||||
|
||||
# for JSON serialization of our API
|
||||
gem 'active_model_serializers'
|
||||
|
|
|
|||
15
Gemfile.lock
15
Gemfile.lock
|
|
@ -143,7 +143,7 @@ GEM
|
|||
dante (0.2.0)
|
||||
database_cleaner (1.3.0)
|
||||
debug_inspector (0.0.3)
|
||||
delayed_job (4.1.3)
|
||||
delayed_job (4.1.4)
|
||||
activesupport (>= 3.0, < 5.2)
|
||||
delayed_job_active_record (4.1.2)
|
||||
activerecord (>= 3.0, < 5.2)
|
||||
|
|
@ -226,7 +226,8 @@ GEM
|
|||
htmlentities (4.3.4)
|
||||
http-cookie (1.0.2)
|
||||
domain_name (~> 0.5)
|
||||
i18n (0.7.0)
|
||||
i18n (0.9.5)
|
||||
concurrent-ruby (~> 1.0)
|
||||
i18n_data (0.7.0)
|
||||
inversion (1.0.0)
|
||||
loggability (~> 0.12)
|
||||
|
|
@ -271,7 +272,7 @@ GEM
|
|||
rake
|
||||
mini_magick (4.5.1)
|
||||
mini_portile2 (2.3.0)
|
||||
minitest (5.10.2)
|
||||
minitest (5.11.3)
|
||||
momentjs-rails (2.8.1)
|
||||
railties (>= 3.1)
|
||||
monetize (1.7.0)
|
||||
|
|
@ -529,10 +530,10 @@ GEM
|
|||
tins (1.16.3)
|
||||
transitions (0.1.12)
|
||||
ttfunk (1.1.1)
|
||||
turbolinks (5.1.0)
|
||||
turbolinks-source (~> 5.1)
|
||||
turbolinks (5.0.1)
|
||||
turbolinks-source (~> 5)
|
||||
turbolinks-source (5.1.0)
|
||||
tzinfo (1.2.3)
|
||||
tzinfo (1.2.5)
|
||||
thread_safe (~> 0.1)
|
||||
uglifier (3.0.0)
|
||||
execjs (>= 0.3.0, < 3)
|
||||
|
|
@ -673,7 +674,7 @@ DEPENDENCIES
|
|||
thor (~> 0.19)
|
||||
timecop
|
||||
transitions
|
||||
turbolinks
|
||||
turbolinks (~> 5.0.0)
|
||||
uglifier (>= 1.3.0)
|
||||
unobtrusive_flash (>= 3)
|
||||
web-console (~> 2.0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue