mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Use the trick to get beta releases in the Gemfile
This commit is contained in:
parent
8b794c9f1f
commit
c9be5e088c
1 changed files with 1 additions and 1 deletions
|
@ -328,7 +328,7 @@ module Rails
|
|||
"Use #{options[:javascript]} as the JavaScript library")
|
||||
|
||||
unless options[:skip_turbolinks]
|
||||
gems << GemfileEntry.version("turbolinks", "~> 5.0.0.beta",
|
||||
gems << GemfileEntry.version("turbolinks", "~> 5.x",
|
||||
"Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks")
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue