Update to Ruby 3.3.0 (#379)

This commit is contained in:
Ryan Williams
2023-12-26 18:39:15 -08:00
committed by GitHub
parent ffc01fc5ba
commit 0d54167c47
6 changed files with 11 additions and 12 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ require:
- rubocop-rspec - rubocop-rspec
AllCops: AllCops:
TargetRubyVersion: 3.2.2 TargetRubyVersion: 3.3.0
TargetRailsVersion: 7.1.0 TargetRailsVersion: 7.1.0
DisabledByDefault: true DisabledByDefault: true
Exclude: Exclude:
+1 -1
View File
@@ -1 +1 @@
3.2.2 3.3.0
+1 -1
View File
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1 # syntax=docker/dockerfile:1
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version and Gemfile # Make sure RUBY_VERSION matches the Ruby version in .ruby-version and Gemfile
ARG RUBY_VERSION=3.2.2 ARG RUBY_VERSION=3.3.0
FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim as base FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim as base
WORKDIR /rails WORKDIR /rails
+1 -1
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.3.0"
# Bundle edge Rails instead: # Bundle edge Rails instead:
# gem "rails", github: "rails/rails", branch: "main" # gem "rails", github: "rails/rails", branch: "main"
+6 -7
View File
@@ -142,6 +142,7 @@ GEM
matrix (0.4.2) matrix (0.4.2)
mini_magick (4.12.0) mini_magick (4.12.0)
mini_mime (1.1.5) mini_mime (1.1.5)
mini_portile2 (2.8.5)
minitest (5.20.0) minitest (5.20.0)
msgpack (1.7.2) msgpack (1.7.2)
mutex_m (0.2.0) mutex_m (0.2.0)
@@ -155,11 +156,8 @@ GEM
net-smtp (0.4.0) net-smtp (0.4.0)
net-protocol net-protocol
nio4r (2.7.0) nio4r (2.7.0)
nokogiri (1.15.5-aarch64-linux) nokogiri (1.15.5)
racc (~> 1.4) mini_portile2 (~> 2.8.2)
nokogiri (1.15.5-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.5-x86_64-linux)
racc (~> 1.4) racc (~> 1.4)
parallel (1.24.0) parallel (1.24.0)
parser (3.2.2.4) parser (3.2.2.4)
@@ -311,6 +309,7 @@ GEM
PLATFORMS PLATFORMS
aarch64-linux aarch64-linux
arm64-darwin-22 arm64-darwin-22
arm64-darwin-23
x86_64-linux x86_64-linux
DEPENDENCIES DEPENDENCIES
@@ -338,7 +337,7 @@ DEPENDENCIES
web-console web-console
RUBY VERSION RUBY VERSION
ruby 3.2.2p53 ruby 3.3.0p0
BUNDLED WITH BUNDLED WITH
2.5.1 2.5.3
+1 -1
View File
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1 # syntax=docker/dockerfile:1
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version and Gemfile # Make sure RUBY_VERSION matches the Ruby version in .ruby-version and Gemfile
ARG RUBY_VERSION=3.2.2 ARG RUBY_VERSION=3.3.0
FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim as base FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim as base
# OS Level Dependencies # OS Level Dependencies