Skip to content

Instantly share code, notes, and snippets.

@txag1995
Last active August 29, 2015 14:07
Show Gist options
  • Save txag1995/97e511e0d83f6a0c1752 to your computer and use it in GitHub Desktop.
Save txag1995/97e511e0d83f6a0c1752 to your computer and use it in GitHub Desktop.
source "https://rubygems.org"
gem "berkshelf"
group :test do
gem "chefspec"
gem "foodcritic"
gem "rubocop"
gem "guard"
gem "guard-rspec"
gem "guard-kitchen", ">= 0.0.2"
gem "ruby_gntp"
gem "rb-inotify", :require => false
gem "rb-fsevent", :require => false
gem "rb-fchange", :require => false
end
gem "test-kitchen"
gem "kitchen-vagrant"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment