Skip to content

Commit

Permalink
Release 5.1.0 (#492)
Browse files Browse the repository at this point in the history
* use rc version

* bump nokogiri

* bump core

* update changelog

* use final version

* regenerate matrix
  • Loading branch information
Jammjammjamm authored Feb 14, 2024
1 parent 4157de7 commit 1db6aa4
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 11 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 5.1.0

* Add Practitioner search tests for US Core 6 (#484).
* Update the FHIR validator (#483).

# 5.0.0

* Remove US Core 5 tests (#478).
Expand Down
21 changes: 11 additions & 10 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 (5.0.0)
onc_certification_g10_test_kit (5.1.0)
bloomer (~> 1.0.0)
colorize (~> 0.8.1)
inferno_core (~> 0.4.20)
Expand Down Expand Up @@ -30,15 +30,15 @@ GEM
bcp47 (0.3.3)
i18n
bindata (2.4.15)
bitarray (1.3.0)
bitarray (1.3.1)
bloomer (1.0.0)
bitarray
msgpack
blueprinter (0.25.2)
byebug (11.1.3)
coderay (1.1.3)
colorize (0.8.1)
concurrent-ruby (1.2.2)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
crack (0.4.5)
rexml
Expand Down Expand Up @@ -159,14 +159,15 @@ GEM
i18n (1.14.1)
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
inferno_core (0.4.27)
inferno_core (0.4.29)
activesupport (~> 6.1.7.5)
base62-rb (= 0.3.1)
blueprinter (= 0.25.2)
dotenv (~> 2.7)
dry-configurable (= 0.13.0)
dry-container (= 0.9.0)
dry-core (= 0.8.1)
dry-inflector (= 0.3)
dry-system (= 0.20.0)
faraday (~> 1.2)
faraday_middleware (~> 1.2)
Expand Down Expand Up @@ -201,7 +202,7 @@ GEM
mime-types-data (~> 3.2015)
mime-types-data (3.2024.0206)
mini_portile2 (2.8.5)
minitest (5.20.0)
minitest (5.22.2)
msgpack (1.7.2)
multi_json (1.15.0)
multi_xml (0.6.0)
Expand All @@ -214,14 +215,14 @@ GEM
ndjson (1.0.0)
netrc (0.11.0)
nio4r (2.7.0)
nokogiri (1.15.5)
nokogiri (1.16.2)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.15.5-arm64-darwin)
nokogiri (1.16.2-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.5-x86_64-darwin)
nokogiri (1.16.2-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.15.5-x86_64-linux)
nokogiri (1.16.2-x86_64-linux)
racc (~> 1.4)
oauth2 (1.4.11)
faraday (>= 0.17.3, < 3.0)
Expand Down Expand Up @@ -337,7 +338,7 @@ GEM
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
zeitwerk (2.6.12)
zeitwerk (2.6.13)

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 = '5.0.0'.freeze
VERSION = '5.1.0'.freeze
end
Binary file modified onc_certification_g10_matrix.xlsx
Binary file not shown.

0 comments on commit 1db6aa4

Please sign in to comment.