Skip to content

Commit

Permalink
use official core release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jammjammjamm committed Dec 2, 2024
1 parent 2b52ea1 commit df5005a
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 39 deletions.
4 changes: 0 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ source 'https://rubygems.org'

gemspec

gem 'inferno_core',
git: 'https://github.com/inferno-framework/inferno-core.git',
branch: 'fi-3475-unit-testing-improvements'

group :development, :test do
gem 'debug'
gem 'rubocop', '~> 1.56'
Expand Down
62 changes: 28 additions & 34 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,40 +1,8 @@
GIT
remote: https://github.com/inferno-framework/inferno-core.git
revision: cac216ad45293f8459ac0edfc9bc32ed081fe44b
branch: fi-3475-unit-testing-improvements
specs:
inferno_core (0.5.0)
activesupport (~> 6.1.7.5)
base62-rb (= 0.3.1)
blueprinter (= 0.25.2)
dotenv (~> 2.7)
dry-configurable (= 1.0.0)
dry-container (= 0.10.0)
dry-core (= 1.0.0)
dry-inflector (= 1.0.0)
dry-system (= 1.0.0)
faraday (~> 1.2)
faraday_middleware (~> 1.2)
fhir_client (>= 5.0.3)
fhir_models (>= 4.2.2)
hanami-controller (= 2.0.0)
hanami-router (= 2.0.0)
oj (= 3.11.0)
pastel (~> 0.8.0)
pry
pry-byebug
puma (~> 5.6.7)
rake (~> 13.0)
sequel (~> 5.42.0)
sidekiq (~> 7.2.4)
sqlite3 (~> 1.4)
thor (~> 1.2.1)
tty-markdown (~> 0.7.1)

PATH
remote: .
specs:
subscriptions_test_kit (0.9.3)
inferno_core (~> 0.5.1)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -165,6 +133,33 @@ GEM
domain_name (~> 0.5)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
inferno_core (0.5.1)
activesupport (~> 6.1.7.5)
base62-rb (= 0.3.1)
blueprinter (= 0.25.2)
dotenv (~> 2.7)
dry-configurable (= 1.0.0)
dry-container (= 0.10.0)
dry-core (= 1.0.0)
dry-inflector (= 1.0.0)
dry-system (= 1.0.0)
faraday (~> 1.2)
faraday_middleware (~> 1.2)
fhir_client (>= 5.0.3)
fhir_models (>= 4.2.2)
hanami-controller (= 2.0.0)
hanami-router (= 2.0.0)
oj (= 3.11.0)
pastel (~> 0.8.0)
pry
pry-byebug
puma (~> 5.6.7)
rake (~> 13.0)
sequel (~> 5.42.0)
sidekiq (~> 7.2.4)
sqlite3 (~> 1.4)
thor (~> 1.2.1)
tty-markdown (~> 0.7.1)
io-console (0.7.2)
irb (1.13.1)
rdoc (>= 4.0.0)
Expand Down Expand Up @@ -341,7 +336,6 @@ DEPENDENCIES
database_cleaner-sequel (~> 1.8)
debug
factory_bot (~> 6.1)
inferno_core!
rack-test
roo (~> 2.10.1)
rspec (~> 3.10)
Expand Down
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.5.0'
spec.add_dependency 'inferno_core', '~> 0.5.1'
spec.required_ruby_version = Gem::Requirement.new('>= 3.1.2')
spec.metadata['homepage_uri'] = spec.homepage
spec.metadata['source_code_uri'] = spec.homepage
Expand Down

0 comments on commit df5005a

Please sign in to comment.