Skip to content

Instantly share code, notes, and snippets.

@tarynsauer
Created December 27, 2013 04:23
Show Gist options
  • Save tarynsauer/8142554 to your computer and use it in GitHub Desktop.
Save tarynsauer/8142554 to your computer and use it in GitHub Desktop.
source 'https://rubygems.org'
ruby '1.9.3'
gem "sinatra"
gem "thin"
gem 'shotgun'
gem "ruby_ttt", "~> 0.3.1"
gem "cucumber"
gem "capybara"
gem "rspec"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment