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.
2 parents eb8086d + 9056ee8 commit 76e6c98Copy full SHA for 76e6c98
prmd.gemspec
@@ -18,6 +18,8 @@ Gem::Specification.new do |spec|
18
spec.test_files = spec.files.grep(/^(test|spec|features)\//)
19
spec.require_paths = ['lib']
20
21
+ spec.required_ruby_version = ">= 3.2"
22
+
23
spec.add_dependency 'erubis', '~> 2.7'
24
spec.add_dependency 'json_schema', '~> 0.3', '>= 0.3.1'
25
0 commit comments