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: 1 addition & 2 deletions .env.development
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
FHIR_RESOURCE_VALIDATOR_URL=http://localhost/hl7validatorapi
REDIS_URL=redis://localhost:6379/0
ENABLE_REQUIREMENTS=true
REDIS_URL=redis://localhost:6379/0
3 changes: 1 addition & 2 deletions .env.production
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
REDIS_URL=redis://redis:6379/0
FHIR_RESOURCE_VALIDATOR_URL=http://hl7_validator_service:3500
ENABLE_REQUIREMENTS=true
FHIR_RESOURCE_VALIDATOR_URL=http://hl7_validator_service:3500
3 changes: 3 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 0.12.0
* FI-4182 Remove inferno@groups.mitre.org email from gemspec by @arscan in https://github.com/inferno-framework/subscriptions-test-kit/pull/34

# 0.11.3
* FI-4144: Requirement clean for PAS by @karlnaden in https://github.com/inferno-framework/subscriptions-test-kit/pull/32

Expand Down
34 changes: 19 additions & 15 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.3)
inferno_core (~> 0.6.16)
subscriptions_test_kit (0.12.0)
inferno_core (~> 1.0, >= 1.0.2)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -136,7 +136,7 @@ GEM
domain_name (~> 0.5)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
inferno_core (0.6.16)
inferno_core (1.0.3)
activesupport (~> 6.1.7.5)
base62-rb (= 0.3.1)
blueprinter (= 0.25.2)
Expand All @@ -154,6 +154,8 @@ GEM
fhir_models (>= 4.2.2)
hanami-controller (= 2.0.0)
hanami-router (= 2.0.0)
kramdown (~> 2.5.1)
kramdown-parser-gfm (~> 1.1.0)
mutex_m (~> 0.3.0)
oj (= 3.11.0)
pastel (~> 0.8.0)
Expand All @@ -173,21 +175,23 @@ GEM
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.12.2)
jwt (2.10.1)
jwt (2.10.2)
base64
kramdown (2.5.1)
rexml (>= 3.3.9)
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
language_server-protocol (3.17.0.5)
lint_roller (1.1.0)
logger (1.7.0)
method_source (1.1.0)
mime-types (3.7.0)
logger
mime-types-data (~> 3.2025, >= 3.2025.0507)
mime-types-data (3.2025.0617)
mime-types-data (3.2025.0715)
mini_portile2 (2.8.9)
minitest (5.25.5)
multi_json (1.15.0)
multi_json (1.17.0)
multi_xml (0.7.2)
bigdecimal (~> 3.1)
multipart-post (2.4.1)
Expand All @@ -199,18 +203,18 @@ GEM
mutex_m (0.3.0)
netrc (0.11.0)
nio4r (2.7.4)
nokogiri (1.18.8)
nokogiri (1.18.9)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.18.8-aarch64-linux-gnu)
nokogiri (1.18.9-aarch64-linux-gnu)
racc (~> 1.4)
nokogiri (1.18.8-arm-linux-gnu)
nokogiri (1.18.9-arm-linux-gnu)
racc (~> 1.4)
nokogiri (1.18.8-arm64-darwin)
nokogiri (1.18.9-arm64-darwin)
racc (~> 1.4)
nokogiri (1.18.8-x86_64-darwin)
nokogiri (1.18.9-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.18.8-x86_64-linux-gnu)
nokogiri (1.18.9-x86_64-linux-gnu)
racc (~> 1.4)
oauth2 (1.4.11)
faraday (>= 0.17.3, < 3.0)
Expand Down Expand Up @@ -250,7 +254,7 @@ GEM
rdoc (6.14.1)
erb
psych (>= 4.0.0)
redis-client (0.25.0)
redis-client (0.25.1)
connection_pool
regexp_parser (2.10.0)
reline (0.6.1)
Expand All @@ -264,7 +268,7 @@ GEM
roo (2.10.1)
nokogiri (~> 1)
rubyzip (>= 1.3.0, < 3.0.0)
rouge (4.5.2)
rouge (4.6.0)
rspec (3.13.1)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
Expand Down Expand Up @@ -321,7 +325,7 @@ GEM
unicode_utils (~> 1.4)
strings-ansi (0.2.0)
thor (1.2.2)
tilt (2.6.0)
tilt (2.6.1)
tty-color (0.6.0)
tty-markdown (0.7.2)
kramdown (>= 1.16.2, < 3.0)
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.3'.freeze
LAST_UPDATED = '2025-07-01'.freeze
VERSION = '0.12.0'.freeze
LAST_UPDATED = '2025-07-22'.freeze
end
2 changes: 1 addition & 1 deletion subscriptions_test_kit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,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.16'
spec.add_dependency 'inferno_core', '~> 1.0', '>= 1.0.2'
spec.required_ruby_version = Gem::Requirement.new('>= 3.3.6')
spec.metadata['inferno_test_kit'] = 'true'
spec.metadata['homepage_uri'] = spec.homepage
Expand Down