To many puma issues. Moved back to 2.16.
This commit is contained in:
parent
42b5e37c9c
commit
b43854a9aa
2 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
@ -122,7 +122,7 @@ group :development, :test do
|
|||
|
||||
end
|
||||
|
||||
gem 'puma'
|
||||
gem 'puma', '< 3.0'
|
||||
|
||||
# load onw gem's
|
||||
local_gemfile = File.join(File.dirname(__FILE__), 'Gemfile.local')
|
||||
|
|
|
@ -48,7 +48,7 @@ GEM
|
|||
biz (1.3.4)
|
||||
clavius (~> 1.0)
|
||||
tzinfo
|
||||
browser (2.0.1)
|
||||
browser (2.0.2)
|
||||
buftok (0.2.0)
|
||||
builder (3.2.2)
|
||||
childprocess (0.5.9)
|
||||
|
@ -199,7 +199,7 @@ GEM
|
|||
coderay (~> 1.1.0)
|
||||
method_source (~> 0.8.1)
|
||||
slop (~> 3.4)
|
||||
puma (3.0.2)
|
||||
puma (2.16.0)
|
||||
rack (1.6.4)
|
||||
rack-livereload (0.3.16)
|
||||
rack
|
||||
|
@ -352,7 +352,7 @@ DEPENDENCIES
|
|||
omniauth-linkedin
|
||||
omniauth-twitter
|
||||
pre-commit
|
||||
puma
|
||||
puma (< 3.0)
|
||||
rack-livereload
|
||||
rails (= 4.2.5.2)
|
||||
rails-observers
|
||||
|
|
Loading…
Reference in a new issue