local.mk.sample: update for running 1.9.2 (preview3) tests
[rainbows.git] / config / isolate.rb
blob75d493107d7ab7acffc1130c9a218202b2655762
1 # this the default config file used by John Barnette's isolate gem
2 # you can create a config/isolate_local.rb file to override this
3 # See the corresponding tasks in Rakefile and GNUmakefile
4 # `rake isolate' or (faster in the unmodified case, `make isolate')
6 gem 'rack', '1.1.0'
7 gem 'unicorn', '0.99.0'
9 gem 'iobuffer', '0.1.3'
10 gem 'rev', '0.3.2'
12 gem 'eventmachine', '0.12.10'
14 gem 'sinatra', '0.9.4'
15 gem 'async_sinatra', '0.1.5'
17 gem 'neverblock', '0.1.6.2'
19 if defined?(::Fiber)
20   gem 'case', '0.5'
21   gem 'revactor', '0.1.5'
22   gem 'rack-fiber_pool', '0.9.0'
23 end
25 gem 'cramp', '0.11'