Ruby update (3.3.1)

This commit is contained in:
Trevor Vallender 2024-05-26 09:03:14 +01:00
parent 8fe132f2d1
commit d1395c780a
4 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
ruby-3.3.0
ruby-3.3.1

View File

@ -1,7 +1,7 @@
# syntax = docker/dockerfile:1
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version and Gemfile
ARG RUBY_VERSION=3.3.0
ARG RUBY_VERSION=3.3.1
FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim as base
# Rails app lives here

View File

@ -1,6 +1,6 @@
source "https://rubygems.org"
ruby "3.3.0"
ruby file: "./.ruby-version"
gem "rails", "~> 7.1.3", ">= 7.1.3.2"
gem "sprockets-rails"

View File

@ -308,7 +308,7 @@ DEPENDENCIES
web-console
RUBY VERSION
ruby 3.3.0p0
ruby 3.3.1p55
BUNDLED WITH
2.5.3