Upgrade Rails to 7.1, update dependencies, require Ruby 3.x #160

Merged
raucao merged 36 commits from chore/update_dependencies into master 2024-02-27 18:56:59 +00:00
Showing only changes of commit 420442c1c0 - Show all commits

View File

@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM ruby:2.7.6
FROM ruby:3.3.0
SHELL ["/bin/bash", "-o", "pipefail", "-c"]