Skip to content

Commit

Permalink
Drop Ruby 2.5/2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Sep 15, 2023
1 parent b89f021 commit 8427c12
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ jobs:
strategy:
matrix:
include:
- ruby: "2.5"
- ruby: "2.6"
- ruby: "2.7"
- ruby: "3.0"
- ruby: "3.1"
Expand Down
2 changes: 1 addition & 1 deletion metadata-json-lint.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |s|
s.homepage = 'https://github.com/voxpupuli/metadata-json-lint'
s.license = 'Apache-2.0'

s.required_ruby_version = '>= 2.5.0'
s.required_ruby_version = '>= 2.7.0'

s.add_runtime_dependency 'json-schema', '>= 2.8', '< 5.0'
s.add_runtime_dependency 'semantic_puppet', '~> 1.0'
Expand Down

0 comments on commit 8427c12

Please sign in to comment.