diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d62c6683..bd9e6d3c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: - name: Set up Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: 3.4.8 + ruby-version: 3.4.9 bundler-cache: true - name: Run migrations diff --git a/.ruby-version b/.ruby-version index 7921bd0c..7bcbb380 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.4.8 +3.4.9 diff --git a/Dockerfile b/Dockerfile index 70ace923..b6d1fa04 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ # It also improves build times by caching the base stage. # Base stage -FROM ruby:3.4.8-alpine AS base +FROM ruby:3.4.9-alpine AS base RUN apk add build-base curl git yaml-dev libc-utils libpq-dev nodejs tzdata && rm -rf /var/cache/apk/* # Set locale and timezone @@ -52,7 +52,7 @@ COPY . $INSTALL_PATH RUN bundle exec rake AWS_ACCESS_KEY_ID=dummy AWS_SECRET_ACCESS_KEY=dummy AWS_S3_REGION=dummy AWS_S3_BUCKET=dummy SECRET_KEY_BASE=dummy DATABASE_URL=postgresql:does_not_exist --quiet assets:precompile # Runtime stage -FROM ruby:3.4.8-alpine +FROM ruby:3.4.9-alpine ENV INSTALL_PATH /srv/dss RUN mkdir -p $INSTALL_PATH diff --git a/Gemfile b/Gemfile index 6a9d1286..7a0f5efa 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby '3.4.8' +ruby '3.4.9' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem 'rails', '~> 8.1', '>= 8.1.2.1' diff --git a/Gemfile.lock b/Gemfile.lock index 939c4a24..e8507200 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -582,7 +582,7 @@ DEPENDENCIES webmock (~> 3.17.0) RUBY VERSION - ruby 3.4.8p72 + ruby 3.4.9p82 BUNDLED WITH 2.6.9