Upgrated to rails 7.2.0

This commit is contained in:
David Böhm
2024-08-10 13:12:05 +02:00
parent d018d30485
commit 769423c42b
25 changed files with 362 additions and 155 deletions

8
.rubocop.yml Normal file
View File

@@ -0,0 +1,8 @@
# Omakase Ruby styling for Rails
inherit_gem: { rubocop-rails-omakase: rubocop.yml }
# Overwrite or add rules to create your own house style
#
# # Use `[a, [b, c]]` not `[ a, [ b, c ] ]`
# Layout/SpaceInsideArrayLiteralBrackets:
# Enabled: false