Skip to content

Commit

Permalink
Merge pull request #123 from fhir-crucible/FI-305-update-dependencies
Browse files Browse the repository at this point in the history
FI-305: Update Dependencies
  • Loading branch information
radamson authored Aug 26, 2019
2 parents aeddc8c + c66e66c commit 6f7751b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions fhir_client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ Gem::Specification.new do |spec|

spec.add_dependency 'activesupport', '>= 3'
spec.add_dependency 'addressable', '>= 2.3'
spec.add_dependency 'fhir_models', '>= 4.0.0'
spec.add_dependency 'fhir_stu3_models', '>= 3.0.0'
spec.add_dependency 'fhir_dstu2_models', '>= 1.0.9'
spec.add_dependency 'nokogiri', '>= 1.8.2'
spec.add_dependency 'fhir_models', '>= 4.0.1'
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'
spec.add_dependency 'oauth2', '~> 1.1'
spec.add_dependency 'rack', '>= 1.5'
spec.add_dependency 'rest-client', '~> 2.0'
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.1'
VERSION = '4.0.2'
end
end

0 comments on commit 6f7751b

Please sign in to comment.