source ‘rubygems.org

gem ‘cramp’

# Async webserver for running a cramp application gem ‘thin’

# Rack based routing gem ‘http_router’

# Collection of async-proof rack middlewares - github.com/rkh/async-rack.git gem ‘async-rack’

# For async Active Record models <% if active_record? -%> gem ‘mysql2’, ‘~> 0.2.11’ gem ‘activerecord’, :require => ‘active_record’ <% else -%> # gem ‘mysql2’, ‘~> 0.2.11’ # gem ‘activerecord’, :require => ‘active_record’ <% end -%>

# Using Fibers + async callbacks to emulate synchronous programming # gem ‘em-synchrony’

# Generic interface to multiple Ruby template engines - github.com/rtomayko/tilt # gem ‘tilt’

group :development do

# Development gems
# gem 'ruby-debug19'

end