about summary refs log tree commit diff
path: root/nixpkgs/pkgs/servers/web-apps/discourse/plugins/discourse-migratepassword/Gemfile
blob: 59c64586dc17b99bcee43be54c9fa5a1ff673aeb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# frozen_string_literal: true

source "https://rubygems.org"

# gem "rails"
gem 'bcrypt', '3.1.13'
gem 'unix-crypt', '1.3.0'
gem 'ffi', '1.15.5', require: false
gem 'ffi-compiler', '1.0.1', require: false
gem 'argon2', '2.2.0'