Skip to content

Commit

Permalink
Restore 3.0 to CI, bump gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
mjankowski committed Jun 16, 2024
1 parent 5156402 commit e855d20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
matrix:
os: [ubuntu-latest]
ruby-version:
- '3.0'
- '3.1'
- '3.2'
- '3.3'
Expand Down
2 changes: 1 addition & 1 deletion standard.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
spec.version = Standard::VERSION
spec.authors = ["Justin Searls"]
spec.email = ["searls@gmail.com"]
spec.required_ruby_version = ">= 2.6.0"
spec.required_ruby_version = ">= 3.0.0"

spec.summary = "Ruby Style Guide, with linter & automatic code fixer"
spec.homepage = "https://github.com/standardrb/standard"
Expand Down

0 comments on commit e855d20

Please sign in to comment.