From fed645219c7ae2f22c48f10ab720f717706f4463 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Aug 2023 23:17:49 +0000 Subject: [PATCH] Bump puma from 3.12.6 to 6.3.1 in /api/back-end/ruby/rails_app Bumps [puma](https://github.com/puma/puma) from 3.12.6 to 6.3.1. - [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.6...v6.3.1) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/back-end/ruby/rails_app/Gemfile | 2 +- api/back-end/ruby/rails_app/Gemfile.lock | 61 +++++++++++++----------- 2 files changed, 34 insertions(+), 29 deletions(-) diff --git a/api/back-end/ruby/rails_app/Gemfile b/api/back-end/ruby/rails_app/Gemfile index 21f2ca7..b63dca3 100644 --- a/api/back-end/ruby/rails_app/Gemfile +++ b/api/back-end/ruby/rails_app/Gemfile @@ -11,7 +11,7 @@ gem 'rails', '~> 5.1.4' # Use sqlite3 as the database for Active Record gem 'sqlite3' # Use Puma as the app server -gem 'puma', '~> 3.12' +gem 'puma', '~> 6.3' gem 'chargebee' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder # gem 'jbuilder', '~> 2.5' diff --git a/api/back-end/ruby/rails_app/Gemfile.lock b/api/back-end/ruby/rails_app/Gemfile.lock index fef808a..105473e 100644 --- a/api/back-end/ruby/rails_app/Gemfile.lock +++ b/api/back-end/ruby/rails_app/Gemfile.lock @@ -11,20 +11,20 @@ GEM activejob (= 5.1.5) mail (~> 2.5, >= 2.5.4) rails-dom-testing (~> 2.0) - actionpack (5.2.4.3) + actionpack (5.1.5) actionview (= 5.1.5) activesupport (= 5.1.5) rack (~> 2.0) rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (5.2.4.3) + actionview (5.1.5) activesupport (= 5.1.5) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.3) - activejob (5.1.6.1) + activejob (5.1.5) activesupport (= 5.1.5) globalid (>= 0.3.6) activemodel (5.1.5) @@ -33,25 +33,25 @@ GEM activemodel (= 5.1.5) activesupport (= 5.1.5) arel (~> 8.0) - activesupport (5.2.4.3) + activesupport (5.1.5) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (~> 0.7) minitest (~> 5.1) tzinfo (~> 1.1) arel (8.0.0) - builder (3.2.3) + builder (3.2.4) byebug (10.0.0) chargebee (2.4.4) json_pure (~> 1.5) rest-client (>= 1.8, < 3.0) - concurrent-ruby (1.0.5) + concurrent-ruby (1.2.2) crass (1.0.6) domain_name (0.5.20170404) unf (>= 0.0.5, < 1.0.0) - erubi (1.7.0) + erubi (1.12.0) ffi (1.9.24) - globalid (0.4.1) - activesupport (>= 4.2.0) + globalid (1.1.0) + activesupport (>= 5.0) http-cookie (1.0.3) domain_name (~> 0.5) i18n (0.9.5) @@ -61,9 +61,9 @@ GEM rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) ruby_dep (~> 1.2) - loofah (2.5.0) + loofah (2.21.3) crass (~> 1.0.2) - nokogiri (>= 1.5.9) + nokogiri (>= 1.12.0) mail (2.7.0) mini_mime (>= 0.1.1) method_source (0.9.0) @@ -71,16 +71,19 @@ GEM mime-types-data (~> 3.2015) mime-types-data (3.2016.0521) mini_mime (1.0.0) - mini_portile2 (2.4.0) - minitest (5.11.3) + mini_portile2 (2.8.4) + minitest (5.19.0) netrc (0.11.0) nio4r (2.2.0) - nokogiri (1.10.9) - mini_portile2 (~> 2.4.0) - puma (3.12.6) - rack (2.2.3) - rack-test (0.8.2) - rack (>= 1.0, < 3) + nokogiri (1.15.4) + mini_portile2 (~> 2.8.2) + racc (~> 1.4) + puma (6.3.1) + nio4r (~> 2.0) + racc (1.7.1) + rack (2.2.8) + rack-test (2.1.0) + rack (>= 1.3) rails (5.1.5) actioncable (= 5.1.5) actionmailer (= 5.1.5) @@ -93,11 +96,13 @@ GEM bundler (>= 1.3.0) railties (= 5.1.5) sprockets-rails (>= 2.0.0) - rails-dom-testing (2.0.3) - activesupport (>= 4.2.0) + rails-dom-testing (2.2.0) + activesupport (>= 5.0.0) + minitest nokogiri (>= 1.6) - rails-html-sanitizer (1.0.4) - loofah (~> 2.0) + rails-html-sanitizer (1.6.0) + loofah (~> 2.21) + nokogiri (~> 1.14) railties (5.1.5) actionpack (= 5.1.5) activesupport (= 5.1.5) @@ -118,17 +123,17 @@ GEM spring-watcher-listen (2.0.1) listen (>= 2.7, < 4.0) spring (>= 1.2, < 3.0) - sprockets (3.7.2) + sprockets (4.2.0) concurrent-ruby (~> 1.0) - rack (> 1, < 3) - sprockets-rails (3.2.1) + rack (>= 2.2.4, < 4) + sprockets-rails (3.2.2) actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) sqlite3 (1.3.13) thor (0.20.0) thread_safe (0.3.6) - tzinfo (1.2.5) + tzinfo (1.2.11) thread_safe (~> 0.1) unf (0.1.4) unf_ext @@ -144,7 +149,7 @@ DEPENDENCIES byebug chargebee listen (>= 3.0.5, < 3.2) - puma (~> 3.12) + puma (~> 6.3) rails (~> 5.1.4) spring spring-watcher-listen (~> 2.0.0)