Skip to content
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.5.0/gems/devise-4.4.3/Gemfile …
…to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-2413994
  • Loading branch information
snyk-bot committed Feb 28, 2022
commit 72772951ee0ddd92f925e60a305d4024107bb776
4 changes: 2 additions & 2 deletions house-master/vendor/bundle/ruby/2.5.0/gems/devise-4.4.3/Gemfile
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source "https://rubygems.org"

gemspec

gem "rails", "~> 5.1"
gem "rails", "~> 5.1", ">= 5.1.0"
gem "omniauth", "~> 1.3"
gem "oauth2"
gem "omniauth-oauth2"
Expand All @@ -14,7 +14,7 @@ gem "activemodel-serializers-xml", github: "rails/activemodel-serializers-xml"

gem "rails-controller-testing"

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

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