Skip to content

Commit

Permalink
Use PR of zlib to try to reduce memory usage
Browse files Browse the repository at this point in the history
  • Loading branch information
segiddins committed Oct 20, 2023
1 parent eb4b691 commit cecc525
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ RUN \
build-base \
linux-headers \
zlib-dev \
tzdata
tzdata \
git

WORKDIR /app

Expand Down
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ gem "browser", "~> 5.3", ">= 5.3.1"
gem "bcrypt", "~> 3.1", ">= 3.1.18"
gem "maintenance_tasks", "~> 2.1"
gem "strong_migrations", "~> 1.6"
gem "zlib", github: "ruby/zlib", ref: "refs/pull/61/head"

# Admin dashboard
gem "avo", "~> 2.42"
Expand Down
8 changes: 8 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
GIT
remote: https://github.com/ruby/zlib.git
revision: dac893add59e0c48870e21c35494f02dfc7fda57
ref: refs/pull/61/head
specs:
zlib (3.0.0)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -790,6 +797,7 @@ DEPENDENCIES
webauthn (~> 3.0)
webmock (~> 3.18)
xml-simple (~> 1.1)
zlib!

BUNDLED WITH
2.4.20

0 comments on commit cecc525

Please sign in to comment.