Gemspec updates and Ruby update#178
Conversation
…uses hanami-router 2.0.0 which requires rack ~> 2.0
karlnaden
left a comment
There was a problem hiding this comment.
add instructions for how you tested against inferno-core and test kits.
|
|
||
| gemspec | ||
|
|
||
| gem 'parallel', '1.26.3' |
There was a problem hiding this comment.
what gems needs this - can it go in the test/development group?
There was a problem hiding this comment.
parallel is used by rubocop solely for dev/testing, it isnt used at runtime so yes we can definitely move it into the development & test group
|
Prereqs: You need to have a repo with the changes in this PR forked 1. Point fhir_client gem to your inferno-core fork gem 'fhir_client', git: 'https://github.com/Username/fhir_models', branch: 'master' then install: 'bundle install' *if bundle install doesnt work, your inferno-core gemlock file may have gems locked to a previous resolution, in that case simply run: bundle update fhir_client 2. Run unit tests 3. Start inferno services and server 4. Run all execution scripts |
Summary
No rubocop offenses detected locally after updating specs