diff --git a/Gemfile b/Gemfile index ba27cec1..4dab59e0 100644 --- a/Gemfile +++ b/Gemfile @@ -35,7 +35,7 @@ gem 'sprockets', '~> 3.0' gem 'skylight' gem 'puma' gem 'slim-rails' -gem 'turbolinks', '~> 5.0.0' +gem 'turbolinks', '~> 5.1.0' gem 'uglifier', '>= 1.3.0' gem 'pghero' gem 'pg_query', '>= 0.9.0' diff --git a/Gemfile.lock b/Gemfile.lock index 6e9290bd..3ea30c94 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -343,8 +343,8 @@ GEM thread_safe (0.3.6) tilt (2.0.8) tins (1.16.3) - turbolinks (5.0.1) - turbolinks-source (~> 5) + turbolinks (5.1.0) + turbolinks-source (~> 5.1) turbolinks-source (5.1.0) tzinfo (1.2.5) thread_safe (~> 0.1) @@ -426,7 +426,7 @@ DEPENDENCIES sprockets (~> 3.0) stackprof the_garage - turbolinks (~> 5.0.0) + turbolinks (~> 5.1.0) uglifier (>= 1.3.0) vcr web-console (>= 2.1.3)