From 7990298066c4293d1a30f17a577f05a00b5a97e8 Mon Sep 17 00:00:00 2001 From: Eugene Burmakin Date: Fri, 26 Sep 2025 19:01:21 +0200 Subject: [PATCH] Update ruby version --- .circleci/config.yml | 2 +- .devcontainer/Dockerfile | 2 +- .github/workflows/ci.yml | 2 +- CHANGELOG.md | 1 + app/javascript/maps/theme_styles.js | 2 +- 5 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 13f89c17..448e1708 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,7 +7,7 @@ orbs: jobs: test: docker: - - image: cimg/ruby:3.4.1-browsers + - image: cimg/ruby:3.4.6-browsers environment: RAILS_ENV: test CI: true diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 6569b129..d8c8ec84 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,5 +1,5 @@ # Base-Image for Ruby and Node.js -FROM ruby:3.4.1-alpine +FROM ruby:3.4.6-alpine ENV APP_PATH=/var/app ENV BUNDLE_VERSION=2.5.21 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bd322ea9..b2d25cbd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: '3.4.1' + ruby-version: '3.4.6' bundler-cache: true - name: Set up Node.js diff --git a/CHANGELOG.md b/CHANGELOG.md index 24c3f80f..434ff43e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Onboarding modal window now features a link to the App Store and a QR code to configure the Dawarich iOS app. - A permanent option was removed from stats sharing options. Now, stats can be shared for 1, 12 or 24 hours only. +- Ruby version was updated to 3.4.6. ## Added diff --git a/app/javascript/maps/theme_styles.js b/app/javascript/maps/theme_styles.js index 93820aba..8a068c37 100644 --- a/app/javascript/maps/theme_styles.js +++ b/app/javascript/maps/theme_styles.js @@ -153,4 +153,4 @@ function getThemeColors(userTheme) { hoverColor: '#4b5563' }; } -} \ No newline at end of file +}