diff options
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -18,8 +18,8 @@ group(:omnibus_package) do gem "rb-readline" gem "inspec-core", ">= 4.0.0.a", "< 5" gem "chef-vault" - gem 'ed25519' # ed25519 ssh key support done here as its a native gem we can't put in train - gem 'bcrypt_pbkdf' # ed25519 ssh key support done here as its a native gem we can't put in train + gem "ed25519" # ed25519 ssh key support done here as it's a native gem we can't put in train + gem "bcrypt_pbkdf" # ed25519 ssh key support done here as it's a native gem we can't put in train end group(:omnibus_package, :pry) do |