upgrade Ruby to 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" | ||
... | ... |
Please register or sign in to comment