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 <arnaud.levy@noesya.coop> Co-authored-by:
Arnaud Levy <contact@arnaudlevy.com>
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" | ||
... | ... |
Please register or sign in to comment