Last active
July 13, 2019 12:19
-
-
Save swobspace/3f7fb57cd11fcdea39a84d035df2ea6b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source "https://rubygems.org" | |
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } | |
# gem "backup", '~> 5.0.0.beta.2' | |
gem "backup", github: 'swelther/backup', ref: 'ae1c17cbf6b21c8689875d2c1f761d6d148aa6b5' | |
gem "net-ssh", ">= 4.2.0" | |
# neccessary for openssh keys with ed25519 like ecdsa; net-ssh 5.x supports ed25519 out of the box | |
gem "rbnacl", ">= 3.2.0, < 5.0" | |
gem "rbnacl-libsodium" | |
gem "bcrypt_pbkdf" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment