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)