Added postmaster@ and abuse@ to virtuals when you create a domain. Hard coded at the moment.
This commit is contained in:
6
Gemfile
6
Gemfile
@@ -1,10 +1,10 @@
|
||||
source "https://rubygems.org"
|
||||
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
|
||||
|
||||
ruby "3.2.3"
|
||||
ruby "3.3.0"
|
||||
|
||||
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
|
||||
gem "rails", "7.1.3"
|
||||
gem "rails", "7.1.3.2"
|
||||
|
||||
gem 'devise'
|
||||
|
||||
@@ -15,7 +15,7 @@ gem "sprockets-rails"
|
||||
gem "mysql2", "~> 0.5"
|
||||
|
||||
# Use the Puma web server [https://github.com/puma/puma]
|
||||
gem "puma", "~> 5.0"
|
||||
gem "puma", "~> 6.0"
|
||||
|
||||
# Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails]
|
||||
gem "importmap-rails"
|
||||
|
||||
Reference in New Issue
Block a user