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

Upgrade Ruby to 3.4.1 and Rails (#2535)


* Upgrade Ruby to 3.4.1 and Rails

* Remove deprecated --path

* Fix

* bundle

* change ruby img

---------

Co-authored-by: Arnaud Levy's avatarArnaud Levy <arnaud.levy@noesya.coop>
Co-authored-by: default avatarArnaud Levy <contact@arnaudlevy.com>
parent 43be7fbc
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: cimg/ruby:3.3.6-node
- image: cimg/ruby:3.4.1-node
environment:
RAILS_ENV: test
RACK_ENV: test
......@@ -48,7 +48,8 @@ jobs:
- run:
name: install dependencies
command: |
bundle install --jobs=4 --retry=3 --path vendor/bundle
bundle config set path 'vendor/bundle'
bundle install --jobs=4 --retry=3
# Install yarn dependencies
- run: bin/yarn install
......
3.3.6
3.4.1
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby "3.3.6"
ruby "3.4.1"
gem "activestorage-scaleway-service"#, path: "../activestorage-scaleway-service"
gem "active_storage_validations", "~> 1"
......
......@@ -247,9 +247,7 @@ GEM
faraday-retry (2.2.1)
faraday (~> 2.0)
fastimage (2.3.1)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86_64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
ffi (1.17.0)
figaro (1.2.0)
thor (>= 0.14.0, < 2)
font-awesome-sass (6.7.2)
......@@ -409,7 +407,6 @@ GEM
net-protocol (0.2.2)
timeout
net-smtp (0.5.0)
net-protocol
nio4r (2.7.4)
nokogiri (1.18.0-arm64-darwin)
racc (~> 1.4)
......@@ -783,7 +780,7 @@ DEPENDENCIES
webmock
RUBY VERSION
ruby 3.3.6p108
ruby 3.4.1p0
BUNDLED WITH
2.5.23
2.6.2
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