mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2024-12-22 15:43:14 +01:00
add puma gem
This commit is contained in:
parent
a191f21cb1
commit
8cadcb4214
2 changed files with 3 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -55,6 +55,7 @@ group :development, :test do
|
|||
gem 'pry'
|
||||
gem 'pry-rails'
|
||||
gem 'capybara'
|
||||
gem 'puma'
|
||||
gem 'launchy'
|
||||
end
|
||||
|
||||
|
|
|
@ -157,6 +157,7 @@ GEM
|
|||
pry-rails (0.3.6)
|
||||
pry (>= 0.10.4)
|
||||
public_suffix (3.0.2)
|
||||
puma (3.11.4)
|
||||
rack (2.0.4)
|
||||
rack-test (1.0.0)
|
||||
rack (>= 1.0, < 3)
|
||||
|
@ -295,6 +296,7 @@ DEPENDENCIES
|
|||
omniauth-browserid
|
||||
pry
|
||||
pry-rails
|
||||
puma
|
||||
rails (~> 5.1.5)
|
||||
rails-controller-testing
|
||||
rails-i18n
|
||||
|
|
Loading…
Reference in a new issue