Browse Source

Bump puma from 5.5.2 to 5.6.2 in /frameworks/Ruby/rails (#7124)

Bumps [puma](https://github.com/puma/puma) from 5.5.2 to 5.6.2.
- [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/v5.5.2...v5.6.2)

---
updated-dependencies:
- dependency-name: puma
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 3 years ago
parent
commit
0343d9dc06
2 changed files with 9 additions and 3 deletions
  1. 1 1
      frameworks/Ruby/rails/Gemfile
  2. 8 2
      frameworks/Ruby/rails/Gemfile.lock

+ 1 - 1
frameworks/Ruby/rails/Gemfile

@@ -6,7 +6,7 @@ gem 'listen', '~> 3.3', group: :development
 gem 'mysql2', '0.5.3', group: :mysql
 gem 'mysql2', '0.5.3', group: :mysql
 gem 'oj', '~> 3.13'
 gem 'oj', '~> 3.13'
 gem 'pg', '1.2.3', group: :postgresql
 gem 'pg', '1.2.3', group: :postgresql
-gem 'puma', '~> 5.5'
+gem 'puma', '~> 5.6'
 gem 'rails', '~> 7.0.1'
 gem 'rails', '~> 7.0.1'
 gem 'redis', '~> 4.0'
 gem 'redis', '~> 4.0'
 gem 'tzinfo-data', '1.2021.5'
 gem 'tzinfo-data', '1.2021.5'

+ 8 - 2
frameworks/Ruby/rails/Gemfile.lock

@@ -88,6 +88,7 @@ GEM
     marcel (1.0.2)
     marcel (1.0.2)
     method_source (1.0.0)
     method_source (1.0.0)
     mini_mime (1.1.2)
     mini_mime (1.1.2)
+    mini_portile2 (2.7.1)
     minitest (5.15.0)
     minitest (5.15.0)
     mysql2 (0.5.3)
     mysql2 (0.5.3)
     net-imap (0.2.3)
     net-imap (0.2.3)
@@ -106,11 +107,16 @@ GEM
       net-protocol
       net-protocol
       timeout
       timeout
     nio4r (2.5.8)
     nio4r (2.5.8)
+    nokogiri (1.13.1)
+      mini_portile2 (~> 2.7.0)
+      racc (~> 1.4)
     nokogiri (1.13.1-arm64-darwin)
     nokogiri (1.13.1-arm64-darwin)
       racc (~> 1.4)
       racc (~> 1.4)
+    nokogiri (1.13.1-x86_64-linux)
+      racc (~> 1.4)
     oj (3.13.11)
     oj (3.13.11)
     pg (1.2.3)
     pg (1.2.3)
-    puma (5.5.2)
+    puma (5.6.2)
       nio4r (~> 2.0)
       nio4r (~> 2.0)
     racc (1.6.0)
     racc (1.6.0)
     rack (2.2.3)
     rack (2.2.3)
@@ -169,7 +175,7 @@ DEPENDENCIES
   mysql2 (= 0.5.3)
   mysql2 (= 0.5.3)
   oj (~> 3.13)
   oj (~> 3.13)
   pg (= 1.2.3)
   pg (= 1.2.3)
-  puma (~> 5.5)
+  puma (~> 5.6)
   rails (~> 7.0.1)
   rails (~> 7.0.1)
   redis (~> 4.0)
   redis (~> 4.0)
   tzinfo-data (= 1.2021.5)
   tzinfo-data (= 1.2021.5)