Skip to content

Commit

Permalink
require at least Ruby 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
beanieboi committed Feb 6, 2025
1 parent eb8086d commit 9056ee8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions prmd.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(/^(test|spec|features)\//)
spec.require_paths = ['lib']

spec.required_ruby_version = ">= 3.2"

spec.add_dependency 'erubis', '~> 2.7'
spec.add_dependency 'json_schema', '~> 0.3', '>= 0.3.1'

Expand Down

0 comments on commit 9056ee8

Please sign in to comment.