Update to Rails 7.1 (#8)

Reviewed-on: #8
This commit is contained in:
Andrew Tomaka 2023-10-10 23:01:12 -04:00
parent c9b79ec9ea
commit addf660c80
14 changed files with 208 additions and 126 deletions

View file

@ -5,7 +5,7 @@ require "fileutils"
APP_ROOT = File.expand_path("..", __dir__)
def system!(*args)
system(*args) || abort("\n== Command #{args} failed ==")
system(*args, exception: true)
end
FileUtils.chdir APP_ROOT do