Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 2 additions & 36 deletions Backend/api/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,8 @@ GEM
bcp47 (0.3.3)
i18n
builder (3.2.3)
coderay (1.1.2)
concurrent-ruby (1.1.4)
crack (0.4.3)
safe_yaml (~> 1.0.0)
date_time_precision (0.8.1)
diff-lcs (1.3)
faraday (0.15.4)
multipart-post (>= 1.2, < 3)
faraday_middleware (0.13.1)
Expand All @@ -46,12 +42,10 @@ GEM
date_time_precision (>= 0.8)
mime-types (>= 3.0)
nokogiri (>= 1.8.2)
hashdiff (1.0.0)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
jmespath (1.4.0)
json (2.1.0)
method_source (0.9.2)
mime-types (3.2.2)
mime-types-data (~> 3.2015)
mime-types-data (3.2019.0331)
Expand All @@ -62,36 +56,18 @@ GEM
mustermann (1.0.3)
nokogiri (1.10.4)
mini_portile2 (~> 2.4.0)
pry (0.12.2)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
public_suffix (3.0.3)
rack (2.0.6)
rack-contrib (2.1.0)
rack (~> 2.0)
rack-cors (1.0.3)
rack-cors (1.0.5)
rack (>= 1.6.0)
rack-protection (2.0.5)
rack
rack-test (1.1.0)
rack (>= 1.0, < 3)
rake (12.3.2)
rb-readline (0.5.5)
requirable (0.0.3)
rspec (3.8.0)
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)
rspec-mocks (~> 3.8.0)
rspec-core (3.8.2)
rspec-support (~> 3.8.0)
rspec-expectations (3.8.4)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-mocks (3.8.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-support (3.8.2)
rubysl-base64 (2.0.0)
safe_yaml (1.0.5)
sawyer (0.8.1)
addressable (>= 2.3.5, < 2.6)
faraday (~> 0.8, < 1.0)
Expand All @@ -113,11 +89,6 @@ GEM
tilt (2.0.9)
tzinfo (1.2.5)
thread_safe (~> 0.1)
vcr (5.0.0)
webmock (3.6.2)
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)

PLATFORMS
ruby
Expand All @@ -130,22 +101,17 @@ DEPENDENCIES
faraday_middleware
fhir_models (~> 3.0)
json
pry
rack
rack-contrib
rack-cors
rack-test
rake
rb-readline
requirable
rspec
rubysl-base64
sawyer
sinatra
sinatra-contrib
sinatra-param
vcr
webmock

RUBY VERSION
ruby 2.5.5p157
Expand Down