10 lines
325 B
Ruby
10 lines
325 B
Ruby
source "https://rubygems.org"
|
|
|
|
#gem 'rb-fsevent', :group => :development
|
|
gem 'rb-inotify', :group => :development
|
|
gem 'berkshelf'
|
|
gem 'thor-foodcritic'
|
|
gem 'tailor'
|
|
gem 'test-kitchen', :git => 'git://github.com/opscode/test-kitchen.git', :branch => '1.0', :group => :integration
|
|
gem 'kitchen-vagrant', :group => :integration
|