Skip to content

Commit f2eb091

Browse files
authored
Merge pull request #3224 from TracksApp/dependabot/bundler/puma-7.2.0
Bump puma from 7.1.0 to 7.2.0
2 parents 6b3b562 + dcdc535 commit f2eb091

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
@@ -13,7 +13,7 @@ gem 'acts_as_list'
1313
gem 'bcrypt', '~> 3.1.21'
1414
gem 'htmlentities'
1515
gem "kt-paperclip", "~> 7.2"
16-
gem 'puma', '~> 7.1'
16+
gem 'puma', '~> 7.2'
1717
gem 'rails_autolink'
1818
gem 'RedCloth'
1919
gem 'sanitize', '~> 7.0'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ GEM
252252
psych (5.2.6)
253253
date
254254
stringio
255-
puma (7.1.0)
255+
puma (7.2.0)
256256
nio4r (~> 2.0)
257257
racc (1.8.1)
258258
rack (3.2.5)
@@ -463,7 +463,7 @@ DEPENDENCIES
463463
mocha
464464
mysql2 (~> 0.5)
465465
pg (~> 1.6)
466-
puma (~> 7.1)
466+
puma (~> 7.2)
467467
rack-mini-profiler
468468
rails (~> 7.2)
469469
rails-controller-testing

0 commit comments

Comments
 (0)