Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add language to help avoid overconstraining gemspecs. #596

Merged
merged 1 commit into from
Dec 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions onc_certification_g10_test_kit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,15 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'mime-types', '~> 3.4.0'
spec.add_runtime_dependency 'ndjson', '~> 1.0.0'
spec.add_runtime_dependency 'rubyzip', '~> 2.3.2'

# **Please note**: Version constraints for dependant test kits should only be
# locked to a single version in certification test kits (such as this one).
# All other test kits should use more flexible version constraints to avoid
# conflicts when integrating into platforms (e.g.; inferno.healthit.gov).
spec.add_runtime_dependency 'smart_app_launch_test_kit', '0.4.6'
spec.add_runtime_dependency 'tls_test_kit', '0.2.3'
spec.add_runtime_dependency 'us_core_test_kit', '0.9.2'

spec.add_development_dependency 'database_cleaner-sequel', '~> 1.8'
spec.add_development_dependency 'factory_bot', '~> 6.1'
spec.add_development_dependency 'rspec', '~> 3.10'
Expand Down
Loading