Skip to content

Commit

Permalink
Merge pull request #735 from chef/chefstyle
Browse files Browse the repository at this point in the history
Remove version constrain on chefstyle
  • Loading branch information
tas50 committed Nov 28, 2016
2 parents d7cc4dc + e1a6316 commit 6bab3e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omnibus.gemspec
Expand Up @@ -38,7 +38,7 @@ Gem::Specification.new do |gem|
gem.add_development_dependency "bundler"
gem.add_development_dependency "artifactory", "~> 2.0"
gem.add_development_dependency "aruba", "~> 0.5"
gem.add_development_dependency "chefstyle", "~> 0.3"
gem.add_development_dependency "chefstyle"
gem.add_development_dependency "fauxhai", "~> 3.2"
gem.add_development_dependency "rspec", "~> 3.0"
gem.add_development_dependency "rspec-json_expectations"
Expand Down

0 comments on commit 6bab3e2

Please sign in to comment.