From b950b1c63e16bc69c7a7572ef0ca60a5765d6707 Mon Sep 17 00:00:00 2001 From: Pete Matsyburka Date: Fri, 27 Dec 2024 01:00:44 +0200 Subject: [PATCH] ruby 3.4.1 --- .github/workflows/ci.yml | 6 +++--- Dockerfile | 6 +++--- Gemfile | 2 +- Gemfile.lock | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6cc621fc..bcaec28d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: - name: Install Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: 3.3.4 + ruby-version: 3.4.1 - name: Cache gems uses: actions/cache@v1 with: @@ -35,7 +35,7 @@ jobs: - name: Install Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: 3.3.4 + ruby-version: 3.4.1 - name: Cache gems uses: actions/cache@v1 with: @@ -100,7 +100,7 @@ jobs: - name: Install Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: 3.3.4 + ruby-version: 3.4.1 - name: Set up Node uses: actions/setup-node@v1 with: diff --git a/Dockerfile b/Dockerfile index fed21511..cfabc332 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.3.4-alpine as fonts +FROM ruby:3.4.1-alpine as fonts WORKDIR /fonts @@ -6,7 +6,7 @@ RUN apk --no-cache add fontforge wget && wget https://github.com/satbyy/go-noto- RUN fontforge -lang=py -c 'font1 = fontforge.open("FreeSans.ttf"); font2 = fontforge.open("NotoSansSymbols2-Regular.ttf"); font1.mergeFonts(font2); font1.generate("FreeSans.ttf")' -FROM ruby:3.3.4-alpine as webpack +FROM ruby:3.4.1-alpine as webpack ENV RAILS_ENV=production ENV NODE_ENV=production @@ -32,7 +32,7 @@ COPY ./app/views ./app/views RUN echo "gem 'shakapacker'" > Gemfile && ./bin/shakapacker -FROM ruby:3.3.4-alpine as app +FROM ruby:3.4.1-alpine as app ENV RAILS_ENV=production ENV BUNDLE_WITHOUT="development:test" diff --git a/Gemfile b/Gemfile index 4151d8ac..39cf1bea 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' -ruby '3.3.4' +ruby '3.4.1' gem 'arabic-letter-connector', require: 'arabic-letter-connector/logic' gem 'aws-sdk-s3', require: false diff --git a/Gemfile.lock b/Gemfile.lock index f32faeb7..7f37cb0c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -634,7 +634,7 @@ DEPENDENCIES webmock RUBY VERSION - ruby 3.3.4p94 + ruby 3.4.1p0 BUNDLED WITH 2.5.3