mirror of
https://github.com/php-fig/www.php-fig.org.git
synced 2026-03-23 22:42:13 +01:00
Update to Ruby 3.3
This is due to the fact that on Upsun/Platform.sh PHP 8.5 comes packaged with that Ruby version
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -1,5 +1,5 @@
|
||||
source "https://rubygems.org"
|
||||
|
||||
ruby '>= 3.1', '< 3.2'
|
||||
ruby '>= 3.3', '< 3.4'
|
||||
|
||||
gem "html-proofer", "~> 5.2"
|
||||
|
||||
@@ -81,7 +81,7 @@ DEPENDENCIES
|
||||
html-proofer (~> 5.2)
|
||||
|
||||
RUBY VERSION
|
||||
ruby 3.1.2p20
|
||||
ruby 3.3.10p183
|
||||
|
||||
BUNDLED WITH
|
||||
2.6.5
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM ruby:3.1.2-slim-bullseye
|
||||
FROM ruby:3.3.10-slim
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y \
|
||||
|
||||
Reference in New Issue
Block a user