Skip to content

Commit

Permalink
Change requierments for ruby version from 3.1.2 to 3.3.6
Browse files Browse the repository at this point in the history
Ref: #249
  • Loading branch information
projkov committed Feb 5, 2025
1 parent 3bdc6a7 commit c7f2075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion au_core_test_kit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'factory_bot', '~> 6.1'
spec.add_development_dependency 'rspec', '~> 3.10'
spec.add_development_dependency 'webmock', '~> 3.11'
spec.required_ruby_version = Gem::Requirement.new('>= 3.1.2')
spec.required_ruby_version = Gem::Requirement.new('>= 3.3.6')
spec.metadata['homepage_uri'] = spec.homepage
spec.metadata['source_code_uri'] = 'https://github.com/hl7au/au-fhir-core-inferno'
spec.files = [
Expand Down

0 comments on commit c7f2075

Please sign in to comment.