From 6e55d30ca8a5a165211dfd0ba7a2beef3ad23cda Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Sun, 13 May 2012 13:33:20 -0300 Subject: Remove remaining require 'rubygems' --- guides/source/initialization.textile | 2 -- 1 file changed, 2 deletions(-) (limited to 'guides/source') diff --git a/guides/source/initialization.textile b/guides/source/initialization.textile index 69e5c1edcc..155a439e64 100644 --- a/guides/source/initialization.textile +++ b/guides/source/initialization.textile @@ -137,8 +137,6 @@ h4. +config/boot.rb+ +config/boot.rb+ contains this: -require 'rubygems' - # Set up gems listed in the Gemfile. gemfile = File.expand_path('../../Gemfile', __FILE__) begin -- cgit v1.2.3