rainbows.git  about / heads / tags
Unicorn for sleepy apps and slow clients
blob 75d493107d7ab7acffc1130c9a218202b2655762 586 bytes (raw)
$ git show v0.93.0:config/isolate.rb	# shows this blob on the CLI

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
 
# this the default config file used by John Barnette's isolate gem
# you can create a config/isolate_local.rb file to override this
# See the corresponding tasks in Rakefile and GNUmakefile
# `rake isolate' or (faster in the unmodified case, `make isolate')

gem 'rack', '1.1.0'
gem 'unicorn', '0.99.0'

gem 'iobuffer', '0.1.3'
gem 'rev', '0.3.2'

gem 'eventmachine', '0.12.10'

gem 'sinatra', '0.9.4'
gem 'async_sinatra', '0.1.5'

gem 'neverblock', '0.1.6.2'

if defined?(::Fiber)
  gem 'case', '0.5'
  gem 'revactor', '0.1.5'
  gem 'rack-fiber_pool', '0.9.0'
end

gem 'cramp', '0.11'

git clone https://yhbt.net/rainbows.git