Skip to content

[Snyk] Fix for 1 vulnerabilities #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: house-master/vendor/bundle/ruby/2.3.0/gems/devise-4.4.3/Gemfile …
…to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-RUBY-ACTIONPACK-2400638
  • Loading branch information
snyk-bot committed Feb 14, 2022
commit 11c393628bae3e09c425d52d42e9f1789cc50b3b
6 changes: 3 additions & 3 deletions house-master/vendor/bundle/ruby/2.3.0/gems/devise-4.4.3/Gemfile
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ source "https://rubygems.org"

gemspec

gem "rails", "~> 5.1"
gem "rails", "~> 5.2", ">= 5.2.6.2"
gem "omniauth", "~> 1.3"
gem "oauth2"
gem "omniauth-oauth2"
gem "rdoc"

gem "activemodel-serializers-xml", github: "rails/activemodel-serializers-xml"

gem "rails-controller-testing"
gem "rails-controller-testing", ">= 1.0.1"

gem "responders", "~> 2.1"
gem "responders", "~> 2.4", ">= 2.4.0"

group :test do
gem "omniauth-facebook"
Expand Down