Skip to content

Commit

Permalink
fixed an accidental commit of docker compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
mdorf committed Sep 7, 2023
1 parent 5ad69e8 commit ca8a3fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
16 changes: 4 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GIT
remote: https://github.com/ncbo/goo.git
revision: 911d71aefe433314d11398445e3856fca503b9c1
revision: 83425ba6c05d051d86c6f5775540727ce4238443
branch: develop
specs:
goo (0.0.2)
Expand All @@ -15,7 +15,7 @@ GIT

GIT
remote: https://github.com/ncbo/ncbo_annotator.git
revision: 3ae6bfb56dc59a670b5bc1a513ff4929f8cf3756
revision: 067104ae94c0e9d058cfbf419364fbf03f34de43
branch: develop
specs:
ncbo_annotator (0.0.1)
Expand All @@ -26,7 +26,7 @@ GIT

GIT
remote: https://github.com/ncbo/ncbo_cron.git
revision: 656b3ac6ae66c5bc60cb9d97d5ed0009b1b703e0
revision: ed14911ccb28375298c63e7ca1b388ed0c638abb
branch: develop
specs:
ncbo_cron (0.0.1)
Expand All @@ -42,7 +42,7 @@ GIT

GIT
remote: https://github.com/ncbo/ncbo_ontology_recommender.git
revision: 818be7ee0d6b21f52a13dc1d6068505e6e17e0c5
revision: e6d4449d8b854f17bb54af6de142bc64bff22ab3
branch: develop
specs:
ncbo_ontology_recommender (0.0.1)
Expand Down Expand Up @@ -164,9 +164,7 @@ GEM
google-cloud-env (1.6.0)
faraday (>= 0.17.3, < 3.0)
google-cloud-errors (1.3.1)
google-protobuf (3.24.3-aarch64-linux)
google-protobuf (3.24.3-x86_64-darwin)
google-protobuf (3.24.3-x86_64-linux)
googleapis-common-protos (1.4.0)
google-protobuf (~> 3.14)
googleapis-common-protos-types (~> 1.2)
Expand All @@ -180,15 +178,9 @@ GEM
multi_json (~> 1.11)
os (>= 0.9, < 2.0)
signet (>= 0.16, < 2.a)
grpc (1.57.0)
google-protobuf (~> 3.23)
googleapis-common-protos-types (~> 1.0)
grpc (1.57.0-x86_64-darwin)
google-protobuf (~> 3.23)
googleapis-common-protos-types (~> 1.0)
grpc (1.57.0-x86_64-linux)
google-protobuf (~> 3.23)
googleapis-common-protos-types (~> 1.0)
haml (5.2.2)
temple (>= 0.8.0)
tilt
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ x-app: &app
# api code
- .:/srv/ontoportal/ontologies_api
# mount directory containing development version of the gems if you need to use 'bundle config local'
- /Users/mdorf/dev/ncbo:/Users/mdorf/dev/ncbo
#- /Users/alexskr/ontoportal:/Users/alexskr/ontoportal
depends_on: &depends_on
solr-ut:
condition: service_healthy
Expand Down

0 comments on commit ca8a3fb

Please sign in to comment.