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 - name: Setup Ruby
uses: ruby/setup-ruby@v1 uses: ruby/setup-ruby@v1
with: with:
ruby-version: 3.2.2 ruby-version: 3.2.3
bundler-cache: true bundler-cache: true
- name: Install dependencies - 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 APP_PATH /var/app
ENV BUNDLE_VERSION 2.3.3 ENV BUNDLE_VERSION 2.3.3

View file

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

View file

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