Skip to content
Snippets Groups Projects
Unverified Commit 23113566 authored by Sébastien Gaya's avatar Sébastien Gaya Committed by GitHub
Browse files

Merge pull request #1550 from noesya/ruby-3.3.0

Mise à jour vers Ruby 3.3.0
parents 5f7f307f db755e76
No related branches found
No related tags found
No related merge requests found
......@@ -2,13 +2,13 @@ version: 2
jobs:
build:
docker:
- image: cimg/ruby:3.1.4-node
- image: cimg/ruby:3.3.0-node
environment:
RAILS_ENV: test
RACK_ENV: test
PGHOST: localhost
PGUSER: osuny
- image: cimg/postgres:14.4
- image: cimg/postgres:14.10
environment:
POSTGRES_PASSWORD: ""
POSTGRES_USER: osuny
......
3.1.4
3.3.0
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby "3.1.4"
ruby "3.3.0"
gem "activestorage-scaleway-service"#, path: "../activestorage-scaleway-service"
gem "active_storage_validations", "~> 1"
......
......@@ -623,6 +623,7 @@ GEM
PLATFORMS
arm64-darwin-21
arm64-darwin-22
arm64-darwin-23
x86_64-darwin-21
x86_64-darwin-22
x86_64-linux
......@@ -711,7 +712,7 @@ DEPENDENCIES
webmock
RUBY VERSION
ruby 3.1.4p223
ruby 3.3.0p0
BUNDLED WITH
2.3.26
2.5.4
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment