Sha256: 9a789439b46df4257de74f510374d25f458e70543dbc70bdfdb0f0e4d63c2abe

Contents?: true

Size: 586 Bytes

Versions: 1

Compression:

Stored size: 586 Bytes

Contents

# 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'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rainbows-0.93.0 config/isolate.rb