Skip to content

Commit

Permalink
Bump devise from 4.6.1 to 4.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 30, 2019
1 parent 97c5224 commit 369da25
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ gem "jettywrapper", "~> 2.0.3"
gem "blacklight_advanced_search", "~> 5.1.3"

# For authentication; used by Blacklight and by SDBMSS
gem "devise", "~> 4.6.0"
gem "devise", "~> 4.7.1"
gem "devise-guests", "~> 0.3.0"

# For roles and permissions checking
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ GEM
babel-transpiler (0.7.0)
babel-source (>= 4.0, < 6)
execjs (~> 2.0)
bcrypt (3.1.12)
bcrypt (3.1.13)
binding_of_caller (0.8.0)
debug_inspector (>= 0.0.1)
blacklight (5.14.0)
Expand Down Expand Up @@ -112,7 +112,7 @@ GEM
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.1.5)
crass (1.0.4)
crass (1.0.5)
daemons (1.2.6)
data-confirm-modal (1.6.2)
railties (>= 3.0)
Expand All @@ -127,10 +127,10 @@ GEM
delayed_job (>= 3.0, < 4.1)
deprecation (1.0.0)
activesupport
devise (4.6.1)
devise (4.7.1)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0, < 6.0)
railties (>= 4.1.0)
responders
warden (~> 1.2.3)
devise-guests (0.3.3)
Expand Down Expand Up @@ -213,7 +213,7 @@ GEM
mime-types-data (3.2018.0812)
mini_mime (1.0.1)
mini_portile2 (2.3.0)
minitest (5.11.3)
minitest (5.13.0)
multi_json (1.13.1)
mysql2 (0.3.21)
net-scp (2.0.0)
Expand Down Expand Up @@ -268,7 +268,7 @@ GEM
activesupport (>= 4.2.0, < 5.0)
nokogiri (~> 1.6)
rails-deprecated_sanitizer (>= 1.0.1)
rails-html-sanitizer (1.0.4)
rails-html-sanitizer (1.2.0)
loofah (~> 2.2, >= 2.2.2)
rails-timeago (2.17.1)
actionpack (>= 3.1)
Expand Down Expand Up @@ -446,7 +446,7 @@ DEPENDENCIES
database_cleaner (~> 1.4.1)
delayed_job (~> 4.0.6)
delayed_job_active_record (~> 4.0.3)
devise (~> 4.6.0)
devise (~> 4.7.1)
devise-guests (~> 0.3.0)
exception_notification (~> 4.1.1)
factory_girl_rails (~> 4.0)
Expand Down

0 comments on commit 369da25

Please sign in to comment.