about summary refs log tree commit homepage
path: root/config/isolate.rb
diff options
context:
space:
mode:
Diffstat (limited to 'config/isolate.rb')
-rw-r--r--config/isolate.rb24
1 files changed, 24 insertions, 0 deletions
diff --git a/config/isolate.rb b/config/isolate.rb
new file mode 100644
index 0000000..3ac1af5
--- /dev/null
+++ b/config/isolate.rb
@@ -0,0 +1,24 @@
+# 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.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'
+end
+
+gem 'cramp', '0.10'