New apps get the Turbolinks beta gem

This commit is contained in:
Sam Stephenson 2016-02-23 17:55:49 -06:00
parent 7225f0bb9f
commit fa1b52bfc7
1 changed files with 2 additions and 2 deletions

View File

@ -328,8 +328,8 @@ module Rails
"Use #{options[:javascript]} as the JavaScript library")
unless options[:skip_turbolinks]
gems << GemfileEntry.version("turbolinks", nil,
"Turbolinks makes following links in your web application faster. Read more: https://github.com/turbolinks/turbolinks")
gems << GemfileEntry.version("turbolinks", "~> 5.0.0.beta",
"Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks")
end
gems