Skip to content

Commit

Permalink
Puma for dev server, passenger for prod & staging
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkadel committed Sep 15, 2023
1 parent d231413 commit a47d580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ gem 'ddtrace', require: 'ddtrace/auto_instrument'
gem 'dogstatsd-ruby'
gem 'honeybadger'
gem 'pg'
gem 'puma', '~> 5.0'
gem 'railties'

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
Expand All @@ -25,6 +24,7 @@ group :development do
gem 'capistrano-bundler'
gem 'capistrano-passenger'
gem 'ed25519'
gem 'puma', '~> 5.0'
end

group :development, :test do
Expand Down

0 comments on commit a47d580

Please sign in to comment.