Add 'ruby' to pre-filled Gemfile for 'jekyll new'

Fixes #4839
This commit is contained in:
Parker Moore 2016-05-12 12:19:46 -05:00
parent 209cd6b729
commit 1ae4f513d8
No known key found for this signature in database
GPG Key ID: 193CDEBA72063C58
1 changed files with 5 additions and 4 deletions

View File

@ -67,6 +67,7 @@ module Jekyll
def gemfile_contents def gemfile_contents
<<-RUBY <<-RUBY
source "https://rubygems.org" source "https://rubygems.org"
ruby RUBY_VERSION
# Hello! This is where you manage which Jekyll version is used to run. # Hello! This is where you manage which Jekyll version is used to run.
# When you want to use a different version, change it below, save the # When you want to use a different version, change it below, save the