Skip to content

Commit

Permalink
Merge pull request #807 from pulibrary/dependabot/bundler/devise-4.7.1
Browse files Browse the repository at this point in the history
Bump devise from 4.6.2 to 4.7.1
  • Loading branch information
eliotjordan committed Nov 22, 2019
2 parents 08e3f29 + 1633b06 commit 6b49783
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ gem 'capistrano-bundler'
gem 'capistrano-passenger'
gem 'capistrano-rails'
gem 'chosen-rails' # jquery multiselect plugin for advanced search
gem 'devise', '~> 4.6.0'
gem 'devise', '~> 4.7.1'
gem 'devise-guests'
gem 'geoblacklight', '~> 2.1'
gem 'geoserver-worker', git: 'https://github.com/pulibrary/geoserver-worker', branch: 'master'
Expand Down
22 changes: 11 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,10 @@ GEM
deep_merge (1.2.1)
deprecation (1.0.0)
activesupport
devise (4.6.2)
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.7.0)
Expand Down Expand Up @@ -184,7 +184,7 @@ GEM
dry-equalizer (~> 0.2)
dry-logic (~> 0.5, >= 0.5.0)
dry-types (~> 0.14.0)
erubi (1.8.0)
erubi (1.9.0)
execjs (2.7.0)
factory_bot (5.0.2)
activesupport (>= 4.2.0)
Expand Down Expand Up @@ -231,7 +231,7 @@ GEM
tilt (>= 1.2)
hashie (3.6.0)
honeybadger (4.3.1)
i18n (1.6.0)
i18n (1.7.0)
concurrent-ruby (~> 1.0)
jbuilder (2.9.1)
activesupport (>= 4.2.0)
Expand Down Expand Up @@ -277,7 +277,7 @@ GEM
mimemagic (0.3.3)
mini_mime (1.0.1)
mini_portile2 (2.4.0)
minitest (5.11.3)
minitest (5.13.0)
modernizr-rails (2.7.1)
msgpack (1.2.10)
multipart-post (2.1.1)
Expand Down Expand Up @@ -340,7 +340,7 @@ GEM
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.0.4)
rails-html-sanitizer (1.2.0)
loofah (~> 2.2, >= 2.2.2)
railties (5.2.3)
actionpack (= 5.2.3)
Expand All @@ -349,17 +349,17 @@ GEM
rake (>= 0.8.7)
thor (>= 0.19.0, < 2.0)
rainbow (3.0.0)
rake (12.3.2)
rake (12.3.3)
rb-fsevent (0.10.3)
rb-inotify (0.10.0)
ffi (~> 1.0)
redis (4.1.2)
regexp_parser (1.5.1)
request_store (1.4.1)
rack (>= 1.4)
responders (2.4.1)
actionpack (>= 4.2.0, < 6.0)
railties (>= 4.2.0, < 6.0)
responders (3.0.0)
actionpack (>= 5.0)
railties (>= 5.0)
retriable (3.1.2)
rsolr (1.1.2)
builder (>= 2.1.2)
Expand Down Expand Up @@ -519,7 +519,7 @@ DEPENDENCIES
coveralls
database_cleaner
ddtrace
devise (~> 4.6.0)
devise (~> 4.7.1)
devise-guests
factory_bot_rails
geoblacklight (~> 2.1)
Expand Down

0 comments on commit 6b49783

Please sign in to comment.