- deprecated Gemfile - Updated TESTING.md and README.md - updated Rakefile to use chef exec insted of bundle exec - replaced Runner with SoloRunner in specs Change-Id: If3e3b54c9dbaa8bb51164bc85fd93ff5fc54ec4d
		
			
				
	
	
		
			16 lines
		
	
	
		
			476 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			476 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
## THIS GEMFILE IS DEPRECATED AND WILL BE REMOVED AFTER THE NEXT RELEASE
 | 
						|
## THERE WON'T BE ANY UPDATES TO THIS FILE DURING THIS RELEASE CYCLE
 | 
						|
## WE SWITCHED TO CHEFDK AS THE BUNDLE FOR THE NEEDED GEMS
 | 
						|
 | 
						|
# encoding: UTF-8
 | 
						|
source 'https://rubygems.org'
 | 
						|
 | 
						|
gem 'chef', '~> 11.18.6'
 | 
						|
gem 'json', '<= 1.7.7' # chef 11 dependency
 | 
						|
gem 'berkshelf', '~> 3.2.1'
 | 
						|
gem 'hashie', '~> 2.0'
 | 
						|
gem 'chefspec', '~> 4.0.0'
 | 
						|
gem 'rspec', '~> 3.0.0'
 | 
						|
gem 'foodcritic', '~> 4.0'
 | 
						|
gem 'rubocop', '~> 0.29.1'
 |