Skip to content

Commit

Permalink
install missing gems miloserdow/capistrano-deploy#42
Browse files Browse the repository at this point in the history
  • Loading branch information
soemo committed Oct 3, 2022
1 parent 55b97e4 commit 600a23a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ group :development, :test do
gem 'capistrano-rails'
gem 'capistrano-uberspace', git: 'https://github.com/soemo/capistrano-uberspace.git', branch: 'master'
gem 'capistrano-maintenance', require: false
gem 'ed25519', '>= 1.2', '< 2.0'
gem 'bcrypt_pbkdf', '>= 1.0', '< 2.0'
gem 'rspec-rails', '= 3.7.2'
gem 'capybara' # rspec-rails braucht das um in den Views have_selector zu nutzen
gem 'guard-rspec', require: false
Expand Down
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ GEM
babel-source (>= 4.0, < 6)
execjs (~> 2.0)
bcrypt (3.1.16)
bcrypt_pbkdf (1.1.0)
bootsnap (1.7.5)
msgpack (~> 1.0)
builder (3.2.4)
Expand Down Expand Up @@ -121,6 +122,7 @@ GEM
dotenv-rails (2.7.6)
dotenv (= 2.7.6)
railties (>= 3.2)
ed25519 (1.3.0)
em-websocket (0.5.2)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
Expand Down Expand Up @@ -381,6 +383,7 @@ PLATFORMS
DEPENDENCIES
acts_as_paranoid (= 0.6.3)
autoprefixer-rails
bcrypt_pbkdf (>= 1.0, < 2.0)
bootsnap
cancancan (= 2.3.0)
capistrano-maintenance
Expand All @@ -390,6 +393,7 @@ DEPENDENCIES
devise (= 4.7.1)
devise-encryptable
dotenv-rails
ed25519 (>= 1.2, < 2.0)
emojimmy
exception_notification
factory_bot_rails (= 4.8.2)
Expand Down

0 comments on commit 600a23a

Please sign in to comment.