rainbows.git  about / heads / tags
Unicorn for sleepy apps and slow clients
blob a6c10a3080c2ff113483a90a732cd9cc82494f0d 586 bytes (raw)
$ git show v0.92.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.97.1'

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.10'

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