Skip to content

Commit

Permalink
Fix ruby-lsp prism compilation issue (#580)
Browse files Browse the repository at this point in the history
  • Loading branch information
krschacht authored Dec 10, 2024
1 parent b393c41 commit de9eafc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ EXPOSE 3000
#### START of DEV ####

# RUBY_VERSION is the only thing used from anything above
FROM ruby:${RUBY_VERSION}-alpine AS development
FROM ruby:${RUBY_VERSION}-alpine@sha256:caeab43b356463e63f87af54a03de1ae4687b36da708e6d37025c557ade450f8 AS development
# TODO: When we bump to a new version of ruby we'll ahve to unpin from this specific sha

RUN apk add --no-cache bash git build-base postgresql-dev curl-dev gcompat tzdata vips-dev imagemagick

Expand Down
6 changes: 6 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,8 @@ GEM
net-smtp (0.5.0)
net-protocol
nio4r (2.7.3)
nokogiri (1.16.7-aarch64-linux)
racc (~> 1.4)
nokogiri (1.16.7-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.7-x86_64-darwin)
Expand Down Expand Up @@ -436,13 +438,16 @@ GEM
railties (>= 6.0.0)
stringio (3.1.1)
sync (0.5.0)
tailwindcss-rails (2.7.2-aarch64-linux)
railties (>= 7.0.0)
tailwindcss-rails (2.7.2-arm64-darwin)
railties (>= 7.0.0)
tailwindcss-rails (2.7.2-x86_64-darwin)
railties (>= 7.0.0)
tailwindcss-rails (2.7.2-x86_64-linux)
railties (>= 7.0.0)
thor (1.3.2)
tiktoken_ruby (0.0.9-aarch64-linux)
tiktoken_ruby (0.0.9-arm64-darwin)
tiktoken_ruby (0.0.9-x86_64-darwin)
tiktoken_ruby (0.0.9-x86_64-linux)
Expand Down Expand Up @@ -481,6 +486,7 @@ GEM
zeitwerk (2.7.1)

PLATFORMS
aarch64-linux-musl
arm64-darwin-23
arm64-darwin-24
x86_64-darwin-22
Expand Down

0 comments on commit de9eafc

Please sign in to comment.