diff options
author | ThibG <thib@sitedethib.com> | 2020-09-28 18:11:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-28 18:11:54 +0200 |
commit | 559e1dfd94e671b347b1ba78ec3733a2680017f8 (patch) | |
tree | 657577d21c155bad06ade2108e68dd788d7d92f7 | |
parent | d88a79b4566869ede24958fbff946e357bbb3cb9 (diff) |
Bump puma to 5.0.1 (#14895)
Fixes LoadError on some OSes/architectures
-rw-r--r-- | Gemfile.lock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index cdbb310c4..f2c9b6bee 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -426,7 +426,7 @@ GEM pry-rails (0.3.9) pry (>= 0.10.4) public_suffix (4.0.6) - puma (5.0.0) + puma (5.0.1) nio4r (~> 2.0) pundit (2.1.0) activesupport (>= 3.0.0) |