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

Bump devise from 4.6.2 to 4.7.1 #1

Open
wants to merge 1 commit into
base: master
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 Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ gem 'email_munger', '0.0.0' # Encodes email address to prevent harvesting by bot

gem 'bootstrap-sass', '3.4.1' # Bootstrap styling

gem 'devise', '4.6.2' # Provides admin/user authentication
gem 'devise', '4.7.1' # Provides admin/user authentication

# BEGIN: gems used in db/seeds.rb
group :test, :development do
Expand Down
26 changes: 13 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -102,17 +102,17 @@ GEM
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.1.5)
crass (1.0.4)
crass (1.0.5)
debug_inspector (0.0.3)
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)
docile (1.3.1)
email_munger (0.0.0)
erubi (1.8.0)
erubi (1.9.0)
erubis (2.7.0)
execjs (2.7.0)
faker (1.9.3)
Expand All @@ -128,7 +128,7 @@ GEM
git (1.5.0)
globalid (0.4.2)
activesupport (>= 4.2.0)
i18n (1.6.0)
i18n (1.7.0)
concurrent-ruby (~> 1.0)
jaro_winkler (1.5.2)
jbuilder (2.9.1)
Expand Down Expand Up @@ -157,7 +157,7 @@ GEM
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
loofah (2.2.3)
loofah (2.3.1)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
Expand Down Expand Up @@ -216,8 +216,8 @@ GEM
activesupport (>= 4.2)
choice (~> 0.2.0)
ruby-graphviz (~> 1.2)
rails-html-sanitizer (1.0.4)
loofah (~> 2.2, >= 2.2.2)
rails-html-sanitizer (1.3.0)
loofah (~> 2.3)
rails_best_practices (1.19.4)
activesupport
code_analyzer (>= 0.4.8)
Expand All @@ -233,7 +233,7 @@ GEM
rake (>= 0.8.7)
thor (>= 0.19.0, < 2.0)
rainbow (3.0.0)
rake (12.3.2)
rake (12.3.3)
ransack (2.1.1)
actionpack (>= 5.0)
activerecord (>= 5.0)
Expand All @@ -245,9 +245,9 @@ GEM
regexp_parser (1.5.1)
remove_double_blank (0.0.0)
require_all (2.0.0)
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)
rubocop (0.71.0)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
Expand Down Expand Up @@ -347,7 +347,7 @@ DEPENDENCIES
capybara-slow_finder_errors (= 0.1.5)
codecov (= 0.1.14)
coffee-rails (= 4.2.2)
devise (= 4.6.2)
devise (= 4.7.1)
email_munger (= 0.0.0)
faker (= 1.9.3)
ffi (= 1.11.1)
Expand Down