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-RACK-1061917
  • Loading branch information
snyk-bot committed Dec 20, 2023
1 parent ae58273 commit 4d50b31
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ gem 'bigbluebutton-api-ruby', '~> 1.9.0'

gem 'rest-client'

gem 'omniauth', '>= 2.1.1'
gem 'omniauth', '>= 2.1.2'
gem 'omniauth-oauth2', '>= 1.8.0'
gem 'omniauth-rails_csrf_protection', '~> 1.0.1'
gem 'repost', '~> 0.4.1'
Expand Down
7 changes: 5 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ GEM
rack (>= 1.2, < 4)
snaky_hash (~> 2.0)
version_gem (~> 1.1)
omniauth (2.1.1)
omniauth (2.1.2)
hashie (>= 3.4.6)
rack (>= 2.2.3)
rack-protection
Expand Down Expand Up @@ -433,7 +433,7 @@ DEPENDENCIES
lograge (~> 0.14.0)
minitest
net-smtp
omniauth (>= 2.1.1)
omniauth (>= 2.1.2)
omniauth-bbbltibroker!
omniauth-oauth2 (>= 1.8.0)
omniauth-rails_csrf_protection (~> 1.0.1)
Expand Down Expand Up @@ -463,3 +463,6 @@ DEPENDENCIES
webdrivers
webmock
webpacker (~> 6.0.0.rc.5)

BUNDLED WITH
2.1.4

0 comments on commit 4d50b31

Please sign in to comment.