Sha256: d7486cef1b66a7fb447831f7bd84e1b9d4db87c32c11fcaee3287119f2c4bbf2

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rainbows-0.92.0 config/isolate.rb