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

Commit

Permalink
Merge pull request #339 from fhir-crucible/update-dep
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
arscan authored Jan 29, 2021
2 parents 0e1bf8e + 186998a commit 7391208
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 15 deletions.
25 changes: 11 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -203,15 +203,14 @@ 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)
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)
Expand All @@ -226,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
Expand Down Expand Up @@ -260,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)
Expand All @@ -286,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)
Expand All @@ -313,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)
Expand Down Expand Up @@ -364,7 +365,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)
Expand Down Expand Up @@ -417,6 +417,3 @@ DEPENDENCIES
time_difference
uglifier (>= 1.3.0)
webmock

BUNDLED WITH
1.17.3
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7391208

Please sign in to comment.