From 9e1977ae7614b7ff00a7ddd176546411990d2c4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2019 03:42:21 +0000 Subject: [PATCH] Bump puma from 3.12.1 to 3.12.2 Bumps [puma](https://github.com/puma/puma) from 3.12.1 to 3.12.2. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](https://github.com/puma/puma/compare/v3.12.1...v3.12.2) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index b6f6d113..bd2eb051 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem "coffee-rails" gem "devise" gem "faker", :git => "https://github.com/stympy/faker.git", :branch => "master" gem "jbuilder", "~> 2.5" -gem "puma", "~> 3.7" +gem "puma", "~> 3.12" gem "rails", "~> 5.1.5" gem "sass-rails", "~> 5.0" gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby] diff --git a/Gemfile.lock b/Gemfile.lock index a9c81679..375e2113 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -228,7 +228,7 @@ GEM pry-rails (0.3.9) pry (>= 0.10.4) public_suffix (3.1.1) - puma (3.12.1) + puma (3.12.2) rack (2.0.7) rack-contrib (2.1.0) rack (~> 2.0) @@ -397,7 +397,7 @@ DEPENDENCIES meta_request pg pry-rails - puma (~> 3.7) + puma (~> 3.12) rails (~> 5.1.5) rails_12factor rspec-html-matchers