From 1738c17f331ca84700e028b653c3c4cb5b1eb7a8 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Sat, 6 Jul 2013 12:13:28 +0300 Subject: [PATCH] Update puma --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index c38cede75..d6037d870 100644 --- a/Gemfile +++ b/Gemfile @@ -76,7 +76,7 @@ gem "github-markup", "~> 0.7.4", require: 'github/markup' gem "asciidoctor" # Servers -gem "puma", '~> 2.1.1' +gem "puma", '~> 2.3.0' # State machine gem "state_machine" diff --git a/Gemfile.lock b/Gemfile.lock index 369be882e..c0cc4cf41 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -306,7 +306,7 @@ GEM coderay (~> 1.0.5) method_source (~> 0.8) slop (~> 3.4) - puma (2.1.1) + puma (2.3.0) rack (>= 1.1, < 2.0) pygments.rb (0.4.2) posix-spawn (~> 0.3.6) @@ -576,7 +576,7 @@ DEPENDENCIES pg poltergeist (~> 1.3.0) pry - puma (~> 2.1.1) + puma (~> 2.3.0) quiet_assets (~> 1.0.1) rack-mini-profiler rails (= 3.2.13) -- 2.11.0