From 2eaf740299174611ce660e25b9fd49f6cfdeafc9 Mon Sep 17 00:00:00 2001 From: spengreb Date: Mon, 30 Sep 2019 17:55:11 +0200 Subject: [PATCH] Update gemlock file --- Gemfile | 2 ++ Gemfile.lock | 4 ++++ config/deploy.rb | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 4d142f1..1cf82fa 100644 --- a/Gemfile +++ b/Gemfile @@ -29,6 +29,8 @@ gem 'capistrano-rails', '~> 1.2' gem 'capistrano-passenger', '~> 0.2.0' gem 'capistrano-rbenv' gem 'capistrano-bundler' +gem 'ed25519' +gem 'bcrypt_pbkdf' # Use Capistrano for deployment # gem 'capistrano-rails', group: :development diff --git a/Gemfile.lock b/Gemfile.lock index 2bcff8f..5a9a214 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -59,6 +59,7 @@ GEM airbrussh (1.3.4) sshkit (>= 1.6.1, != 1.7.0) bcrypt (3.1.13) + bcrypt_pbkdf (1.0.1) bootsnap (1.4.5) msgpack (~> 1.0) builder (3.2.3) @@ -82,6 +83,7 @@ GEM crass (1.0.4) database_cleaner (1.7.0) diff-lcs (1.3) + ed25519 (1.2.4) erubi (1.9.0) factory_girl (4.9.0) activesupport (>= 3.0.0) @@ -206,6 +208,7 @@ PLATFORMS DEPENDENCIES bcrypt (~> 3.1.7) + bcrypt_pbkdf bootsnap byebug capistrano (= 3.10.1) @@ -214,6 +217,7 @@ DEPENDENCIES capistrano-rails (~> 1.2) capistrano-rbenv database_cleaner + ed25519 factory_girl_rails (~> 4.0) faker fast_jsonapi diff --git a/config/deploy.rb b/config/deploy.rb index e01704b..6f48401 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -2,7 +2,7 @@ lock "3.10.1" set :application, "vereto-api" -set :repo_url, "git@gogs.vereto.tech:PromoStarr/vereto-api.git" +set :repo_url, "https://gitlab.com/spengreb/vereto-api.git" # Default branch is :master # ask :branch, `git rev-parse --abbrev-ref HEAD`.chomp