Skip to content
This repository has been archived by the owner on Apr 7, 2018. It is now read-only.

Commit

Permalink
update rubysource, test-kitchen configuration and add emeril support
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Baer committed Sep 10, 2014
1 parent 45cfb09 commit b6c1dab
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
14 changes: 12 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
source :rubygems
# -*- mode: ruby -*-
# vi: set ft=ruby :
source 'https://rubygems.org'

gem 'vagabond'

group :test do
gem 'rake'
gem 'librarian-chef'
gem 'emeril'
gem 'vagabond'
gem 'test-kitchen'
gem 'kitchen-vagrant'
end
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
require 'emeril/rake'

0 comments on commit b6c1dab

Please sign in to comment.