Skip to content

Commit 69d72cb

Browse files
committed
Limit ruby support
1 parent b52a5dd commit 69d72cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
ruby: ["3.4", "3.3", "3.2"]
13+
ruby: ["4.0", "3.4", "3.3"]
1414
version: ["72", "80", "81", "main"]
1515

1616
runs-on: "ubuntu-latest"

props_template.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
1212
s.description = "PropsTemplate is a direct-to-Oj, JBuilder-like DSL for building JSON. It has support for Russian-Doll caching, layouts, and can be queried by giving the root a key path."
1313
s.files = Dir["MIT-LICENSE", "README.md", "lib/**/*"]
1414

15-
s.required_ruby_version = ">= 2.5"
15+
s.required_ruby_version = ">= 3.3"
1616

1717
s.add_dependency "activesupport", ">= 7.0", "< 9.0"
1818
s.add_dependency "actionview", ">= 7.0", "< 9.0"

0 commit comments

Comments
 (0)