Skip to content

Instantly share code, notes, and snippets.

@swobspace
Last active July 13, 2019 12:19
Show Gist options
  • Save swobspace/3f7fb57cd11fcdea39a84d035df2ea6b to your computer and use it in GitHub Desktop.
Save swobspace/3f7fb57cd11fcdea39a84d035df2ea6b to your computer and use it in GitHub Desktop.
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