Gemfile: always install Puma

This commit is contained in:
Georg Gadinger 2020-05-17 15:15:23 +02:00
parent 224fdfaaaa
commit bbcb8092fc
1 changed files with 2 additions and 1 deletions

View File

@ -86,9 +86,10 @@ group :production do
gem 'unicorn', group: :production
end
gem 'puma'
group :development, :test do
gem 'rake'
gem 'puma'
gem 'rspec-rails', '~> 3.9'
gem 'rspec-its', '~> 1.3'
gem "rspec-sidekiq", "~> 3.0", require: false