Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion poker/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
8 changes: 4 additions & 4 deletions poker/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)

Expand Down