Skip to content

Commit

Permalink
Merge pull request #126 from fhir-crucible/update_fhir_models
Browse files Browse the repository at this point in the history
Update fhir_models and version
  • Loading branch information
radamson authored Sep 27, 2019
2 parents c0ed4a9 + 42ca575 commit 59ccd55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fhir_client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|

spec.add_dependency 'activesupport', '>= 3'
spec.add_dependency 'addressable', '>= 2.3'
spec.add_dependency 'fhir_models', '>= 4.0.1'
spec.add_dependency 'fhir_models', '>= 4.0.2'
spec.add_dependency 'fhir_stu3_models', '>= 3.0.1'
spec.add_dependency 'fhir_dstu2_models', '>= 1.0.10'
spec.add_dependency 'nokogiri', '>= 1.10.4'
Expand Down
2 changes: 1 addition & 1 deletion lib/fhir_client/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module FHIR
class Client
VERSION = '4.0.2'
VERSION = '4.0.3'
end
end

0 comments on commit 59ccd55

Please sign in to comment.