Skip to content

Commit

Permalink
add passsenger
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbeig committed Jun 17, 2024
1 parent fd29146 commit 3d46d3a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ end

group :production do
gem "aws-sdk-s3", require: false
gem "figaro", "~> 1.2"
gem "passenger"
gem "sidekiq"
end

gem "figaro", "~> 1.2"
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -574,6 +574,9 @@ GEM
parallel
parser (3.2.2.1)
ast (~> 2.4.1)
passenger (6.0.22)
rack
rake (>= 0.8.1)
pg (1.4.1)
pg_search (2.3.6)
activerecord (>= 5.2)
Expand Down Expand Up @@ -846,6 +849,7 @@ DEPENDENCIES
net-imap (~> 0.2.3)
net-pop (~> 0.1.1)
net-smtp (~> 0.3.1)
passenger
puma (>= 6.3.1)
sidekiq
spring (~> 2.0)
Expand Down

0 comments on commit 3d46d3a

Please sign in to comment.