Commit 9c314c39 authored by Mayra Cabrera's avatar Mayra Cabrera

Merge branch 'id-bump-devise-two-factor' into 'master'

Bump devise-two-factor version [RUN ALL RSPEC] [RUN AS-IF-FOSS]

See merge request gitlab-org/gitlab!58929
parents a41e7ef2 b963358f
...@@ -59,7 +59,7 @@ gem 'akismet', '~> 3.0' ...@@ -59,7 +59,7 @@ gem 'akismet', '~> 3.0'
gem 'invisible_captcha', '~> 1.1.0' gem 'invisible_captcha', '~> 1.1.0'
# Two-factor authentication # Two-factor authentication
gem 'devise-two-factor', '~> 3.1.0' gem 'devise-two-factor', '~> 4.0.0'
gem 'rqrcode-rails3', '~> 0.1.7' gem 'rqrcode-rails3', '~> 0.1.7'
gem 'attr_encrypted', '~> 3.1.0' gem 'attr_encrypted', '~> 3.1.0'
gem 'u2f', '~> 0.2.1' gem 'u2f', '~> 0.2.1'
......
...@@ -264,12 +264,12 @@ GEM ...@@ -264,12 +264,12 @@ GEM
railties (>= 4.1.0) railties (>= 4.1.0)
responders responders
warden (~> 1.2.3) warden (~> 1.2.3)
devise-two-factor (3.1.0) devise-two-factor (4.0.0)
activesupport (< 6.1) activesupport (< 6.2)
attr_encrypted (>= 1.3, < 4, != 2) attr_encrypted (>= 1.3, < 4, != 2)
devise (~> 4.0) devise (~> 4.0)
railties (< 6.1) railties (< 6.2)
rotp (~> 2.0) rotp (~> 6.0)
diff-lcs (1.4.4) diff-lcs (1.4.4)
diff_match_patch (0.1.0) diff_match_patch (0.1.0)
diffy (3.3.0) diffy (3.3.0)
...@@ -1044,7 +1044,7 @@ GEM ...@@ -1044,7 +1044,7 @@ GEM
nokogiri nokogiri
rexml (3.2.4) rexml (3.2.4)
rinku (2.0.0) rinku (2.0.0)
rotp (2.1.2) rotp (6.2.0)
rouge (3.26.0) rouge (3.26.0)
rqrcode (0.7.0) rqrcode (0.7.0)
chunky_png chunky_png
...@@ -1385,7 +1385,7 @@ DEPENDENCIES ...@@ -1385,7 +1385,7 @@ DEPENDENCIES
derailed_benchmarks derailed_benchmarks
device_detector device_detector
devise (~> 4.7.2) devise (~> 4.7.2)
devise-two-factor (~> 3.1.0) devise-two-factor (~> 4.0.0)
diff_match_patch (~> 0.1.0) diff_match_patch (~> 0.1.0)
diffy (~> 3.3) diffy (~> 3.3)
discordrb-webhooks (~> 3.4) discordrb-webhooks (~> 3.4)
......
---
title: Bump devise-two-factor version
merge_request: 58929
author:
type: other
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment