From f71cf6b888935633048d3480e622a0012c9eb7dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Mar 2022 01:55:04 +0000 Subject: [PATCH] Chore(deps): Bump puma from 3.12.1 to 4.3.12 in /ruby/example1 Bumps [puma](https://github.com/puma/puma) from 3.12.1 to 4.3.12. - [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...v4.3.12) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ruby/example1/Gemfile | 2 +- ruby/example1/Gemfile.lock | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/ruby/example1/Gemfile b/ruby/example1/Gemfile index 7312a79..3eb28ac 100644 --- a/ruby/example1/Gemfile +++ b/ruby/example1/Gemfile @@ -22,7 +22,7 @@ gem 'rails', '~> 6.0.0' # Use sqlite3 as the database for Active Record gem 'sqlite3', '~> 1.4' # Use Puma as the app server -gem 'puma', '~> 3.11' +gem 'puma', '~> 4.3' # Use SCSS for stylesheets gem 'sass-rails', '~> 5' # Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker diff --git a/ruby/example1/Gemfile.lock b/ruby/example1/Gemfile.lock index 6851fa5..06d1189 100644 --- a/ruby/example1/Gemfile.lock +++ b/ruby/example1/Gemfile.lock @@ -95,7 +95,9 @@ GEM marcel (0.3.3) mimemagic (~> 0.3.2) method_source (0.9.2) - mimemagic (0.3.3) + mimemagic (0.3.10) + nokogiri (~> 1) + rake mini_mime (1.0.2) mini_portile2 (2.4.0) minitest (5.11.3) @@ -104,7 +106,8 @@ GEM nokogiri (1.10.4) mini_portile2 (~> 2.4.0) public_suffix (3.1.1) - puma (3.12.1) + puma (4.3.12) + nio4r (~> 2.0) rack (2.0.7) rack-proxy (0.6.5) rack @@ -206,7 +209,7 @@ DEPENDENCIES capybara (>= 2.15) jbuilder (~> 2.7) listen (>= 3.0.5, < 3.2) - puma (~> 3.11) + puma (~> 4.3) rails (~> 6.0.0) sass-rails (~> 5) selenium-webdriver