Skip to content

Commit

Permalink
retry to fix 1.9.2 and rbx
Browse files Browse the repository at this point in the history
  • Loading branch information
burningTyger committed Feb 26, 2011
1 parent 48c3611 commit c1dcbc9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -43,6 +43,9 @@ If you want to run the application yourself first you need the `bundler` gem.

gem install bundler

If you are on Rubinius make sure that you have the latest bundler version
installed. Versions prior to 1.0.10 won't work.

# then install the application dependencies
bundle install

Expand Down
2 changes: 1 addition & 1 deletion config.ru
@@ -1,4 +1,4 @@
require 'rubygems'
require 'bundler/setup'
require 'app'
require "#{File.dirname(__FILE__)}/app"
run Sinatra::Application

0 comments on commit c1dcbc9

Please sign in to comment.