Skip to content

Commit ffaf2e6

Browse files
Bump puma from 3.12.0 to 3.12.2 in /qit-api
Bumps [puma](https://github.com/puma/puma) from 3.12.0 to 3.12.2. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](puma/puma@v3.12.0...v3.12.2) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 58152da commit ffaf2e6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

qit-api/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gem 'rails', '~> 5.2.1'
88
# Use postgresql as the database for Active Record
99
gem 'pg', '>= 0.18', '< 2.0'
1010
# Use Puma as the app server
11-
gem 'puma', '~> 3.11'
11+
gem 'puma', '~> 3.12'
1212
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
1313
# gem 'jbuilder', '~> 2.5'
1414
# Use Redis adapter to run Action Cable in production

qit-api/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ GEM
8686
nokogiri (1.8.4)
8787
mini_portile2 (~> 2.3.0)
8888
pg (1.1.3)
89-
puma (3.12.0)
89+
puma (3.12.2)
9090
rack (2.0.5)
9191
rack-cors (1.0.2)
9292
rack-test (1.1.0)
@@ -151,7 +151,7 @@ DEPENDENCIES
151151
jwt
152152
listen (>= 3.0.5, < 3.2)
153153
pg (>= 0.18, < 2.0)
154-
puma (~> 3.11)
154+
puma (~> 3.12)
155155
rack-cors
156156
rails (~> 5.2.1)
157157
spring

0 commit comments

Comments
 (0)