use 3.2.2

This commit is contained in:
Joerg Reichert 2023-04-08 00:35:36 +02:00
parent 168149936c
commit f006eed660
4 changed files with 4 additions and 4 deletions

View file

@ -1 +1 @@
3.0.2 3.2.2

View file

@ -1,4 +1,4 @@
FROM ubuntu:latest FROM ruby:3.2.2
RUN apt-get update && apt-get install -y curl RUN apt-get update && apt-get install -y curl
RUN curl -fsSL https://deb.nodesource.com/setup_lts.x | bash - RUN curl -fsSL https://deb.nodesource.com/setup_lts.x | bash -

View file

@ -1,6 +1,6 @@
source 'https://rubygems.org' source 'https://rubygems.org'
ruby "3.0.2" ruby "3.2.2"
gem 'rails', '~> 7.0.4' gem 'rails', '~> 7.0.4'
gem 'rails-i18n' gem 'rails-i18n'

View file

@ -440,7 +440,7 @@ DEPENDENCIES
validate_url validate_url
RUBY VERSION RUBY VERSION
ruby 3.0.2p107 ruby 3.2.2p53
BUNDLED WITH BUNDLED WITH
2.4.10 2.4.10