Skip to content

Instantly share code, notes, and snippets.

@dysinger
Created May 22, 2013 19:53
Show Gist options
  • Select an option

  • Save dysinger/5630388 to your computer and use it in GitHub Desktop.

Select an option

Save dysinger/5630388 to your computer and use it in GitHub Desktop.
# -*- mode: ruby -*-
# vi: set ft=ruby :
# GITHUB
gem 'test-kitchen', github: 'Knewton/test-kitchen'
gem 'veewee', github: 'Knewton/veewee', ref: '4e5d50de4866472bd3e7060157ac573457196760'
# RUBYGEMS
source 'https://rubygems.org'
gem 'berkshelf', '1.4.4'
gem 'foodcritic', '2.1.0'
gem 'kitchen-vagrant', '0.10.0'
gem 'rake', '10.0.4'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment