Skip to content

Instantly share code, notes, and snippets.

@paulczar

paulczar/Gemfile Secret

Created August 22, 2014 23:20
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paulczar/d80d522478a251f8f4c1 to your computer and use it in GitHub Desktop.
Save paulczar/d80d522478a251f8f4c1 to your computer and use it in GitHub Desktop.
source 'https://rubygems.org'
gem 'berkshelf', '>= 3.1.3'
# Uncomment these lines if you want to live on the Edge:
#
# group :development do
# gem "berkshelf", github: "berkshelf/berkshelf"
# gem "vagrant", github: "mitchellh/vagrant", tag: "v1.5.2"
# end
#
# group :plugins do
# gem "vagrant-berkshelf", github: "berkshelf/vagrant-berkshelf"
# gem "vagrant-omnibus", github: "schisamo/vagrant-omnibus"
# end
gem 'chef', '> 11.12'
gem 'rake'
gem 'rubocop', '= 0.23'
gem 'foodcritic', '>= 3.0'
gem 'chefspec', '< 4'
gem 'serverspec', '2.0.0.beta16'
gem 'test-kitchen'
gem 'kitchen-vagrant'
gem 'guard', '>= 2.6'
gem 'guard-rubocop', '>= 1.1'
gem 'guard-foodcritic', '>= 1.0.2'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment