Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 0 additions & 40 deletions .github/workflows/build-main.yml

This file was deleted.

21 changes: 0 additions & 21 deletions .github/workflows/build-manual.yml

This file was deleted.

27 changes: 0 additions & 27 deletions .github/workflows/deploy-production.yml

This file was deleted.

70 changes: 0 additions & 70 deletions .github/workflows/manual-build-dev-db.yml

This file was deleted.

51 changes: 0 additions & 51 deletions .github/workflows/manual-deploy-testing.yml

This file was deleted.

17 changes: 0 additions & 17 deletions .github/workflows/tag-release.yml

This file was deleted.

2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.2
FROM ruby:3.4

RUN apt-get update -yqq && apt-get install -yqq --no-install-recommends \
mariadb-client
Expand Down
16 changes: 0 additions & 16 deletions Dockerfile.prod

This file was deleted.

1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ source "https://rubygems.org"
gemspec

gem "push_metrics", git: "https://github.com/hathitrust/push_metrics.git", branch: "main"
gem "bigdecimal"

group :development, :test do
gem "simplecov"
Expand Down
Loading
Loading