Skip to content

Commit

Permalink
updating turbolinks gem
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshamann committed Nov 7, 2016
1 parent 285a3ca commit 9c8c7d6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
Binary file added .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ gem 'coffee-rails', '~> 4.2'
# Use jquery as the JavaScript library
gem 'jquery-rails'
# Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks
gem 'turbolinks'
gem 'turbolinks', '~> 5'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder', '~> 2.5'
# Use Redis adapter to run Action Cable in production
Expand Down
7 changes: 4 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,9 @@ GEM
launchy (~> 2.1)
pusher-client (~> 0.4)
typhoeus (~> 0.6, >= 0.6.8)
turbolinks (2.5.3)
coffee-rails
turbolinks (5.0.1)
turbolinks-source (~> 5)
turbolinks-source (5.0.0)
typhoeus (0.8.0)
ethon (>= 0.8.0)
tzinfo (1.2.2)
Expand Down Expand Up @@ -270,7 +271,7 @@ DEPENDENCIES
spring
spring-watcher-listen (~> 2.0.0)
travis
turbolinks
turbolinks (~> 5)
tzinfo-data
uglifier (>= 1.3.0)
web-console
Expand Down

0 comments on commit 9c8c7d6

Please sign in to comment.