Skip to content

Commit cd4a294

Browse files
authored
Merge pull request #2 from ableco/dependabot/bundler/puma-3.12.2
Bump puma from 3.12.1 to 3.12.2
2 parents 9d1c14b + 30dc07b commit cd4a294

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gem 'rails', '~> 6.0.0'
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
# Use SCSS for stylesheets
1313
gem 'sass-rails', '~> 5'
1414
# Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ GEM
104104
mini_portile2 (~> 2.4.0)
105105
pg (1.1.4)
106106
public_suffix (4.0.1)
107-
puma (3.12.1)
107+
puma (3.12.2)
108108
rack (2.0.7)
109109
rack-proxy (0.6.5)
110110
rack
@@ -206,7 +206,7 @@ DEPENDENCIES
206206
jbuilder (~> 2.7)
207207
listen (>= 3.0.5, < 3.2)
208208
pg (>= 0.18, < 2.0)
209-
puma (~> 3.11)
209+
puma (~> 3.12)
210210
rails (~> 6.0.0)
211211
sass-rails (~> 5)
212212
selenium-webdriver

0 commit comments

Comments
 (0)