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 c71c1ed commit 7de05f9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gem 'rails', '~> 6.1', '>= 6.1.7.8'
# Use postgres as the database for Active Record
gem 'pg', '>= 0.4.4'
# Use Puma as the app server
gem 'puma', '>= 6.4.2'
gem 'puma', '>= 6.4.3'
# Use SCSS for stylesheets
gem 'sass-rails', '>= 6.0.0'
# Use Uglifier as compressor for JavaScript assets
Expand Down
9 changes: 6 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ GEM
faraday_middleware (1.2.0)
faraday (~> 1.0)
ffi (1.17.0)
ffi (1.17.0-x86_64-linux-gnu)
ffi (1.17.0-x86_64-linux)
ffi-compiler (1.3.2)
ffi (>= 1.15.5)
rake
Expand Down Expand Up @@ -273,7 +273,7 @@ GEM
psych (5.1.2)
stringio
public_suffix (6.0.0)
puma (6.4.2)
puma (6.4.3)
nio4r (~> 2.0)
racc (1.8.0)
rack (2.2.9)
Expand Down Expand Up @@ -469,7 +469,7 @@ DEPENDENCIES
oauthenticator (~> 1.4, >= 1.4.1)
pg (>= 0.4.4)
popper_js (>= 1.16)
puma (>= 6.4.2)
puma (>= 6.4.3)
rails (~> 6.1, >= 6.1.7.8)
rails_lti2_provider!
rdoc
Expand All @@ -490,3 +490,6 @@ DEPENDENCIES
tzinfo-data
web-console (>= 4.2.1)
webmock (>= 3.23.1)

BUNDLED WITH
2.1.4

0 comments on commit 7de05f9

Please sign in to comment.