Skip to content

Commit

Permalink
Merge pull request #71 from chef/jfm/p12update
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamont Granquist authored Feb 1, 2021
2 parents e41e7d6 + 5475a06 commit 30a7f94
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
8 changes: 0 additions & 8 deletions .expeditor/verify.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,6 @@ steps:
docker:
image: ruby:2.7-buster

- label: run-specs-ruby-2.4
command:
- .expeditor/run_linux_tests.sh rspec
expeditor:
executor:
docker:
image: ruby:2.4-buster

- label: run-specs-ruby-2.5
command:
- .expeditor/run_linux_tests.sh rspec
Expand Down
5 changes: 5 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ gemspec

gem "mixlib-shellout", "< 3.2.3"

if Gem.ruby_version.to_s.start_with?("2.5")
# 16.7.23 required ruby 2.6+
gem "chef-utils", "< 16.7.23" # TODO: remove when we drop ruby 2.5
end

group :docs do
gem "yard"
gem "github-markup"
Expand Down
2 changes: 1 addition & 1 deletion win32-certstore.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
spec.summary = "Ruby library for accessing the certificate stores on Windows."
spec.homepage = "https://github.com/chef/win32-certstore"

spec.required_ruby_version = ">= 2.3"
spec.required_ruby_version = ">= 2.5"

spec.files = Dir["LICENSE", "lib/**/*"]
spec.require_paths = ["lib"]
Expand Down

0 comments on commit 30a7f94

Please sign in to comment.