diff options
-rw-r--r-- | Gemfile | 2 | ||||
-rw-r--r-- | Gemfile.lock | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -23,7 +23,7 @@ gem 'pg', group: :postgres gem 'settingslogic' # Web server -gem "puma", "~> 2.3.2" +gem "puma", "~> 2.7.1" # Haml gem 'haml-rails' diff --git a/Gemfile.lock b/Gemfile.lock index 1606b2f..1a49e4c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -173,7 +173,7 @@ GEM coderay (~> 1.0) method_source (~> 0.8) slop (~> 3.4) - puma (2.3.2) + puma (2.7.1) rack (>= 1.1, < 2.0) quiet_assets (1.0.2) railties (>= 3.1, < 5.0) @@ -329,7 +329,7 @@ DEPENDENCIES poltergeist protected_attributes pry - puma (~> 2.3.2) + puma (~> 2.7.1) quiet_assets rails (= 4.0.2) rake |