Skip to content

Commit

Permalink
uncommented gems introduced to support deployement onto AWS linux 202…
Browse files Browse the repository at this point in the history
…3 servers
  • Loading branch information
briri committed Mar 20, 2024
1 parent 60dbbea commit 083c426
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -289,13 +289,13 @@ group :ci, :development do
gem 'capistrano-rails'

# cap errors on ssh if these not installed (ag)
# gem 'ed25519'
# gem 'bcrypt_pbkdf'
gem 'ed25519'
gem 'bcrypt_pbkdf'

# Fixes cap deploy errors on AL2023 (ag)
# gem 'net-smtp'
# gem 'net-imap'
# gem 'net-pop'
gem 'net-smtp'
gem 'net-imap'
gem 'net-pop'

# RuboCop is a Ruby code style checking and code formatting tool. It aims to enforce
# the community-driven Ruby Style Guide.
Expand Down
18 changes: 18 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ GEM
aws-eventstream (~> 1, >= 1.0.2)
base64 (0.2.0)
bcrypt (3.1.20)
bcrypt_pbkdf (1.1.0)
better_errors (2.9.1)
coderay (>= 1.0.0)
erubi (>= 1.0.0)
Expand Down Expand Up @@ -206,6 +207,7 @@ GEM
activerecord (>= 5.a)
database_cleaner-core (~> 2.0.0)
database_cleaner-core (2.0.1)
date (3.3.4)
debug_inspector (1.2.0)
delayed_job (4.1.11)
activesupport (>= 3.0, < 8.0)
Expand Down Expand Up @@ -234,6 +236,7 @@ GEM
fog-aws
ecma-re-validator (0.4.0)
regexp_parser (~> 2.2)
ed25519 (1.3.0)
erubi (1.12.0)
excon (0.110.0)
execjs (2.9.1)
Expand Down Expand Up @@ -375,10 +378,19 @@ GEM
nenv (0.3.0)
net-http (0.4.1)
uri
net-imap (0.4.10)
date
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.2)
timeout
net-scp (4.0.0)
net-ssh (>= 2.6.5, < 8.0.0)
net-sftp (4.0.0)
net-ssh (>= 5.0.0, < 8.0.0)
net-smtp (0.4.0.1)
net-protocol
net-ssh (7.2.1)
nio4r (2.7.0)
no_proxy_fix (0.1.2)
Expand Down Expand Up @@ -603,6 +615,7 @@ GEM
unicode-display_width (>= 1.1.1, < 3)
text (1.3.1)
thor (1.3.1)
timeout (0.4.1)
tomparse (0.4.2)
translation (1.40)
gettext (~> 3.2, >= 3.2.5, <= 3.4.9)
Expand Down Expand Up @@ -672,6 +685,7 @@ DEPENDENCIES
api-pagination
autoprefixer-rails
aws-sdk-s3
bcrypt_pbkdf
better_errors (= 2.9.1)
binding_of_caller
bootsnap
Expand All @@ -693,6 +707,7 @@ DEPENDENCIES
dotenv-rails
dragonfly
dragonfly-s3_data_store
ed25519
factory_bot_rails
faker
flag_shih_tzu
Expand All @@ -710,6 +725,9 @@ DEPENDENCIES
mimemagic
mocha
mysql2 (= 0.5.5)
net-imap
net-pop
net-smtp
omniauth
omniauth-orcid
omniauth-rails_csrf_protection
Expand Down

0 comments on commit 083c426

Please sign in to comment.