Skip to content

Commit

Permalink
DEV-1083 bump hfdb to 0.2.2 (#53)
Browse files Browse the repository at this point in the history
* DEV-1083 use hathifiles_database version 0.2.2
* Fix deprecated docker-compose in bash_session.sh script
  • Loading branch information
moseshll authored Jul 2, 2024
1 parent c14a607 commit e13ac01
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions bin/bash_session.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e13ac01

Please sign in to comment.