diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 8105077..428f6c0 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -1,3 +1,6 @@ +# 0.11.3 +* FI-4144: Requirement clean for PAS by @karlnaden in https://github.com/inferno-framework/subscriptions-test-kit/pull/32 + # 0.11.2 * FI-4141: Requirements Conversion by @karlnaden in https://github.com/inferno-framework/subscriptions-test-kit/pull/29 diff --git a/Gemfile.lock b/Gemfile.lock index 76a0dd2..89ad14e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,8 +1,8 @@ PATH remote: . specs: - subscriptions_test_kit (0.11.2) - inferno_core (~> 0.6.14) + subscriptions_test_kit (0.11.3) + inferno_core (~> 0.6.16) GEM remote: https://rubygems.org/ @@ -29,6 +29,7 @@ GEM crack (1.0.0) bigdecimal rexml + csv (3.3.5) database_cleaner (1.99.0) database_cleaner-sequel (1.99.0) database_cleaner (~> 1.99.0) @@ -135,11 +136,12 @@ GEM domain_name (~> 0.5) i18n (1.14.7) concurrent-ruby (~> 1.0) - inferno_core (0.6.14) + inferno_core (0.6.16) activesupport (~> 6.1.7.5) base62-rb (= 0.3.1) blueprinter (= 0.25.2) concurrent-ruby (= 1.3.4) + csv (~> 3.3.5) dotenv (~> 2.7) dry-configurable (= 1.0.0) dry-container (= 0.10.0) @@ -152,6 +154,7 @@ GEM fhir_models (>= 4.2.2) hanami-controller (= 2.0.0) hanami-router (= 2.0.0) + mutex_m (~> 0.3.0) oj (= 3.11.0) pastel (~> 0.8.0) pry @@ -193,6 +196,7 @@ GEM mustermann-contrib (1.1.2) hansi (~> 0.2.0) mustermann (= 1.1.2) + mutex_m (0.3.0) netrc (0.11.0) nio4r (2.7.4) nokogiri (1.18.8) diff --git a/lib/subscriptions_test_kit/version.rb b/lib/subscriptions_test_kit/version.rb index d299f18..c6bbb20 100644 --- a/lib/subscriptions_test_kit/version.rb +++ b/lib/subscriptions_test_kit/version.rb @@ -1,4 +1,4 @@ module SubscriptionsTestKit - VERSION = '0.11.2'.freeze - LAST_UPDATED = '2025-06-20'.freeze + VERSION = '0.11.3'.freeze + LAST_UPDATED = '2025-07-01'.freeze end diff --git a/subscriptions_test_kit.gemspec b/subscriptions_test_kit.gemspec index 91d04bb..6325a63 100644 --- a/subscriptions_test_kit.gemspec +++ b/subscriptions_test_kit.gemspec @@ -9,7 +9,7 @@ Gem::Specification.new do |spec| spec.description = 'Inferno test kit for FHIR R5-style Subscriptions' spec.homepage = 'https://github.com/inferno-framework/subscriptions-test-kit' spec.license = 'Apache-2.0' - spec.add_dependency 'inferno_core', '~> 0.6.14' + spec.add_dependency 'inferno_core', '~> 0.6.16' spec.required_ruby_version = Gem::Requirement.new('>= 3.3.6') spec.metadata['inferno_test_kit'] = 'true' spec.metadata['homepage_uri'] = spec.homepage