diff options
author | Thibaut Girka <thib@sitedethib.com> | 2020-03-01 19:48:01 +0100 |
---|---|---|
committer | ThibG <thib@sitedethib.com> | 2020-03-01 20:54:02 +0100 |
commit | 13ef4d5fb0dbb66074f42df7989ae40509a4724f (patch) | |
tree | 6adf8ae988ca2948fc786ff4a35c06899e1f41fa | |
parent | 553a16c6f8a74677336114b6379e1db1d19cb81c (diff) |
Update puma from 4.3.2 to 4.3.3
Fixes #1294 This fixes cookies and devise authentication being broken as a result of upgrading to puma 4.3.2, see https://github.com/puma/puma/issues/2132
-rw-r--r-- | Gemfile.lock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 16871e8e3..c05fac36b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -435,7 +435,7 @@ GEM pry-rails (0.3.9) pry (>= 0.10.4) public_suffix (4.0.3) - puma (4.3.2) + puma (4.3.3) nio4r (~> 2.0) pundit (2.1.0) activesupport (>= 3.0.0) |