Commit f205369

dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2019-12-06 02:45:54
Bump puma from 3.12.1 to 3.12.2
Bumps [puma](https://github.com/puma/puma) from 3.12.1 to 3.12.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/v3.12.1...v3.12.2) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 69f407c
Changed files (2)
Gemfile
@@ -18,7 +18,7 @@ gem 'jbuilder', '~> 2.5'
 gem 'jwt', '~> 2.1'
 gem 'local_time', '~> 2.1'
 gem 'pg'
-gem 'puma', '~> 3.11'
+gem 'puma', '~> 3.12'
 gem 'rails', '~> 6.0.0'
 gem 'rotp', '~> 3.3'
 gem 'saml-kit', '~> 1.0'
Gemfile.lock
@@ -215,7 +215,7 @@ GEM
       forwardable-extended (~> 2.6)
     pg (1.1.4)
     public_suffix (4.0.1)
-    puma (3.12.1)
+    puma (3.12.2)
     rack (2.0.7)
     rack-proxy (0.6.5)
       rack
@@ -397,7 +397,7 @@ DEPENDENCIES
   local_time (~> 2.1)
   minima (~> 2.0)
   pg
-  puma (~> 3.11)
+  puma (~> 3.12)
   rails (~> 6.0.0)
   rails_12factor (~> 0.0)
   rotp (~> 3.3)