Skip to content

Commit

Permalink
Add temporary gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kbogtob committed Dec 18, 2019
1 parent a3adb45 commit e005069
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
source 'https://rubygems.org'

# Gems here are used to run `rake release`.

group :release do
gem 'emeril'
gem 'rake'
gem 'chef', '~> 12.22'
gem 'foodcritic'
gem 'chefspec'
gem 'cookstyle'
gem 'coveralls'
gem 'test-kitchen'
gem 'json_spec', '~> 1.1.0'
gem 'kitchen-vagrant'
gem 'berkshelf', '~> 6.3'
end

0 comments on commit e005069

Please sign in to comment.