Skip to content

Commit

Permalink
Upgrade Ruby to 3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yannis committed Jun 24, 2024
1 parent f4423e2 commit 0bc2b06
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.3.1-alpine
FROM ruby:3.3.2-alpine
LABEL mainainer="[email protected]"
LABEL org.opencontainers.image.source="https://github.com/yannis/kasaharacup"

Expand All @@ -22,7 +22,7 @@ WORKDIR /app

RUN echo 'gem: --no-rdoc --no-ri >> "$HOME/.gemrc"'

ENV PATH ./bin:$PATH
ENV PATH="./bin:$PATH"

COPY Gemfile Gemfile.lock package.json yarn.lock ./

Expand Down
9 changes: 9 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ GEM
railties (>= 5.0.0)
faker (3.4.1)
i18n (>= 1.8.11, < 2)
ffi (1.17.0)
ffi (1.17.0-aarch64-linux-musl)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
Expand All @@ -202,6 +203,9 @@ GEM
formtastic_i18n (0.7.0)
globalid (1.2.1)
activesupport (>= 6.1)
google-protobuf (4.27.1)
bigdecimal
rake (>= 13)
google-protobuf (4.27.1-aarch64-linux)
bigdecimal
rake (>= 13)
Expand Down Expand Up @@ -312,6 +316,7 @@ GEM
method_source (1.1.0)
mini_magick (4.13.1)
mini_mime (1.1.5)
mini_portile2 (2.8.7)
minitest (5.24.0)
msgpack (1.7.2)
multi_xml (0.7.1)
Expand All @@ -327,6 +332,9 @@ GEM
net-smtp (0.5.0)
net-protocol
nio4r (2.7.3)
nokogiri (1.16.6)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.16.6-aarch64-linux)
racc (~> 1.4)
nokogiri (1.16.6-arm64-darwin)
Expand Down Expand Up @@ -603,6 +611,7 @@ PLATFORMS
aarch64-linux-musl
arm64-darwin-21
arm64-darwin-23
ruby
x86_64-linux

DEPENDENCIES
Expand Down

0 comments on commit 0bc2b06

Please sign in to comment.