Skip to content

Commit

Permalink
Bump devise from 4.6.2 to 4.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored May 25, 2021
1 parent 7c18465 commit d32af85
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ GEM
bootstrap-glyphicons (0.0.1)
railties (>= 3.0)
sass (>= 3.2)
builder (3.2.3)
builder (3.2.4)
byebug (11.0.1)
cane (2.6.2)
parallel
Expand Down Expand Up @@ -111,14 +111,14 @@ GEM
concord (0.1.5)
adamantium (~> 0.2.0)
equalizer (~> 0.0.9)
concurrent-ruby (1.1.5)
concurrent-ruby (1.1.8)
coveralls (0.7.1)
multi_json (~> 1.3)
rest-client
simplecov (>= 0.7)
term-ansicolor
thor
crass (1.0.4)
crass (1.0.6)
cucumber (3.1.2)
builder (>= 2.1.2)
cucumber-core (~> 3.2.0)
Expand All @@ -145,18 +145,18 @@ GEM
cucumber-wire (0.0.1)
database_cleaner (1.7.0)
debug_inspector (1.1.0)
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)
diff-lcs (1.3)
docile (1.1.5)
domain_name (0.5.20180417)
unf (>= 0.0.5, < 1.0.0)
equalizer (0.0.11)
erubi (1.8.0)
erubi (1.10.0)
erubis (2.7.0)
execjs (2.7.0)
factory_bot (5.0.2)
Expand Down Expand Up @@ -202,7 +202,7 @@ GEM
hirb (0.7.3)
http-cookie (1.0.3)
domain_name (~> 0.5)
i18n (1.6.0)
i18n (1.8.10)
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
jbuilder (2.8.0)
Expand All @@ -223,7 +223,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.9.1)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
lumberjack (1.0.13)
Expand Down Expand Up @@ -262,19 +262,19 @@ GEM
nokogiri (~> 1)
rake
mini_mime (1.0.1)
mini_portile2 (2.5.0)
minitest (5.11.3)
mini_portile2 (2.5.1)
minitest (5.14.4)
msgpack (1.2.10)
msgpack (1.2.10-x64-mingw32)
multi_json (1.13.1)
multi_test (0.1.2)
nenv (0.3.0)
netrc (0.11.0)
nio4r (2.3.1)
nokogiri (1.11.3)
nokogiri (1.11.5)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
nokogiri (1.11.3-x64-mingw32)
nokogiri (1.11.5-x64-mingw32)
racc (~> 1.4)
notiffany (0.1.1)
nenv (~> 0.1)
Expand All @@ -294,7 +294,7 @@ GEM
public_suffix (3.0.3)
puma (3.12.1)
racc (1.5.2)
rack (2.0.7)
rack (2.2.3)
rack-test (1.1.0)
rack (>= 1.0, < 3)
rails (5.2.3)
Expand All @@ -317,8 +317,8 @@ GEM
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.0.4)
loofah (~> 2.2, >= 2.2.2)
rails-html-sanitizer (1.3.0)
loofah (~> 2.3)
rails_12factor (0.0.3)
rails_serve_static_assets
rails_stdout_logging
Expand Down Expand Up @@ -351,9 +351,9 @@ GEM
unparser (~> 0.2.2)
regexp_parser (1.4.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.1)
actionpack (>= 5.0)
railties (>= 5.0)
rest-client (2.0.2)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
Expand Down Expand Up @@ -445,7 +445,7 @@ GEM
temple (0.8.1)
term-ansicolor (1.7.1)
tins (~> 1.0)
thor (0.20.3)
thor (1.1.0)
thread_safe (0.3.6)
tilt (2.0.9)
tins (1.20.2)
Expand All @@ -454,7 +454,7 @@ GEM
turbolinks (5.2.0)
turbolinks-source (~> 5.2)
turbolinks-source (5.2.0)
tzinfo (1.2.5)
tzinfo (1.2.9)
thread_safe (~> 0.1)
tzinfo-data (1.2019.1)
tzinfo (>= 1.0.0)
Expand All @@ -472,8 +472,8 @@ GEM
equalizer (~> 0.0.9)
parser (>= 2.3.1.2, < 2.6)
procto (~> 0.0.2)
warden (1.2.8)
rack (>= 2.0.6)
warden (1.2.9)
rack (>= 2.0.9)
web-console (3.7.0)
actionview (>= 5.0)
activemodel (>= 5.0)
Expand Down

0 comments on commit d32af85

Please sign in to comment.