From bdb0d53107cb411537d24c98c132f86d232b9a1a Mon Sep 17 00:00:00 2001 From: Felix Krause Date: Sun, 14 Aug 2016 22:00:37 -0700 Subject: Simplify Gemfile template Taken from https://github.com/bundler/bundler/pull/4746 --- lib/bundler/templates/Gemfile | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/bundler/templates/Gemfile b/lib/bundler/templates/Gemfile index 3f953369c3..7db8998d32 100644 --- a/lib/bundler/templates/Gemfile +++ b/lib/bundler/templates/Gemfile @@ -1,5 +1,4 @@ # frozen_string_literal: true -# A sample Gemfile source "https://rubygems.org" # gem "rails" -- cgit v1.2.1