Skip to content

Commit

Permalink
Allow use of puma.io webserver
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Mar 29, 2012
1 parent 48e3d6f commit cb2e72c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ source 'http://rubygems.org'

gemspec

# Puma webserver
gem 'puma'

# Add i18n support.
gem 'refinerycms-i18n', '~> 2.1.0.dev', :git => 'git://github.com/parndt/refinerycms-i18n.git'

Expand Down
4 changes: 4 additions & 0 deletions config.ru
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# This file is used by Rack-based servers to start the application.

require ::File.expand_path('../spec/dummy/config/environment', __FILE__)
run Dummy::Application

0 comments on commit cb2e72c

Please sign in to comment.