Skip to content

Commit

Permalink
Bye old Rubies, welcome Ruby 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pocke committed Nov 4, 2024
1 parent 5a3a130 commit ecfc834
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ['3.0', '3.1', '3.2', head]
ruby: ['3.2', '3.3', head]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion rbs_rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
spec.description = %q{A RBS files generator for Rails application}
spec.homepage = "https://github.com/pocke/rbs_rails"
spec.license = 'Apache-2.0'
spec.required_ruby_version = Gem::Requirement.new(">= 3.0")
spec.required_ruby_version = Gem::Requirement.new(">= 3.2")

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

0 comments on commit ecfc834

Please sign in to comment.