diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-04-05 13:57:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-05 13:57:21 +0200 |
commit | 4fcfeaba362071f4264ef744227d97541386b01a (patch) | |
tree | 0c252042b1b961094e54ad594b6842f48d5be447 /Gemfile | |
parent | e2f58c8c82d66040490a70db2ce9fb8f49d02a8f (diff) |
Bump puma from 6.1.1 to 6.2.1 (#24402)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile index 7b9684d35..9d4f69dae 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ ruby '>= 2.7.0', '< 3.3.0' gem 'pkg-config', '~> 1.5' -gem 'puma', '~> 6.1' +gem 'puma', '~> 6.2' gem 'rails', '~> 6.1.7' gem 'sprockets', '~> 3.7.2' gem 'thor', '~> 1.2' |