From 3ec37284ee69dd2b609ce201bc8e73bf807eab95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2020 17:02:47 +0000 Subject: [PATCH] Bump puma from 4.3.1 to 4.3.5 Bumps [puma](https://github.com/puma/puma) from 4.3.1 to 4.3.5. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](https://github.com/puma/puma/commits) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 20 ++------------------ 2 files changed, 3 insertions(+), 19 deletions(-) diff --git a/Gemfile b/Gemfile index 0487d02..066ff95 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'rails', '~> 6.0.2' # Use postgresql as the database for Active Record gem 'pg', '>= 0.18', '< 2.0' # Use Puma as the app server -gem 'puma', '~> 4.1' +gem 'puma', '~> 4.3' # Use SCSS for stylesheets gem 'sass-rails', '>= 6' # Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker diff --git a/Gemfile.lock b/Gemfile.lock index 3465264..f50618f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -104,9 +104,6 @@ GEM railties (>= 4.2, < 7) cucumber-tag_expressions (1.1.1) cucumber-wire (0.0.1) - data_magic (1.2) - faker (>= 1.1.2) - yml_reader (>= 0.6) database_cleaner (1.8.2) devise (4.7.1) bcrypt (~> 3.0) @@ -121,8 +118,6 @@ GEM factory_bot_rails (5.1.1) factory_bot (~> 5.1.0) railties (>= 4.2.0) - faker (2.10.1) - i18n (>= 1.6, < 2) ffi (1.12.2) gherkin (5.1.0) globalid (0.4.2) @@ -159,15 +154,9 @@ GEM nokogiri (1.10.7) mini_portile2 (~> 2.4.0) orm_adapter (0.5.0) - page-object (2.2.6) - page_navigation (>= 0.10) - selenium-webdriver (~> 3.0) - watir (~> 6.8) - page_navigation (0.10) - data_magic (>= 0.22) pg (1.2.2) public_suffix (4.0.3) - puma (4.3.1) + puma (4.3.5) nio4r (~> 2.0) rack (2.1.2) rack-proxy (0.6.5) @@ -271,9 +260,6 @@ GEM thread_safe (~> 0.1) warden (1.2.8) rack (>= 2.0.6) - watir (6.16.5) - regexp_parser (~> 1.2) - selenium-webdriver (~> 3.6) web-console (4.0.1) actionview (>= 6.0.0) activemodel (>= 6.0.0) @@ -292,7 +278,6 @@ GEM websocket-extensions (0.1.4) xpath (3.2.0) nokogiri (~> 1.8) - yml_reader (0.7) zeitwerk (2.2.2) PLATFORMS @@ -310,9 +295,8 @@ DEPENDENCIES factory_bot_rails jbuilder (~> 2.7) listen (>= 3.0.5, < 3.2) - page-object pg (>= 0.18, < 2.0) - puma (~> 4.1) + puma (~> 4.3) rails (~> 6.0.2) rails-controller-testing rspec-activemodel-mocks