Skip to content

Commit

Permalink
Remove version constrain on chefstyle
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <tsmith@chef.io>
  • Loading branch information
tas50 committed Nov 28, 2016
1 parent ed8a050 commit e1a6316
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 e1a6316

Please sign in to comment.