We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
3.1
1 parent c1ae42b commit 0259756Copy full SHA for 0259756
2 files changed
.github/workflows/build.yml
@@ -14,7 +14,6 @@ jobs:
14
strategy:
15
matrix:
16
ruby:
17
- - '3.1'
18
- '3.2'
19
- '3.3'
20
- '3.4'
reactionview.gemspec
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
spec.summary = "An ActionView-compatible ERB engine with modern DX - re-imagined with Herb."
12
spec.description = spec.summary
13
spec.homepage = "https://reactionview.dev"
- spec.required_ruby_version = ">= 3.0.0"
+ spec.required_ruby_version = ">= 3.2.0"
spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = "https://github.com/marcoroth/reactionview"
0 commit comments