Skip to content

Commit

Permalink
change: drop support for ruby 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
danini-the-panini committed Nov 1, 2021
1 parent 60a051f commit 71c3b82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
test:
strategy:
matrix:
ruby: [2.3, 2.4, 2.5, 2.6, 2.7, 3.0, head]
ruby: [2.4, 2.5, 2.6, 2.7, 3.0, head]

runs-on: ubuntu-latest

Expand Down
2 changes: 1 addition & 1 deletion kdl.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{Ruby implementation of the KDL Document Language Spec}
spec.homepage = "https://kdl.dev"
spec.license = "MIT"
spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
spec.required_ruby_version = Gem::Requirement.new(">= 2.4.0")

spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = "https://github.com/danini-the-panini/kdl-rb"
Expand Down

0 comments on commit 71c3b82

Please sign in to comment.