From e31f681f17f3c4008377f795c1038d5be25a0881 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 9 Jan 2018 07:05:24 +0000 Subject: [PATCH] Bump turbolinks from 5.0.1 to 5.1.0 in /poker Bumps [turbolinks](https://github.com/turbolinks/turbolinks) from 5.0.1 to 5.1.0. - [Release notes](https://github.com/turbolinks/turbolinks/releases) - [Commits](https://github.com/turbolinks/turbolinks/compare/v5.0.1...v5.1.0) --- poker/Gemfile | 2 +- poker/Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poker/Gemfile b/poker/Gemfile index f409aad..1cc9f83 100644 --- a/poker/Gemfile +++ b/poker/Gemfile @@ -18,7 +18,7 @@ gem 'coffee-rails', '~> 4.1.0' # gem 'jquery-rails' # Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks -gem 'turbolinks', "~> 5.0.0.beta" +gem 'turbolinks', "~> 5.1.0" # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder gem 'jbuilder', '~> 2.0' # bundle exec rake doc:rails generates the API under doc/api. diff --git a/poker/Gemfile.lock b/poker/Gemfile.lock index db0da51..30c00c1 100644 --- a/poker/Gemfile.lock +++ b/poker/Gemfile.lock @@ -167,9 +167,9 @@ GEM thor (0.19.4) thread_safe (0.3.6) tilt (2.0.7) - turbolinks (5.0.1) - turbolinks-source (~> 5) - turbolinks-source (5.0.0) + turbolinks (5.1.0) + turbolinks-source (~> 5.1) + turbolinks-source (5.1.0) tzinfo (1.2.2) thread_safe (~> 0.1) uglifier (3.1.9) @@ -205,7 +205,7 @@ DEPENDENCIES slim slim-rails sprockets-es6 - turbolinks (~> 5.0.0.beta) + turbolinks (~> 5.1.0) uglifier (>= 1.3.0) web-console (~> 3.0)