Skip to content

Commit f64445c

Browse files
authored
Merge pull request #3095 from TracksApp/dependabot/bundler/puma-6.5.0
Bump puma from 6.4.3 to 6.5.0
2 parents dd406ad + 29ce045 commit f64445c

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.20'
1414
gem 'htmlentities'
1515
gem "kt-paperclip", "~> 7.2"
16-
gem 'puma', '~> 6.4'
16+
gem 'puma', '~> 6.5'
1717
gem 'rails_autolink'
1818
gem 'RedCloth'
1919
gem 'sanitize', '~> 6.1'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ GEM
198198
ast (~> 2.4.1)
199199
racc
200200
pg (1.5.9)
201-
puma (6.4.3)
201+
puma (6.5.0)
202202
nio4r (~> 2.0)
203203
racc (1.8.1)
204204
rack (2.2.10)
@@ -372,7 +372,7 @@ DEPENDENCIES
372372
mocha
373373
mysql2 (~> 0.5)
374374
pg (~> 1.5)
375-
puma (~> 6.4)
375+
puma (~> 6.5)
376376
rack-mini-profiler
377377
rails (~> 6.1)
378378
rails-controller-testing

0 commit comments

Comments
 (0)