Upgrade to rails 7.2.0

This commit is contained in:
2024-08-11 13:22:25 +02:00
parent 5f08154789
commit 8b066d0aed
30 changed files with 401 additions and 182 deletions

7
bin/brakeman Executable file
View File

@@ -0,0 +1,7 @@
#!/usr/bin/env ruby
require "rubygems"
require "bundler/setup"
ARGV.unshift("--ensure-latest")
load Gem.bin_path("brakeman", "brakeman")