Update ruby version to 3.2.3

This commit is contained in:
Eugene Burmakin 2024-03-15 22:17:17 +01:00
parent fe6a2f41e7
commit 0d2dbed2d0
5 changed files with 6 additions and 5 deletions

View file

@ -35,7 +35,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.2
ruby-version: 3.2.3
bundler-cache: true
- name: Install dependencies

View file

@ -1 +1 @@
ruby-3.2.2
ruby-3

View file

@ -1,4 +1,4 @@
FROM ruby:3.2.2-alpine
FROM ruby:3.2.3-alpine
ENV APP_PATH /var/app
ENV BUNDLE_VERSION 2.3.3

View file

@ -3,7 +3,7 @@
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby '3.2.2'
ruby '3.2.3'
gem 'bootsnap', require: false
gem 'devise', '4.9.2'
gem 'pg'

View file

@ -297,6 +297,7 @@ PLATFORMS
aarch64-linux-musl
arm64-darwin-21
arm64-darwin-22
arm64-darwin-23
x86_64-linux
DEPENDENCIES
@ -324,7 +325,7 @@ DEPENDENCIES
tzinfo-data
RUBY VERSION
ruby 3.2.2p53
ruby 3.2.3p157
BUNDLED WITH
2.3.3