Skip to content

Instantly share code, notes, and snippets.

@ashleygwilliams
Created July 4, 2013 19:33
Show Gist options
  • Save ashleygwilliams/5929805 to your computer and use it in GitHub Desktop.
Save ashleygwilliams/5929805 to your computer and use it in GitHub Desktop.
source :rubygems
gem "sinatra"
gem "sqlite3"
gem "activerecord"
gem "sinatra-activerecord"
gem "rake"
group :development do
gem "shotgun"
gem "tux"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment