Skip to content
This repository was archived by the owner on Nov 18, 2022. It is now read-only.

Commit c530569

Browse files
Bump puma from 5.2.2 to 5.3.1
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](puma/puma@v5.2.2...v5.3.1) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 75be74e commit c530569

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', '~> 6.1.0', '>= 6.1.0.0'
88
# Use sqlite3 as the database for Active Record
99
gem 'sqlite3', '~> 1.4'
1010
# Use Puma as the app server
11-
gem 'puma', '~> 5.0'
11+
gem 'puma', '~> 5.3'
1212
# Use SCSS for stylesheets
1313
gem 'sass-rails', '>= 6'
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
@@ -134,7 +134,7 @@ GEM
134134
racc (~> 1.4)
135135
optimist (3.0.1)
136136
public_suffix (4.0.6)
137-
puma (5.2.2)
137+
puma (5.3.1)
138138
nio4r (~> 2.0)
139139
puppet (7.5.0)
140140
concurrent-ruby (~> 1.0)
@@ -255,7 +255,7 @@ DEPENDENCIES
255255
friendly_id (~> 5.4.0)
256256
hiera-eyaml
257257
listen (~> 3.2)
258-
puma (~> 5.0)
258+
puma (~> 5.3)
259259
puppet
260260
puppetdb-ruby
261261
rails (~> 6.1.0, >= 6.1.0.0)

0 commit comments

Comments
 (0)