diff options
author | Santiago Pastorino <santiago@wyeworks.com> | 2012-05-13 13:33:20 -0300 |
---|---|---|
committer | Santiago Pastorino <santiago@wyeworks.com> | 2012-05-13 13:33:20 -0300 |
commit | 6e55d30ca8a5a165211dfd0ba7a2beef3ad23cda (patch) | |
tree | 9578be36044d41788ebace24f5d793085ad3857d /guides/code/getting_started | |
parent | 59b773705e4d91c458a9572dc63c11eab85e633f (diff) | |
download | rails-6e55d30ca8a5a165211dfd0ba7a2beef3ad23cda.tar.gz rails-6e55d30ca8a5a165211dfd0ba7a2beef3ad23cda.tar.bz2 rails-6e55d30ca8a5a165211dfd0ba7a2beef3ad23cda.zip |
Remove remaining require 'rubygems'
Diffstat (limited to 'guides/code/getting_started')
-rw-r--r-- | guides/code/getting_started/config/boot.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/guides/code/getting_started/config/boot.rb b/guides/code/getting_started/config/boot.rb index 4489e58688..3596736667 100644 --- a/guides/code/getting_started/config/boot.rb +++ b/guides/code/getting_started/config/boot.rb @@ -1,5 +1,3 @@ -require 'rubygems' - # Set up gems listed in the Gemfile. ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) |