Skip to content

Commit 572305b

Browse files
Ruby 3.4.8
1 parent deb31dd commit 572305b

5 files changed

Lines changed: 7 additions & 5 deletions

File tree

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.7
1+
3.4.8

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# For a containerized dev environment, see Dev Containers: https://guides.rubyonrails.org/getting_started_with_devcontainer.html
99

1010
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version
11-
ARG RUBY_VERSION=3.4.7
11+
ARG RUBY_VERSION=3.4.8
1212
FROM docker.io/library/ruby:$RUBY_VERSION-slim AS base
1313

1414
# Rails app lives here

Gemfile.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ GEM
195195
tzinfo
196196
faker (3.6.0)
197197
i18n (>= 1.8.11, < 2)
198+
ffi (1.17.2)
198199
ffi (1.17.2-aarch64-linux-gnu)
199200
ffi (1.17.2-aarch64-linux-musl)
200201
ffi (1.17.2-arm-linux-gnu)
@@ -468,7 +469,7 @@ GEM
468469
concurrent-ruby (~> 1.0)
469470
unicode-display_width (3.2.0)
470471
unicode-emoji (~> 4.1)
471-
unicode-emoji (4.1.0)
472+
unicode-emoji (4.2.0)
472473
uri (1.1.1)
473474
vcr (6.4.0)
474475
web-push (3.1.0)

Gemfile.saas.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@ GEM
292292
logger
293293
faraday-net_http (3.4.2)
294294
net-http (~> 0.5)
295+
ffi (1.17.2)
295296
ffi (1.17.2-aarch64-linux-gnu)
296297
ffi (1.17.2-aarch64-linux-musl)
297298
ffi (1.17.2-arm-linux-gnu)
@@ -640,7 +641,7 @@ GEM
640641
concurrent-ruby (~> 1.0)
641642
unicode-display_width (3.2.0)
642643
unicode-emoji (~> 4.1)
643-
unicode-emoji (4.1.0)
644+
unicode-emoji (4.2.0)
644645
uri (1.1.1)
645646
vcr (6.4.0)
646647
web-push (3.1.0)

saas/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version
2-
ARG RUBY_VERSION=3.4.7
2+
ARG RUBY_VERSION=3.4.8
33
FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim AS base
44

55
# Rails app lives here

0 commit comments

Comments
 (0)