Skip to content

Commit

Permalink
Drop Ruby 3.1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysonvirissimo committed Dec 26, 2024
1 parent b49d023 commit 78d0b25
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
- macos
- ubuntu
ruby:
- '3.1'
- '3.2'
- '3.3'
allow_failures:
Expand Down
2 changes: 1 addition & 1 deletion medieval_latina.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
spec.description = description
spec.homepage = "https://github.com/jaysonvirissimo/medieval_latina"
spec.license = "MIT"
spec.required_ruby_version = Gem::Requirement.new(">= 3.1.0")
spec.required_ruby_version = Gem::Requirement.new(">= 3.2.0")
spec.metadata["allowed_push_host"] = "https://rubygems.org/"
spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = github_uri
Expand Down

0 comments on commit 78d0b25

Please sign in to comment.