Include autenticazione, progetti isolati, mail marketing HTML con SMTP, test A/B e editor WYSIWYG. Co-authored-by: Cursor <cursoragent@cursor.com>
8 lines
139 B
Ruby
Executable File
8 lines
139 B
Ruby
Executable File
#!/usr/bin/env ruby
|
|
require "rubygems"
|
|
require "bundler/setup"
|
|
|
|
ARGV.unshift("--ensure-latest")
|
|
|
|
load Gem.bin_path("brakeman", "brakeman")
|