Update gemlock file

This commit is contained in:
spengreb 2019-09-30 17:55:11 +02:00
parent 652e436e1d
commit 2eaf740299
3 changed files with 7 additions and 1 deletions

View file

@ -29,6 +29,8 @@ gem 'capistrano-rails', '~> 1.2'
gem 'capistrano-passenger', '~> 0.2.0' gem 'capistrano-passenger', '~> 0.2.0'
gem 'capistrano-rbenv' gem 'capistrano-rbenv'
gem 'capistrano-bundler' gem 'capistrano-bundler'
gem 'ed25519'
gem 'bcrypt_pbkdf'
# Use Capistrano for deployment # Use Capistrano for deployment
# gem 'capistrano-rails', group: :development # gem 'capistrano-rails', group: :development

View file

@ -59,6 +59,7 @@ GEM
airbrussh (1.3.4) airbrussh (1.3.4)
sshkit (>= 1.6.1, != 1.7.0) sshkit (>= 1.6.1, != 1.7.0)
bcrypt (3.1.13) bcrypt (3.1.13)
bcrypt_pbkdf (1.0.1)
bootsnap (1.4.5) bootsnap (1.4.5)
msgpack (~> 1.0) msgpack (~> 1.0)
builder (3.2.3) builder (3.2.3)
@ -82,6 +83,7 @@ GEM
crass (1.0.4) crass (1.0.4)
database_cleaner (1.7.0) database_cleaner (1.7.0)
diff-lcs (1.3) diff-lcs (1.3)
ed25519 (1.2.4)
erubi (1.9.0) erubi (1.9.0)
factory_girl (4.9.0) factory_girl (4.9.0)
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
@ -206,6 +208,7 @@ PLATFORMS
DEPENDENCIES DEPENDENCIES
bcrypt (~> 3.1.7) bcrypt (~> 3.1.7)
bcrypt_pbkdf
bootsnap bootsnap
byebug byebug
capistrano (= 3.10.1) capistrano (= 3.10.1)
@ -214,6 +217,7 @@ DEPENDENCIES
capistrano-rails (~> 1.2) capistrano-rails (~> 1.2)
capistrano-rbenv capistrano-rbenv
database_cleaner database_cleaner
ed25519
factory_girl_rails (~> 4.0) factory_girl_rails (~> 4.0)
faker faker
fast_jsonapi fast_jsonapi

View file

@ -2,7 +2,7 @@
lock "3.10.1" lock "3.10.1"
set :application, "vereto-api" 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 # Default branch is :master
# ask :branch, `git rev-parse --abbrev-ref HEAD`.chomp # ask :branch, `git rev-parse --abbrev-ref HEAD`.chomp