Commit db11c1fd authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Puma to 2.3.1

parent 1738c17f
...@@ -76,7 +76,7 @@ gem "github-markup", "~> 0.7.4", require: 'github/markup' ...@@ -76,7 +76,7 @@ gem "github-markup", "~> 0.7.4", require: 'github/markup'
gem "asciidoctor" gem "asciidoctor"
# Servers # Servers
gem "puma", '~> 2.3.0' gem "puma", '~> 2.3.1'
# State machine # State machine
gem "state_machine" gem "state_machine"
......
...@@ -306,7 +306,7 @@ GEM ...@@ -306,7 +306,7 @@ GEM
coderay (~> 1.0.5) coderay (~> 1.0.5)
method_source (~> 0.8) method_source (~> 0.8)
slop (~> 3.4) slop (~> 3.4)
puma (2.3.0) puma (2.3.1)
rack (>= 1.1, < 2.0) rack (>= 1.1, < 2.0)
pygments.rb (0.4.2) pygments.rb (0.4.2)
posix-spawn (~> 0.3.6) posix-spawn (~> 0.3.6)
...@@ -576,7 +576,7 @@ DEPENDENCIES ...@@ -576,7 +576,7 @@ DEPENDENCIES
pg pg
poltergeist (~> 1.3.0) poltergeist (~> 1.3.0)
pry pry
puma (~> 2.3.0) puma (~> 2.3.1)
quiet_assets (~> 1.0.1) quiet_assets (~> 1.0.1)
rack-mini-profiler rack-mini-profiler
rails (= 3.2.13) rails (= 3.2.13)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment