Skip to content

Commit b06fe61

Browse files
committed
[chore] Remove sinatra env example isolation
This breaks jruby-rack when using :development gems, since `BUNDLE_WITHOUT` doesn't pass through and when initializing rack, jruby-rack tries to setup gems that have not been warbled since it ignores the BUNDLE_WITHOUT that warbler sets up.
1 parent b81f4bf commit b06fe61

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/sinatra/config/warble.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@
66
require 'socket'
77
config.webxml.ENV_OUTPUT = File.expand_path('../../servers', __FILE__)
88
config.webxml.ENV_HOST = Socket.gethostname
9-
config.webxml.jruby.runtime.env = false
109
end

0 commit comments

Comments
 (0)