Skip to content

Commit

Permalink
Merge pull request #145 from fhir-crucible/bump-models
Browse files Browse the repository at this point in the history
Bump models for performance patch releases.
  • Loading branch information
arscan authored Sep 23, 2021
2 parents 42c675d + 594004e commit f1f0ed8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions fhir_client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ Gem::Specification.new do |spec|

spec.add_dependency 'activesupport', '>= 3'
spec.add_dependency 'addressable', '>= 2.3'
spec.add_dependency 'fhir_models', '>= 4.2.0'
spec.add_dependency 'fhir_stu3_models', '>= 3.1.0'
spec.add_dependency 'fhir_dstu2_models', '>= 1.1.0'
spec.add_dependency 'fhir_models', '>= 4.2.1'
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'
spec.add_dependency 'oauth2', '~> 1.1'
spec.add_dependency 'rack', '>= 1.5'
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 = '5.0.1'.freeze
VERSION = '5.0.2'.freeze
end
end

0 comments on commit f1f0ed8

Please sign in to comment.