diff --git a/CHANGELOG.md b/CHANGELOG.md index 7839fd13..97c00d08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 7.0.3 +* Update validator to v1.0.60 +* Update inferno_core to v0.5.4 +* Fix Reference Server Preset Endpoint Scope +* Prevent systems from passing with US core v7.0.0 and SMART App Launch v1 + # 7.0.2 * Updated validator to v1.0.59 * Updated inferno_core to v0.5.1 diff --git a/Gemfile.lock b/Gemfile.lock index c2a7eaa2..fa063e62 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - onc_certification_g10_test_kit (7.0.2) + onc_certification_g10_test_kit (7.0.3) bloomer (~> 1.0.0) colorize (~> 0.8.1) inferno_core (~> 0.5.0) @@ -30,7 +30,7 @@ GEM base64 (0.2.0) bcp47 (0.3.3) i18n - bigdecimal (3.1.8) + bigdecimal (3.1.9) bindata (2.5.0) bitarray (1.3.1) bloomer (1.0.0) @@ -92,8 +92,8 @@ GEM faraday-em_synchrony (1.0.0) faraday-excon (1.1.0) faraday-httpclient (1.0.1) - faraday-multipart (1.0.4) - multipart-post (~> 2) + faraday-multipart (1.1.0) + multipart-post (~> 2.0) faraday-net_http (1.0.2) faraday-net_http_persistent (1.2.0) faraday-patron (1.0.0) @@ -149,7 +149,7 @@ GEM httpclient (2.8.3) i18n (1.14.6) concurrent-ruby (~> 1.0) - inferno_core (0.5.2) + inferno_core (0.5.4) activesupport (~> 6.1.7.5) base62-rb (= 0.3.1) blueprinter (= 0.25.2) @@ -185,7 +185,7 @@ GEM aes_key_wrap bindata httpclient - jwt (2.9.3) + jwt (2.10.1) base64 kramdown (2.5.1) rexml (>= 3.3.9) @@ -229,7 +229,7 @@ GEM ast (~> 2.4.1) pastel (0.8.0) tty-color (~> 0.5) - pry (0.15.0) + pry (0.15.2) coderay (~> 1.1) method_source (~> 1.0) pry-byebug (3.8.0) @@ -242,7 +242,7 @@ GEM rack (2.2.10) rainbow (3.1.1) rake (13.2.1) - redis-client (0.22.2) + redis-client (0.23.0) connection_pool regexp_parser (2.6.1) reline (0.3.1) @@ -309,7 +309,7 @@ GEM unicode_utils (~> 1.4) strings-ansi (0.2.0) thor (1.2.2) - tilt (2.4.0) + tilt (2.5.0) tls_test_kit (0.2.3) inferno_core (>= 0.4.2) tty-color (0.6.0) diff --git a/lib/onc_certification_g10_test_kit/version.rb b/lib/onc_certification_g10_test_kit/version.rb index e9503a5f..5f9d6203 100644 --- a/lib/onc_certification_g10_test_kit/version.rb +++ b/lib/onc_certification_g10_test_kit/version.rb @@ -1,3 +1,3 @@ module ONCCertificationG10TestKit - VERSION = '7.0.2'.freeze + VERSION = '7.0.3'.freeze end