From db4c08f2031c77265aac29348c687b9b19e0347b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 May 2021 12:59:12 +0000 Subject: [PATCH] Bump puma in /example_test_projects/ruby/ruby-cli-scripts Bumps [puma](https://github.com/puma/puma) from 3.4.0 to 3.12.6. - [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.4.0...v3.12.6) Signed-off-by: dependabot[bot] --- example_test_projects/ruby/ruby-cli-scripts/Gemfile | 2 +- example_test_projects/ruby/ruby-cli-scripts/Gemfile.lock | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/example_test_projects/ruby/ruby-cli-scripts/Gemfile b/example_test_projects/ruby/ruby-cli-scripts/Gemfile index def2e3c1..0ebe0640 100644 --- a/example_test_projects/ruby/ruby-cli-scripts/Gemfile +++ b/example_test_projects/ruby/ruby-cli-scripts/Gemfile @@ -7,7 +7,7 @@ gem 'rails', '>= 5.0.0.rc2', '< 5.1' # Use postgresql as the database for Active Record gem 'pg', '~> 0.18' # Use Puma as the app server -gem 'puma', '~> 3.0' +gem 'puma', '~> 3.12' # Use SCSS for stylesheets gem 'sass-rails', '~> 5.0' # Use Uglifier as compressor for JavaScript assets diff --git a/example_test_projects/ruby/ruby-cli-scripts/Gemfile.lock b/example_test_projects/ruby/ruby-cli-scripts/Gemfile.lock index 93adbf7e..06bbcfd3 100644 --- a/example_test_projects/ruby/ruby-cli-scripts/Gemfile.lock +++ b/example_test_projects/ruby/ruby-cli-scripts/Gemfile.lock @@ -102,7 +102,7 @@ GEM pg (0.18.4) pkg-config (1.1.7) powerpack (0.1.1) - puma (3.4.0) + puma (3.12.6) rack (2.0.0.rc1) json rack-test (0.6.3) @@ -178,6 +178,7 @@ GEM actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) + table_print (1.5.7) thor (0.19.1) thread_safe (0.3.5) tilt (2.0.5) @@ -213,13 +214,14 @@ DEPENDENCIES jquery-rails listen (~> 3.0.5) pg (~> 0.18) - puma (~> 3.0) + puma (~> 3.12) rails (>= 5.0.0.rc2, < 5.1) rspec rubocop sass-rails (~> 5.0) spring spring-watcher-listen (~> 2.0.0) + table_print trollop turbolinks (~> 5.x) tzinfo-data