Skip to content

Instantly share code, notes, and snippets.

@leoallen85
Created May 29, 2015 16:17
Show Gist options
  • Save leoallen85/530c547ecd42c2139adf to your computer and use it in GitHub Desktop.
Save leoallen85/530c547ecd42c2139adf to your computer and use it in GitHub Desktop.
source "https://rubygems.org"
ruby "2.2.2"
gem "sinatra"
gem "makers_styles", github: "makersacademy/style_guide"
group :development, :test do
gem "rspec"
gem "pry"
gem "capybara"
gem "shotgun"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment