Skip to content

Commit 8495497

Browse files
committed
fix: Gemfile & Gemfile.lock to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-PUMA-8062124
1 parent b381f8d commit 8495497

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ruby '3.1.4'
1010
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
1111
gem 'rails', '7.1.3.4'
1212
# Use Puma as the app server
13-
gem 'puma', '6.4.2'
13+
gem 'puma', '6.4.3'
1414
# Use SCSS for stylesheets
1515
gem 'sass-rails', '>=5.0.5'
1616
# Use Uglifier as compressor for JavaScript assets

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ GEM
169169
psych (5.1.2)
170170
stringio
171171
public_suffix (5.1.1)
172-
puma (6.4.2)
172+
puma (6.4.3)
173173
nio4r (~> 2.0)
174174
racc (1.8.0)
175175
rack (3.1.3)
@@ -288,7 +288,7 @@ DEPENDENCIES
288288
contentstack (~> 0.8.0)
289289
jbuilder (= 2.11.5)
290290
listen (= 3.9.0)
291-
puma (= 6.4.2)
291+
puma (= 6.4.3)
292292
rails (= 7.1.3.4)
293293
sass-rails (>= 5.0.5)
294294
selenium-webdriver (= 4.8.6)
@@ -303,4 +303,4 @@ RUBY VERSION
303303
ruby 3.1.4p223
304304

305305
BUNDLED WITH
306-
2.5.6
306+
2.3.26

0 commit comments

Comments
 (0)