From 86485243199a217d2196f42d00c39c1042d26467 Mon Sep 17 00:00:00 2001 From: Rob Scanlon Date: Thu, 28 Jan 2021 21:06:28 -0500 Subject: [PATCH 1/4] Update plan_executor. --- Gemfile.lock | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7e0d57f6..5fcbcc96 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,7 +8,7 @@ GIT GIT remote: https://github.com/fhir-crucible/plan_executor.git - revision: 2bd7047e1f35bc701995d512e45f890b81edd5d7 + revision: d3ac531a79a9a963db8d95187fdbd2e14805e6c8 branch: r4 specs: plan_executor (1.8.0) @@ -203,9 +203,8 @@ GEM multi_json (>= 1.2) json (1.8.6) jsonapi-renderer (0.2.0) - jsonpath (1.0.4) + jsonpath (1.1.0) multi_json - to_regexp (~> 0.2.1) jwt (2.2.1) listen (3.1.5) rb-fsevent (~> 0.9, >= 0.9.4) @@ -364,7 +363,6 @@ GEM tilt (1.4.1) time_difference (0.5.0) activesupport - to_regexp (0.2.1) tzinfo (1.2.5) thread_safe (~> 0.1) uglifier (4.1.20) From 32d085a53dcff7b1589b2ac1ac81baea0e54e4a0 Mon Sep 17 00:00:00 2001 From: Rob Scanlon Date: Thu, 28 Jan 2021 21:06:45 -0500 Subject: [PATCH 2/4] Update mongo in docker-compose. --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 54557c32..1cd3eaee 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,7 +5,7 @@ volumes: rails_vendor: services: mongo: - image: mongo:2.6 + image: mongo:3.6 web: build: . command: /crucible/bin/docker-start-web.sh 3000 From c9aeb30d6f9dd8f5a6b0a194c0fa4f4662fe8747 Mon Sep 17 00:00:00 2001 From: Rob Scanlon Date: Thu, 28 Jan 2021 21:25:30 -0500 Subject: [PATCH 3/4] Remove bundled with. --- Gemfile.lock | 3 --- 1 file changed, 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 5fcbcc96..8cebd69f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -415,6 +415,3 @@ DEPENDENCIES time_difference uglifier (>= 1.3.0) webmock - -BUNDLED WITH - 1.17.3 From 186998a1daaed741b4147ff4a921007a048e1337 Mon Sep 17 00:00:00 2001 From: Rob Scanlon Date: Thu, 28 Jan 2021 21:44:24 -0500 Subject: [PATCH 4/4] Update more dependencies --- Gemfile.lock | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 8cebd69f..e61540d4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -114,7 +114,7 @@ GEM connection_pool (2.2.2) crack (0.4.3) safe_yaml (~> 1.0.0) - crass (1.0.4) + crass (1.0.6) daemons (1.3.1) date_time_precision (0.8.1) delayed_job (4.1.5) @@ -210,7 +210,7 @@ GEM rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) ruby_dep (~> 1.2) - loofah (2.2.3) + loofah (2.9.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) lumberjack (1.0.13) @@ -225,7 +225,7 @@ GEM mime-types-data (~> 3.2015) mime-types-data (3.2019.0331) mini_mime (1.0.1) - mini_portile2 (2.4.0) + mini_portile2 (2.5.0) minitest (5.11.3) minitest-reporters (1.3.6) ansi @@ -259,8 +259,9 @@ GEM net-ssh (>= 2.6.5) net-ssh (5.2.0) netrc (0.11.0) - nokogiri (1.10.3) - mini_portile2 (~> 2.4.0) + nokogiri (1.11.1) + mini_portile2 (~> 2.5.0) + racc (~> 1.4) nokogiri-diff (0.2.0) nokogiri (~> 1.5) tdiff (~> 0.3, >= 0.3.2) @@ -285,7 +286,8 @@ GEM byebug (~> 11.0) pry (~> 0.10) public_suffix (3.1.0) - rack (1.6.11) + racc (1.5.2) + rack (1.6.13) rack-test (0.6.3) rack (>= 1.0) rails (4.2.11.1) @@ -312,7 +314,7 @@ GEM activesupport (= 4.2.11.1) rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) - rake (12.3.2) + rake (13.0.3) rb-fsevent (0.10.3) rb-inotify (0.10.0) ffi (~> 1.0)