From fa71397d9cdbcafd224d70787e30a1c6c9d1aa49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 14 Mar 2018 22:56:58 +0000 Subject: [PATCH] Bump turbolinks from 5.0.1 to 5.1.0 Bumps [turbolinks](https://github.com/turbolinks/turbolinks) from 5.0.1 to 5.1.0. - [Release notes](https://github.com/turbolinks/turbolinks/releases) - [Changelog](https://github.com/turbolinks/turbolinks/blob/master/CHANGELOG.md) - [Commits](https://github.com/turbolinks/turbolinks/compare/v5.0.1...v5.1.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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)