Skip to content

Commit

Permalink
Merge pull request #44 from mjankowski/more-ruby-version-stuff
Browse files Browse the repository at this point in the history
Restore 3.0 to CI, bump gemspec
  • Loading branch information
searls authored Jun 17, 2024
2 parents 82edcd4 + c8a3962 commit 0b481e8
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-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
spec.summary = "A Standard plugin that adds Rails-specific rules to Standard"
spec.homepage = "https://github.com/testdouble/standard-rails"
spec.license = "MIT"
spec.required_ruby_version = ">= 2.7.0"
spec.required_ruby_version = ">= 3.0.0"

spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = spec.homepage
Expand Down

0 comments on commit 0b481e8

Please sign in to comment.