Skip to content

Commit

Permalink
Merge pull request #912 from chef/dependabot/bundler/chefstyle-eq-0.14.0
Browse files Browse the repository at this point in the history
Update chefstyle requirement from = 0.13.3 to = 0.14.0
  • Loading branch information
tas50 authored Nov 8, 2019
2 parents acdcf27 + b5ef50f commit 9202cfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/omnibus/compressors/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class Compressor::Base < Packager::Base
# @param [Project] project
#
def initialize(project)
@project = project
@project = project

# There can now be multiple packagers per platform
# but windows is the only platform that uses multiple
Expand Down
2 changes: 1 addition & 1 deletion omnibus.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Gem::Specification.new do |gem|

gem.add_development_dependency "artifactory", "~> 3.0"
gem.add_development_dependency "aruba", "~> 0.5"
gem.add_development_dependency "chefstyle", "= 0.13.3"
gem.add_development_dependency "chefstyle", "= 0.14.0"
gem.add_development_dependency "fauxhai", ">= 5.2"
gem.add_development_dependency "rspec", "~> 3.0"
gem.add_development_dependency "rspec-json_expectations"
Expand Down

0 comments on commit 9202cfb

Please sign in to comment.