mterwill / office-hours-help-queue

A queue to help manage office hours for large courses
GNU General Public License v3.0
86 stars 21 forks source link

Add gems required for deployment #195

Closed mterwill closed 3 years ago

mterwill commented 3 years ago

Include new gems required for deployment. Was previously failing with:

/usr/local/bundle/gems/net-ssh-5.2.0/lib/net/ssh/authentication/ed25519_loader.rb:21:in `raiseUnlessLoaded': OpenSSH keys only supported if ED25519 is available (NotImplementedError)
net-ssh requires the following gems for ed25519 support:
 * ed25519 (>= 1.2, < 2.0)

See https://github.com/net-ssh/net-ssh/issues/565 for more information.