From 52b500e482180b20bb988c09c07c39a492512c31 Mon Sep 17 00:00:00 2001 From: Fire Demon Date: Fri, 31 Jul 2020 21:39:29 -0500 Subject: [Feature, Database] Add migrations and models for queued boosts, delayed publishing, and self-destructing posts --- Gemfile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 4b74a1f73..a72bf5453 100644 --- a/Gemfile +++ b/Gemfile @@ -163,3 +163,5 @@ gem 'concurrent-ruby', require: false gem 'connection_pool', require: false gem "reek", "~> 6.0", :group => :development + +gem "w3c_validators", "~> 1.3" -- cgit