Skip to content

Commit

Permalink
Revert "GemSpec: Update chef-dev dev dependency to version 4.1"
Browse files Browse the repository at this point in the history
This reverts commit 369d86f.
  • Loading branch information
zuazo committed Apr 2, 2015
1 parent abaf568 commit c67324d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion chef-encrypted-attributes.gemspec
Expand Up @@ -42,7 +42,7 @@ Gem::Specification.new do |s|
end

s.add_development_dependency 'rake', '~> 10.0'
s.add_development_dependency 'chef-zero', '~> 4.1'
s.add_development_dependency 'chef-zero', '~> 3.2'
s.add_development_dependency 'rspec-core', '~> 3.1'
s.add_development_dependency 'rspec-expectations', '~> 3.1'
s.add_development_dependency 'rspec-mocks', '~> 3.1'
Expand Down
1 change: 0 additions & 1 deletion spec/spec_helper.rb
Expand Up @@ -28,7 +28,6 @@

require 'chef/encrypted_attributes'
require 'chef/exceptions'
require 'chef/node'

require 'rspec/autorun'
require 'should_not/rspec'
Expand Down

0 comments on commit c67324d

Please sign in to comment.