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
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# 7.3.0
* Remove versions of US Core and SMART that are below current certification minimums
# 8.0.0
* Upgrade inferno-core
* Remove versions of US Core (3.1.1 and 4.0.0) and SMART (1.0.0) that are below current certification minimums

# 7.2.9
* Update dependency of inferno-core to v1.0.8 (empty Bundle.entry.resource handling)
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
PATH
remote: .
specs:
onc_certification_g10_test_kit (7.3.0)
onc_certification_g10_test_kit (8.0.0)
bloomer (~> 1.0.0)
colorize (~> 0.8.1)
inferno_core (~> 1.0, >= 1.0.8)
inferno_core (~> 1.1)
json-jwt (~> 1.15.3)
mime-types (~> 3.4.0)
ndjson (~> 1.0.0)
Expand Down Expand Up @@ -152,7 +152,7 @@ GEM
mutex_m
i18n (1.14.7)
concurrent-ruby (~> 1.0)
inferno_core (1.0.8)
inferno_core (1.1.0)
activesupport (~> 6.1.7.5)
base62-rb (= 0.3.1)
blueprinter (= 0.25.2)
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.3.0'.freeze
LAST_UPDATED = '2026-03-05'.freeze # TODO: update next release
VERSION = '8.0.0'.freeze
LAST_UPDATED = '2026-03-09'.freeze # TODO: update next release
end
2 changes: 1 addition & 1 deletion 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.8'
spec.add_dependency 'inferno_core', '~> 1.1'
spec.add_dependency 'json-jwt', '~> 1.15.3'
spec.add_dependency 'mime-types', '~> 3.4.0'
spec.add_dependency 'ndjson', '~> 1.0.0'
Expand Down