summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock4
2 files changed, 3 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index b2236f7..5b40552 100644
--- a/Gemfile
+++ b/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'
diff --git a/Gemfile.lock b/Gemfile.lock
index 1cefee0..42142e1 100644
--- a/Gemfile.lock
+++ b/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)