Skip to content

Commit

Permalink
Merge pull request #357 from interagent/bf/required-ruby-version
Browse files Browse the repository at this point in the history
require at least Ruby 3.2
  • Loading branch information
beanieboi authored Feb 6, 2025
2 parents eb8086d + 9056ee8 commit 76e6c98
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 76e6c98

Please sign in to comment.