Skip to content
This repository has been archived by the owner on Jan 16, 2019. It is now read-only.

Commit

Permalink
update Gemfile and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
phlipper committed Jun 24, 2014
1 parent 0f8cfce commit 113b7f2
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 6 deletions.
20 changes: 20 additions & 0 deletions Gemfile
@@ -0,0 +1,20 @@
source "https://rubygems.org"

chef_version = ENV.fetch("CHEF_VERSION", "11.10")

gem "chef", "~> #{chef_version}"
gem "chefspec", "~> 3.4" if chef_version =~ /^11/

gem "berkshelf", "~> 3.1.3"
gem "foodcritic", "~> 4.0.0"
gem "rake"
gem "rspec", "~> 2.99"
gem "rubocop", "~> 0.23.0"
gem "serverspec", "~> 1.9.0"

group :integration do
gem "busser-serverspec", "~> 0.2.6"
gem "guard-rspec", "~> 4.2.9"
gem "kitchen-vagrant", "~> 0.15.0"
gem "test-kitchen", "~> 1.2.1"
end
6 changes: 0 additions & 6 deletions test/support/Gemfile

This file was deleted.

0 comments on commit 113b7f2

Please sign in to comment.