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.5.0/Gemfile …
…to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-RUBY-ACTIVESTORAGE-2420035
  • Loading branch information
snyk-bot committed Mar 10, 2022
commit 6082563beb6b5b667abbdc8ddadc4a0dc03e42fc
2 changes: 1 addition & 1 deletion house-master/vendor/bundle/ruby/2.5.0/gems/devise-4.5.0/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.2"
gem "rails", "~> 5.2", ">= 5.2.6.3"
gem "omniauth", "~> 1.3"
gem "oauth2"
gem "omniauth-oauth2"
Expand Down