Skip to content

Commit

Permalink
FI-3525 release 7.0.2 (#597)
Browse files Browse the repository at this point in the history
* Release 7.0.2

* update to inferno_core 0.5.2

* update ChangeLog

* fix Chang Log

---------

Co-authored-by: Yunwei Wang <>
  • Loading branch information
yunwwang authored Dec 10, 2024
1 parent cacd816 commit 9f77482
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 23 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 7.0.2
* Updated validator to v1.0.59
* Updated inferno_core to v0.5.1
* Sorted SMART scopes in preset configuration alphabetically
* Fixed some typos for the granular scopes tests

# 7.0.1
* Fix a bug which caused a system error when the `Reference.reference` element is not populated in certain resources (#589)
* Update Validation Message filter for US Core v6.1.0 to catch validation error for effectivePeriod.start element in
Expand Down
42 changes: 21 additions & 21 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
onc_certification_g10_test_kit (7.0.1)
onc_certification_g10_test_kit (7.0.2)
bloomer (~> 1.0.0)
colorize (~> 0.8.1)
inferno_core (~> 0.5.0)
Expand All @@ -11,12 +11,12 @@ PATH
rubyzip (~> 2.3.2)
smart_app_launch_test_kit (= 0.4.6)
tls_test_kit (= 0.2.3)
us_core_test_kit (= 0.9.2)
us_core_test_kit (= 0.9.3)

GEM
remote: https://rubygems.org/
specs:
activesupport (6.1.7.8)
activesupport (6.1.7.10)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
Expand All @@ -40,7 +40,7 @@ GEM
byebug (11.1.3)
coderay (1.1.3)
colorize (0.8.1)
concurrent-ruby (1.3.3)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
crack (0.4.5)
rexml
Expand Down Expand Up @@ -144,12 +144,12 @@ GEM
hansi (0.2.1)
hashdiff (1.0.1)
http-accept (1.7.0)
http-cookie (1.0.7)
http-cookie (1.0.8)
domain_name (~> 0.5)
httpclient (2.8.3)
i18n (1.14.5)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
inferno_core (0.5.0)
inferno_core (0.5.2)
activesupport (~> 6.1.7.5)
base62-rb (= 0.3.1)
blueprinter (= 0.25.2)
Expand Down Expand Up @@ -187,14 +187,14 @@ GEM
httpclient
jwt (2.9.3)
base64
kramdown (2.5.0)
rexml (>= 3.3.6)
kramdown (2.5.1)
rexml (>= 3.3.9)
method_source (1.1.0)
mime-types (3.4.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2024.1105)
mini_portile2 (2.8.7)
minitest (5.24.1)
mime-types-data (3.2024.1203)
mini_portile2 (2.8.8)
minitest (5.25.4)
msgpack (1.7.5)
multi_json (1.15.0)
multi_xml (0.7.1)
Expand All @@ -208,14 +208,14 @@ GEM
ndjson (1.0.0)
netrc (0.11.0)
nio4r (2.7.4)
nokogiri (1.16.6)
nokogiri (1.16.8)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.16.6-arm64-darwin)
nokogiri (1.16.8-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.6-x86_64-darwin)
nokogiri (1.16.8-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.6-x86_64-linux)
nokogiri (1.16.8-x86_64-linux)
racc (~> 1.4)
oauth2 (1.4.11)
faraday (>= 0.17.3, < 3.0)
Expand All @@ -238,7 +238,7 @@ GEM
public_suffix (6.0.1)
puma (5.6.9)
nio4r (~> 2.0)
racc (1.8.0)
racc (1.8.1)
rack (2.2.10)
rainbow (3.1.1)
rake (13.2.1)
Expand All @@ -252,7 +252,7 @@ GEM
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rexml (3.3.7)
rexml (3.3.9)
rouge (4.5.1)
rspec (3.12.0)
rspec-core (~> 3.12.0)
Expand Down Expand Up @@ -323,17 +323,17 @@ GEM
tty-screen (0.8.2)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
unicode-display_width (2.6.0)
unicode_utils (1.4.0)
us_core_test_kit (0.9.2)
us_core_test_kit (0.9.3)
inferno_core (>= 0.5.0)
smart_app_launch_test_kit (>= 0.4.6)
tls_test_kit (~> 0.2.0)
webmock (3.18.1)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
zeitwerk (2.6.16)
zeitwerk (2.6.18)

PLATFORMS
arm64-darwin-21
Expand Down
2 changes: 1 addition & 1 deletion lib/onc_certification_g10_test_kit/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ONCCertificationG10TestKit
VERSION = '7.0.1'.freeze
VERSION = '7.0.2'.freeze
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 @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
# 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_runtime_dependency 'us_core_test_kit', '0.9.3'

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

0 comments on commit 9f77482

Please # to comment.