Remove rake and strainer from Gemfile

Change-Id: Id2c35cdb811d87964a4e2f9d1a8a05146b045309
Partial-Bug: #1411473
This commit is contained in:
Chen Zhiwei 2015-01-16 12:52:30 +08:00
parent e7a62853a3
commit cd71d1324a
1 changed files with 0 additions and 2 deletions

View File

@ -7,7 +7,5 @@ gem 'hashie', '~> 2.0'
gem 'chefspec', '~> 4.0.0'
gem 'rspec', '~> 3.0.0'
gem 'foodcritic', '~> 4.0'
gem 'strainer'
gem 'rubocop', '~> 0.18.1'
gem 'rake', '~> 10.0'
gem 'chef-vault', '~> 2.3'