Skip to content

Instantly share code, notes, and snippets.

@martincik
Created August 16, 2010 14:15
Show Gist options
  • Save martincik/527007 to your computer and use it in GitHub Desktop.
Save martincik/527007 to your computer and use it in GitHub Desktop.
source "http://rubygems.org"
gem "rake"
gem "eventmachine"
gem "haml"
gem "sinatra", "0.9.4"
gem "rack"
gem "thin"
gem "rerun"
gem "json"
gem "open_gem"
group :test do
gem 'ruby-debug'
gem "compass"
gem "nokogiri"
gem "rack-test"
gem "cucumber"
gem "rcov"
gem "rspec"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment