Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

Commit

Permalink
requiring sinatra base
Browse files Browse the repository at this point in the history
  • Loading branch information
kbingman committed Aug 6, 2010
1 parent b5f9b6b commit aff7522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -3,7 +3,7 @@ source "http://rubygems.org"
gem 'rack'
gem 'sinatra'
gem 'thin'
gem 'monk-glue', :git => 'git://github.com/monkrb/glue.git'
gem 'monk-glue' #, :git => 'git://github.com/monkrb/glue.git'
# gem 'activesupport', :require => 'active_support'
gem 'haml'
gem 'maruku'
Expand Down

0 comments on commit aff7522

Please sign in to comment.