forked from brewbit/brewbit-provision
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
16 lines (11 loc) · 674 Bytes
/
Gemfile
File metadata and controls
16 lines (11 loc) · 674 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
source 'https://rubygems.org'
#ruby=2.1.0
#ruby-gemset=brewbit-spree
# A systems integration framework, built to bring the benefits of configuration management to your entire infrastructure. http://www.getchef.com/chef/
gem 'chef', '~> 11.10.0', group: :development
# knife-solo adds a handful of Knife commands that aim to make working with chef-solo as powerful as chef-server.
gem 'knife-solo', group: :development
# A knife plugin to make working with data bags easier in a chef solo environment.
gem 'knife-solo_data_bag', group: :development
# Librarian-Chef is a bundler for your Chef-based infrastructure repositories.
gem 'librarian-chef', group: :development