mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
stop requiring rubygems where we don't need to
This commit is contained in:
parent
d60ff13952
commit
319871995f
1 changed files with 0 additions and 3 deletions
|
@ -55,9 +55,6 @@
|
|||
libdir = File.dirname(__FILE__)
|
||||
$LOAD_PATH.unshift(libdir) unless $LOAD_PATH.include?(libdir)
|
||||
|
||||
# Require Rubygems (probably not necessary)
|
||||
require 'rubygems'
|
||||
|
||||
# We're riding on Sinatra, so let's include it.
|
||||
require "sinatra/base"
|
||||
|
||||
|
|
Loading…
Reference in a new issue