mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
New apps get the Turbolinks beta gem
This commit is contained in:
parent
7225f0bb9f
commit
fa1b52bfc7
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue