Skip to content

Commit c2dd4ee

Browse files
dependabot[bot]akshaymohite
authored andcommitted
Bump puma from 3.12.0 to 3.12.2 (#3)
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 2bc179f commit c2dd4ee

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
@@ -8,7 +8,7 @@ gem 'rails', '~> 5.2.1'
88
# Use sqlite3 as the database for Active Record
99
gem 'sqlite3'
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

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ GEM
8181
nio4r (2.3.1)
8282
nokogiri (1.10.5)
8383
mini_portile2 (~> 2.4.0)
84-
puma (3.12.0)
84+
puma (3.12.2)
8585
rack (2.0.6)
8686
rack-test (1.1.0)
8787
rack (>= 1.0, < 3)
@@ -144,7 +144,7 @@ DEPENDENCIES
144144
faker
145145
jbuilder (~> 2.5)
146146
listen (>= 3.0.5, < 3.2)
147-
puma (~> 3.11)
147+
puma (~> 3.12)
148148
rails (~> 5.2.1)
149149
spring
150150
spring-watcher-listen (~> 2.0.0)

0 commit comments

Comments
 (0)