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
3 changes: 3 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -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
Expand Down
10 changes: 7 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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/
Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand All @@ -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
Expand Down Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions lib/subscriptions_test_kit/version.rb
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion subscriptions_test_kit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down