Skip to content

Commit

Permalink
Merge pull request #77 from chef/dependabot/bundler/chefstyle-eq-2.1.0
Browse files Browse the repository at this point in the history
Update chefstyle requirement from = 2.0.9 to = 2.1.0
  • Loading branch information
tas50 authored Oct 15, 2021
2 parents 28e292c + db5ae57 commit 66dc84b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source "http://rubygems.org"
source "https://rubygems.org"

# Specify your gem's dependencies in omnibus-ctl.gemspec
gemspec
2 changes: 1 addition & 1 deletion omnibus-ctl.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |s|

s.required_ruby_version = ">= 2.6"

s.add_development_dependency "chefstyle", "2.0.9"
s.add_development_dependency "chefstyle", "2.1.0"
s.add_development_dependency "rake"
s.add_development_dependency "rspec", "~> 3.2"
s.add_development_dependency "rspec_junit_formatter"
Expand Down

0 comments on commit 66dc84b

Please sign in to comment.