Skip to content

Commit a37599b

Browse files
authored
Merge pull request #1 from hexlet-components/dependabot/bundler/main/puma-6.3.0
Bump puma from 5.6.6 to 6.3.0
2 parents 4cb7b0a + 6bff02d commit a37599b

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
@@ -10,7 +10,7 @@ gem 'cssbundling-rails'
1010
gem 'flash_rails_messages'
1111
gem 'jbuilder'
1212
gem 'jsbundling-rails'
13-
gem 'puma', '~> 5.0'
13+
gem 'puma', '~> 6.3'
1414
gem 'rails', '~> 7.0.6'
1515
gem 'sentry-rails'
1616
gem 'simple_form'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ GEM
160160
power_assert (2.0.3)
161161
prettier_print (1.2.1)
162162
public_suffix (5.0.3)
163-
puma (5.6.6)
163+
puma (6.3.0)
164164
nio4r (~> 2.0)
165165
racc (1.7.1)
166166
rack (2.2.8)
@@ -329,7 +329,7 @@ DEPENDENCIES
329329
jsbundling-rails
330330
minitest-power_assert
331331
pg
332-
puma (~> 5.0)
332+
puma (~> 6.3)
333333
rails (~> 7.0.6)
334334
rubocop
335335
rubocop-performance

0 commit comments

Comments
 (0)