Skip to content

Commit

Permalink
Drop ruby 3.1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
svanhesteren committed Dec 20, 2024
1 parent 6a0c6e4 commit 103a6be
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
strategy:
matrix:
ruby:
- '3.1'
- '3.2'
- '3.3'
services:
postgres:
image: postgres
Expand Down
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require: standard

AllCops:
TargetRubyVersion: 3.1
TargetRubyVersion: 3.2

inherit_gem:
standard: config/base.yml
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 = ["sebastian@cheddar.me", "me@julik.nl"]
spec.homepage = "https://github.com/cheddar-me/gouda"
spec.license = "MIT"
spec.required_ruby_version = Gem::Requirement.new(">= 3.1.0")
spec.required_ruby_version = Gem::Requirement.new(">= 3.2.0")
spec.require_paths = ["lib"]

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

0 comments on commit 103a6be

Please sign in to comment.