Skip to content

Commit

Permalink
fix: Gemfile & Gemfile.lock to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-RUBY-PUMA-8062124
  • Loading branch information
snyk-bot committed Sep 21, 2024
1 parent 33059cf commit fcd0331
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source "https://rubygems.org"
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }

gem "sinatra", "2.0.1"
gem "puma", "4.2.1"
gem "puma", "5.6.9"
gem 'puma-metrics'

group :test do
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ GEM
diff-lcs (1.3)
mustermann (1.1.1)
ruby2_keywords (~> 0.0.1)
nio4r (2.5.2)
nio4r (2.7.3)
prometheus-client (0.10.0)
puma (4.2.1)
puma (5.6.9)
nio4r (~> 2.0)
puma-metrics (1.1.0)
prometheus-client (~> 0.10)
Expand Down Expand Up @@ -42,7 +42,7 @@ PLATFORMS
ruby

DEPENDENCIES
puma (= 4.2.1)
puma (= 5.6.9)
puma-metrics
rack-test
rake
Expand Down

0 comments on commit fcd0331

Please sign in to comment.