Ryan Mulligan a9358e80fc
discourseAllPlugins: init discourse-migratepassword
(cherry picked from commit 85d7eb75c968421ea233f4c8a5b05886733c2dec)
2021-08-17 23:12:33 +02:00

7 lines
110 B
Ruby

# frozen_string_literal: true
source "https://rubygems.org"
gem 'bcrypt', '3.1.3'
gem 'unix-crypt', '1.3.0'