Update ruby version

This commit is contained in:
Eugene Burmakin 2025-09-26 19:01:21 +02:00
parent 7a7f0b09df
commit 7990298066
5 changed files with 5 additions and 4 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -153,4 +153,4 @@ function getThemeColors(userTheme) {
hoverColor: '#4b5563'
};
}
}
}