From f3d5a23c3ef82016e90a02bbc64778c8f03436df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Feb 2020 03:42:15 +0000 Subject: [PATCH] Bump puma from 3.12.1 to 3.12.3 in /ruby-parser Bumps [puma](https://github.com/puma/puma) from 3.12.1 to 3.12.3. - [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.3) Signed-off-by: dependabot[bot] --- ruby-parser/Gemfile | 2 +- ruby-parser/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ruby-parser/Gemfile b/ruby-parser/Gemfile index 7510d0b..8f73308 100644 --- a/ruby-parser/Gemfile +++ b/ruby-parser/Gemfile @@ -5,7 +5,7 @@ ruby '2.4.4' gem 'rails', '~> 5.2.3' gem 'mysql2', '>= 0.4.4', '< 0.6.0' -gem 'puma', '~> 3.11' +gem 'puma', '~> 3.12' gem 'bootsnap', '>= 1.1.0', require: false group :development, :test do diff --git a/ruby-parser/Gemfile.lock b/ruby-parser/Gemfile.lock index 0c648f1..c194397 100644 --- a/ruby-parser/Gemfile.lock +++ b/ruby-parser/Gemfile.lock @@ -86,7 +86,7 @@ GEM nio4r (2.4.0) nokogiri (1.10.3) mini_portile2 (~> 2.4.0) - puma (3.12.1) + puma (3.12.3) rack (2.0.7) rack-test (1.1.0) rack (>= 1.0, < 3) @@ -169,7 +169,7 @@ DEPENDENCIES faker listen (>= 3.0.5, < 3.2) mysql2 (>= 0.4.4, < 0.6.0) - puma (~> 3.11) + puma (~> 3.12) rails (~> 5.2.3) rspec-rails (~> 3.5) shoulda-matchers (~> 3.1)