Skip to content

Commit

Permalink
add required ruby version to gem spec
Browse files Browse the repository at this point in the history
  • Loading branch information
360dgries committed Oct 2, 2024
1 parent da15ca9 commit b769378
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fhir_client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

spec.required_ruby_version = '>= 3.0.0'
spec.add_dependency 'activesupport', '>= 3'
spec.add_dependency 'addressable', '>= 2.3'
spec.add_dependency 'fhir_models', '>= 4.4.0'
Expand Down

0 comments on commit b769378

Please sign in to comment.