Skip to content

Commit

Permalink
Merge pull request #13 from hl7au/update-inferno-core-version
Browse files Browse the repository at this point in the history
Update ruby and inferno_core versions
  • Loading branch information
projkov authored Jan 27, 2025
2 parents 2c04a59 + c59dcfb commit b087ebe
Show file tree
Hide file tree
Showing 6 changed files with 135 additions and 83 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1.2'
ruby-version: '3.3.6'

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.2
3.3.6
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.1.2
FROM ruby:3.3.6

ENV INSTALL_PATH=/opt/inferno/
ENV APP_ENV=production
Expand Down
12 changes: 6 additions & 6 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@

source "https://rubygems.org"

ruby '3.1.2'
ruby '3.3.6'

gem 'inferno_core', '~> 0.4.44'
gem 'inferno_core', '~> 0.6.1'
gem 'pg'

# This loads the test kit suites
# These are published on Ruby Gems, but you can
# also point to git repos, or with some extra
# Docker configuration relative directories

gem 'au_core_test_kit', git: 'https://github.com/hl7au/au-fhir-core-inferno', ref: 'bb8de66a310a6dcb800b71e9da83a2a6221346c3'
gem 'au_ips_inferno', git: 'https://github.com/beda-software/au-ips-inferno', ref: '7ce238858e07a8a46d934d2b46423d757cd53446'
gem 'au_core_test_kit', '~> 0.0.16'
gem 'au_ips_inferno', git: 'https://github.com/beda-software/au-ips-inferno', ref: '507ab792ec0a639d7e28e7389dcc51a4fc135cb0'
gem 'validation_test_kit', git: 'https://github.com/beda-software/validation-test-kit'
gem 'ips_test_kit', git: 'https://github.com/beda-software/ips-test-kit', ref: 'c84ae59395c36422364cdf733b4e24f5b64a5670'
gem 'ipa_test_kit', git: 'https://github.com/inferno-framework/ipa-test-kit'
gem 'ips_test_kit', '~> 0.10.2'
gem 'ipa_test_kit', '~> 0.4.1'

gem 'sidekiq-cron'

Expand Down
Loading

0 comments on commit b087ebe

Please sign in to comment.