Skip to content

Commit

Permalink
bump version of fhir_models
Browse files Browse the repository at this point in the history
  • Loading branch information
360dgries committed Oct 14, 2024
1 parent b769378 commit 070d69b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion fhir_client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = '>= 3.0.0'
spec.add_dependency 'activesupport', '>= 3'
spec.add_dependency 'addressable', '>= 2.3'
spec.add_dependency 'fhir_models', '>= 4.4.0'
spec.add_dependency 'fhir_models', '>= 5.0.0'
spec.add_dependency 'fhir_stu3_models', '>= 3.1.1'
spec.add_dependency 'fhir_dstu2_models', '>= 1.1.1'
spec.add_dependency 'nokogiri', '>= 1.10.4'
Expand Down
1 change: 0 additions & 1 deletion test/unit/multiversion_test.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
require_relative '../test_helper'
require 'pry'
class MultiversionTest < Test::Unit::TestCase

def test_autodetect_stu3
Expand Down

0 comments on commit 070d69b

Please sign in to comment.