lib/appengine-tools/boot.rb in appengine-tools-0.0.4 vs lib/appengine-tools/boot.rb in appengine-tools-0.0.5
- old
+ new
@@ -20,11 +20,10 @@
module Development
class << self
def boot_jruby(root=nil, options={})
unless defined?(JRUBY_VERSION)
- require 'rubygems'
require 'appengine-jruby-jars'
jars = [
AppEngine::JRubyJars.jruby_jar,
AppEngine::JRubyJars.rubygems_jar,
@@ -81,6 +80,6 @@
puts 'Error executing jruby'
end
end
end
end
-end
\ No newline at end of file
+end