mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 08:58:26 +00:00
Bump puma from 5.2.2 to 5.3.1 (#171)
Bumps [puma](https://github.com/puma/puma) from 5.2.2 to 5.3.1. - [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/v5.2.2...v5.3.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
81765d0f4f
commit
e6611ed36b
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -8,7 +8,7 @@ gem 'rails', '~> 6.1.3', '>= 6.1.3.1'
|
|||
# Use postgresql as the database for Active Record
|
||||
gem 'pg', '~> 1.1'
|
||||
# Use Puma as the app server
|
||||
gem 'puma', '~> 5.0'
|
||||
gem 'puma', '~> 5.3'
|
||||
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
|
||||
gem 'jbuilder', '~> 2.7'
|
||||
# Use Redis adapter to run Action Cable in production
|
||||
|
|
|
|||
|
|
@ -1274,7 +1274,7 @@ GEM
|
|||
ast (~> 2.4.1)
|
||||
pg (1.2.3)
|
||||
public_suffix (4.0.6)
|
||||
puma (5.2.2)
|
||||
puma (5.3.1)
|
||||
nio4r (~> 2.0)
|
||||
pundit (2.1.0)
|
||||
activesupport (>= 3.0.0)
|
||||
|
|
@ -1379,7 +1379,7 @@ DEPENDENCIES
|
|||
mongo (~> 2)
|
||||
mysql2
|
||||
pg (~> 1.1)
|
||||
puma (~> 5.0)
|
||||
puma (~> 5.3)
|
||||
pundit
|
||||
rack-cors
|
||||
rails (~> 6.1.3, >= 6.1.3.1)
|
||||
|
|
|
|||
Loading…
Reference in a new issue