Skip to content

Commit

Permalink
Drop support for ruby 2.7 from verify pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: muthuja <[email protected]>

revert the nori change

Signed-off-by: muthuja <[email protected]>

drop support for ruby 2.7 from verify pipeline

Signed-off-by: muthuja <[email protected]>
  • Loading branch information
muthuja committed Jun 4, 2024
1 parent 0c758a0 commit 438fdbc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
10 changes: 0 additions & 10 deletions .expeditor/verify.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,6 @@ expeditor:

steps:

- label: run-lint-and-specs-ruby-2.7
command:
- .expeditor/buildkite/verify.sh
expeditor:
cached_folders:
- vendor
executor:
docker:
image: ruby:2.7-buster

- label: run-lint-and-specs-ruby-3.0
command:
- .expeditor/buildkite/verify.sh
Expand Down
1 change: 0 additions & 1 deletion license_scout.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ Gem::Specification.new do |spec|
spec.add_dependency "ffi-yajl", "~> 2.2"
spec.add_dependency "mixlib-shellout", ">= 2.2", "< 4.0"
spec.add_dependency "toml-rb", ">= 1", "< 3"
spec.add_dependency "nori", "< 2.7.0"

spec.add_development_dependency "rake", ">= 10.0", "< 14"
spec.add_development_dependency "rspec"
Expand Down

0 comments on commit 438fdbc

Please sign in to comment.