lib/templates/boot.rb in aetherg-0.2.2 vs lib/templates/boot.rb in aetherg-0.2.5

- old
+ new

@@ -1,7 +1,5 @@ require 'rubygems' require 'bundler/setup' # Set up gems listed in the Gemfile. Bundler.require(:default, ENV['RACK_ENV'] || 'development') - -require 'sinatra/base' require 'yaml'