diff --git a/Gemfile.lock b/Gemfile.lock index 54590cc..1c812cd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,10 +7,10 @@ GIT GIT remote: https://github.com/hathitrust/hathifiles_database.git - revision: a7490c64518a63967eef539dd8446eecdf77a94d + revision: 9c33e648ffc171d665bd46999d00e968560b2451 branch: main specs: - hathifiles_database (0.2.1) + hathifiles_database (0.2.2) date_named_file dotenv ettin diff --git a/bin/bash_session.sh b/bin/bash_session.sh index 93d5ec9..d954fbe 100644 --- a/bin/bash_session.sh +++ b/bin/bash_session.sh @@ -1,7 +1,7 @@ #!/bin/bash # Opens up a hathifiles bash session. -docker-compose up -d pushgateway -docker-compose run --rm "hf" bash +docker compose up -d pushgateway +docker compose run --rm "hf" bash # Now do e.g. `bundle exec rspec` or whatever. # Exit to be done with the session. -docker-compose down; yes | docker system prune +docker compose down; yes | docker system prune