Skip to content

Commit 0259756

Browse files
committed
Drop Ruby 3.1 support
1 parent c1ae42b commit 0259756

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
strategy:
1515
matrix:
1616
ruby:
17-
- '3.1'
1817
- '3.2'
1918
- '3.3'
2019
- '3.4'

reactionview.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
1111
spec.summary = "An ActionView-compatible ERB engine with modern DX - re-imagined with Herb."
1212
spec.description = spec.summary
1313
spec.homepage = "https://reactionview.dev"
14-
spec.required_ruby_version = ">= 3.0.0"
14+
spec.required_ruby_version = ">= 3.2.0"
1515

1616
spec.metadata["homepage_uri"] = spec.homepage
1717
spec.metadata["source_code_uri"] = "https://github.com/marcoroth/reactionview"

0 commit comments

Comments
 (0)