mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-13 21:33:20 +01:00
Gemfile: always install Puma
This commit is contained in:
parent
224fdfaaaa
commit
bbcb8092fc
1 changed files with 2 additions and 1 deletions
3
Gemfile
3
Gemfile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue