Skip to content
Merged
Show file tree
Hide file tree
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
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 7.2.7
* Update dependency of inferno-core to v1.0.7, us-core-test-kit to v1.1.1

# 7.2.7
* Relax Granular Scope Tests to Allow Pre-filtering of searches
* Allow 401 HTTP status for invalid client_assertion_type
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
PATH
remote: .
specs:
onc_certification_g10_test_kit (7.2.7)
onc_certification_g10_test_kit (7.2.8)
bloomer (~> 1.0.0)
colorize (~> 0.8.1)
inferno_core (~> 1.0, >= 1.0.2)
inferno_core (~> 1.0, >= 1.0.7)
json-jwt (~> 1.15.3)
mime-types (~> 3.4.0)
ndjson (~> 1.0.0)
rubyzip (~> 2.3.2)
smart_app_launch_test_kit (= 1.0.0)
tls_test_kit (= 1.0.0)
us_core_test_kit (= 1.1.0)
us_core_test_kit (= 1.1.1)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -152,7 +152,7 @@ GEM
mutex_m
i18n (1.14.7)
concurrent-ruby (~> 1.0)
inferno_core (1.0.6)
inferno_core (1.0.7)
activesupport (~> 6.1.7.5)
base62-rb (= 0.3.1)
blueprinter (= 0.25.2)
Expand Down Expand Up @@ -344,7 +344,7 @@ GEM
concurrent-ruby (~> 1.0)
unicode-display_width (2.6.0)
unicode_utils (1.4.0)
us_core_test_kit (1.1.0)
us_core_test_kit (1.1.1)
inferno_core (~> 1.0, >= 1.0.2)
smart_app_launch_test_kit (~> 1.0)
tls_test_kit (~> 1.0)
Expand Down
4 changes: 2 additions & 2 deletions lib/onc_certification_g10_test_kit/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module ONCCertificationG10TestKit
VERSION = '7.2.7'.freeze
LAST_UPDATED = '2025-08-27'.freeze # TODO: update next release
VERSION = '7.2.8'.freeze
LAST_UPDATED = '2026-01-13'.freeze # TODO: update next release
end
4 changes: 2 additions & 2 deletions onc_certification_g10_test_kit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
spec.license = 'Apache-2.0'
spec.add_dependency 'bloomer', '~> 1.0.0'
spec.add_dependency 'colorize', '~> 0.8.1'
spec.add_dependency 'inferno_core', '~> 1.0', '>= 1.0.2'
spec.add_dependency 'inferno_core', '~> 1.0', '>= 1.0.7'
spec.add_dependency 'json-jwt', '~> 1.15.3'
spec.add_dependency 'mime-types', '~> 3.4.0'
spec.add_dependency 'ndjson', '~> 1.0.0'
Expand All @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
# conflicts when integrating into platforms (e.g.; inferno.healthit.gov).
spec.add_dependency 'smart_app_launch_test_kit', '1.0.0'
spec.add_dependency 'tls_test_kit', '1.0.0'
spec.add_dependency 'us_core_test_kit', '1.1.0'
spec.add_dependency 'us_core_test_kit', '1.1.1'

spec.required_ruby_version = Gem::Requirement.new('>= 3.3.6')
spec.metadata['inferno_test_kit'] = 'true'
Expand Down