Skip to content

Commit

Permalink
Remove ruby 2.7 support
Browse files Browse the repository at this point in the history
It doesn't get official support anymore anyway
  • Loading branch information
svanhesteren committed Jun 10, 2024
1 parent 293402f commit c5ca188
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
strategy:
matrix:
ruby:
- '2.7'
- '3.0'
- '3.1'
- '3.2'
Expand Down
2 changes: 1 addition & 1 deletion gouda.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
spec.email = ["[email protected]", "[email protected]"]
spec.homepage = "https://rubygems.org/gems/gouda"
spec.license = "MIT"
spec.required_ruby_version = Gem::Requirement.new(">= 2.4.0")
spec.required_ruby_version = Gem::Requirement.new(">= 3.0")
spec.require_paths = ["lib"]

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

0 comments on commit c5ca188

Please sign in to comment.