Skip to content
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

[Snyk] Security upgrade devise from 4.9.3 to 4.9.4 #34

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion hydra/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ gem 'nokogiri'
gem 'solrizer'

gem 'rsolr'
gem 'devise'
gem 'devise', '>= 4.9.4'
gem 'devise-guests', '~> 0.5'

# Questioning Authority
Expand Down
19 changes: 12 additions & 7 deletions hydra/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ GEM
date (3.3.4)
deprecation (1.1.0)
activesupport
devise (4.9.3)
devise (4.9.4)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0)
Expand Down Expand Up @@ -198,7 +198,7 @@ GEM
hydra-access-controls (= 12.1.0)
hydra-core (= 12.1.0)
rails (>= 5.2, < 7.1)
i18n (1.14.1)
i18n (1.14.4)
concurrent-ruby (~> 1.0)
iso8601 (0.9.1)
jbuilder (2.11.5)
Expand Down Expand Up @@ -267,7 +267,8 @@ GEM
method_source (1.0.0)
mini_magick (4.12.0)
mini_mime (1.1.5)
minitest (5.21.1)
mini_portile2 (2.8.6)
minitest (5.22.3)
msgpack (1.7.2)
multi_json (1.15.0)
multipart-post (2.3.0)
Expand All @@ -281,7 +282,10 @@ GEM
net-smtp (0.4.0.1)
net-protocol
nio4r (2.7.0)
nokogiri (1.15.5-x86_64-linux)
nokogiri (1.15.6)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.15.6-x86_64-linux)
racc (~> 1.4)
oai (1.1.0)
builder (>= 3.1.0)
Expand All @@ -307,7 +311,7 @@ GEM
rdf
raabro (1.4.0)
racc (1.7.3)
rack (2.2.8)
rack (2.2.9)
rack-test (2.1.0)
rack (>= 1.3)
rails (5.2.8.1)
Expand Down Expand Up @@ -425,7 +429,7 @@ GEM
execjs (>= 0.3.0, < 3)
tether-rails (1.4.0)
rails (>= 3.1)
thor (1.3.0)
thor (1.3.1)
thread_safe (0.3.6)
tilt (2.3.0)
time (0.3.0)
Expand Down Expand Up @@ -457,6 +461,7 @@ GEM
zeitwerk (2.6.12)

PLATFORMS
ruby
x86_64-linux

DEPENDENCIES
Expand All @@ -471,7 +476,7 @@ DEPENDENCIES
bundler
byebug
coffee-rails (~> 4.2)
devise
devise (>= 4.9.4)
devise-guests (~> 0.5)
factory_bot_rails
fcrepo_wrapper (~> 0.4)
Expand Down