nixpkgs-odroid-hc4/pkgs/servers/web-apps/discourse/plugins/discourse-migratepassword/Gemfile
2025-12-20 09:59:59 +11: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'