From 1d55b703655819eebdb0a1f7d6d2970cc1d26c47 Mon Sep 17 00:00:00 2001 From: ashmaroli Date: Sat, 13 May 2017 05:58:03 +0530 Subject: [PATCH] Remove `ruby RUBY_VERSION` from generated Gemfile (#5803) Merge pull request 5803 --- lib/jekyll/commands/new.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/jekyll/commands/new.rb b/lib/jekyll/commands/new.rb index 144fddf7..81ed9201 100644 --- a/lib/jekyll/commands/new.rb +++ b/lib/jekyll/commands/new.rb @@ -61,7 +61,6 @@ module Jekyll def gemfile_contents <<-RUBY source "https://rubygems.org" -ruby RUBY_VERSION # 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