Skip to content

Commit

Permalink
ffi 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
starswan committed Nov 19, 2024
1 parent 371f2e7 commit 70ee31c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Alpine v3.19.
# TODO: Regularly check in the alpine ruby "3.3.5-alpine3.19" images for its latest upgraded packages so we can remove
# the hardcoded versions below when they have been updated in the alpine ruby image.
ARG PROD_PACKAGES="imagemagick libpng libjpeg libxml2 libxslt libpq tzdata shared-mime-info postgresql15 busybox=1.36.1-r19 openssl=3.1.7-r1 expat=2.6.4-r0 libffi-dev vips-dev"
ARG PROD_PACKAGES="imagemagick libpng libjpeg libxml2 libxslt libpq tzdata shared-mime-info postgresql15 busybox=1.36.1-r19 openssl=3.1.7-r1 expat=2.6.4-r0 vips-dev"

FROM ruby:3.3.5-alpine3.19 AS builder

Expand Down
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ gem "devise"
gem "dfe-analytics", github: "DFE-Digital/dfe-analytics", tag: "v1.15.0"
gem "factory_bot_rails"
gem "faker"
gem "ffi", "< 1.17"
gem "friendly_id"
gem "front_matter_parser"
gem "geocoder"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,7 @@ GEM
faraday-net_http (3.3.0)
net-http
fastimage (2.3.1)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
ffi (1.16.3)
friendly_id (5.5.1)
activerecord (>= 4.0.0)
front_matter_parser (1.0.1)
Expand Down Expand Up @@ -805,6 +804,7 @@ DEPENDENCIES
factory_bot_rails
faker
fastimage
ffi (< 1.17)
friendly_id
front_matter_parser
geocoder
Expand Down

0 comments on commit 70ee31c

Please sign in to comment.