Skip to content

Commit 31c5deb

Browse files
Bump puma from 5.6.9 to 7.2.1 in /examples/simple_rails_api
Bumps [puma](https://github.com/puma/puma) from 5.6.9 to 7.2.1. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/main/History.md) - [Commits](puma/puma@v5.6.9...v7.2.1) --- updated-dependencies: - dependency-name: puma dependency-version: 7.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 588d9dd commit 31c5deb

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

examples/simple_rails_api/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ gem 'rails', '~> 6.1.7'
66
# Use sqlite3 as the database for Active Record
77
gem 'sqlite3', '~> 1.4'
88
# Use Puma as the app server
9-
gem 'puma', '~> 5.6'
9+
gem 'puma', '~> 7.2'
1010
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
1111
# gem 'jbuilder', '~> 2.7'
1212
# Use Redis adapter to run Action Cable in production

examples/simple_rails_api/Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,11 @@ GEM
9999
timeout
100100
net-smtp (0.5.0)
101101
net-protocol
102-
nio4r (2.7.3)
102+
nio4r (2.7.5)
103103
nokogiri (1.16.7)
104104
mini_portile2 (~> 2.8.2)
105105
racc (~> 1.4)
106-
puma (5.6.9)
106+
puma (7.2.1)
107107
nio4r (~> 2.0)
108108
racc (1.8.1)
109109
rack (2.2.9)
@@ -169,7 +169,7 @@ DEPENDENCIES
169169
bootsnap (>= 1.4.2)
170170
byebug
171171
listen (>= 3.0.5, < 3.2)
172-
puma (~> 5.6)
172+
puma (~> 7.2)
173173
rails (~> 6.1.7)
174174
spring
175175
spring-watcher-listen (~> 2.0.0)

0 commit comments

Comments
 (0)