nixpkgs/pkgs/servers/web-apps/discourse/plugins/discourse-migratepassword/Gemfile
2021-08-02 15:21:53 -07:00

6 lines
110 B
Ruby

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