Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
update fhir_client (#583)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jammjammjamm authored Aug 17, 2021
1 parent a48188d commit a502b80
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ gem 'ast'
gem 'base62-rb'
gem 'bloomer'
gem 'colorize'
gem 'fhir_client'
gem 'fhir_client', '>= 5.0.1'
gem 'jwt'
gem 'kramdown'
gem 'parser'
Expand Down
46 changes: 32 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -58,34 +58,51 @@ GEM
unf (>= 0.0.5, < 1.0.0)
erubi (1.10.0)
eventmachine (1.2.7)
faraday (0.15.4)
faraday (1.7.0)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
faraday-httpclient (~> 1.0.1)
faraday-net_http (~> 1.0)
faraday-net_http_persistent (~> 1.1)
faraday-patron (~> 1.0)
faraday-rack (~> 1.0)
multipart-post (>= 1.2, < 3)
fhir_client (4.0.3)
ruby2_keywords (>= 0.0.4)
faraday-em_http (1.0.0)
faraday-em_synchrony (1.0.0)
faraday-excon (1.1.0)
faraday-httpclient (1.0.1)
faraday-net_http (1.0.1)
faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0)
faraday-rack (1.0.0)
fhir_client (5.0.1)
activesupport (>= 3)
addressable (>= 2.3)
fhir_dstu2_models (>= 1.0.10)
fhir_models (>= 4.0.2)
fhir_stu3_models (>= 3.0.1)
fhir_dstu2_models (>= 1.1.0)
fhir_models (>= 4.2.0)
fhir_stu3_models (>= 3.1.0)
nokogiri (>= 1.10.4)
oauth2 (~> 1.1)
rack (>= 1.5)
rest-client (~> 2.0)
tilt (>= 1.1)
fhir_dstu2_models (1.0.10)
fhir_dstu2_models (1.1.0)
bcp47 (>= 0.3)
date_time_precision (>= 0.8)
mime-types (>= 3.0)
nokogiri (>= 1.10.4)
fhir_models (4.1.1)
nokogiri (>= 1.11.4)
fhir_models (4.2.0)
bcp47 (>= 0.3)
date_time_precision (>= 0.8)
mime-types (>= 3.0)
nokogiri (>= 1.10.4)
fhir_stu3_models (3.0.1)
nokogiri (>= 1.11.4)
fhir_stu3_models (3.1.0)
bcp47 (>= 0.3)
date_time_precision (>= 0.8)
mime-types (>= 3.0)
nokogiri (>= 1.10.4)
nokogiri (>= 1.11.4)
hashdiff (1.0.0)
http-accept (1.7.0)
http-cookie (1.0.3)
Expand Down Expand Up @@ -115,8 +132,8 @@ GEM
nokogiri (1.11.7)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
oauth2 (1.4.1)
faraday (>= 0.8, < 0.16.0)
oauth2 (1.4.7)
faraday (>= 0.8, < 2.0)
jwt (>= 1.0, < 3.0)
multi_json (~> 1.3)
multi_xml (~> 0.5)
Expand Down Expand Up @@ -166,6 +183,7 @@ GEM
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 1.7)
ruby-progressbar (1.10.1)
ruby2_keywords (0.0.5)
rubyXL (3.4.9)
nokogiri (>= 1.4.4)
rubyzip (>= 1.3.0)
Expand Down Expand Up @@ -227,7 +245,7 @@ DEPENDENCIES
bloomer
colorize
database_cleaner-active_record
fhir_client
fhir_client (>= 5.0.1)
jwt
kramdown
minitest
Expand Down

0 comments on commit a502b80

Please sign in to comment.