discourseAllPlugins: init discourse-migratepassword

(cherry picked from commit 85d7eb75c968421ea233f4c8a5b05886733c2dec)
This commit is contained in:
Ryan Mulligan
2021-08-17 23:12:33 +02:00
committed by talyz
parent d0064e3868
commit a9358e80fc
5 changed files with 62 additions and 0 deletions
@@ -0,0 +1,6 @@
# frozen_string_literal: true
source "https://rubygems.org"
gem 'bcrypt', '3.1.3'
gem 'unix-crypt', '1.3.0'