Skip to content

Commit 4406754

Browse files
Bump puma from 3.12.1 to 3.12.2
Bumps [puma](https://github.com/puma/puma) from 3.12.1 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.1...v3.12.2) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3b85835 commit 4406754

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

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

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ GEM
9191
nokogiri (1.10.5)
9292
mini_portile2 (~> 2.4.0)
9393
pg (1.1.4)
94-
puma (3.12.1)
94+
puma (3.12.2)
9595
rack (2.0.7)
9696
rack-test (1.1.0)
9797
rack (>= 1.0, < 3)
@@ -151,7 +151,7 @@ DEPENDENCIES
151151
byebug
152152
listen (>= 3.0.5, < 3.2)
153153
pg (>= 0.18, < 2.0)
154-
puma (~> 3.7)
154+
puma (~> 3.12)
155155
rails (~> 5.1.7)
156156
spring
157157
spring-watcher-listen (~> 2.0.0)

0 commit comments

Comments
 (0)