Skip to content

Instantly share code, notes, and snippets.

@bmizerany
Forked from d--j/Gemfile
Created February 18, 2010 07:54
Show Gist options
  • Save bmizerany/307457 to your computer and use it in GitHub Desktop.
Save bmizerany/307457 to your computer and use it in GitHub Desktop.
require 'sinatra'
# include at least one source and the rails gem
source :gemcutter
gem 'sinatra'
group :development do
# bundler requires these gems in development
gem 'rails-footnotes'
end
group :test do
# bundler requires these gems while running tests
gem 'contest'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment