Merge branch '284113-cleanup-invisible_captcha-feature-flag' into 'master'
Resolve "Cleanup invisible_captcha feature flag" See merge request gitlab-org/gitlab!50650
Showing
... | @@ -57,7 +57,7 @@ gem 'gssapi', group: :kerberos | ... | @@ -57,7 +57,7 @@ gem 'gssapi', group: :kerberos |
# Spam and anti-bot protection | # Spam and anti-bot protection | ||
gem 'recaptcha', '~> 4.11', require: 'recaptcha/rails' | gem 'recaptcha', '~> 4.11', require: 'recaptcha/rails' | ||
gem 'akismet', '~> 3.0' | gem 'akismet', '~> 3.0' | ||
gem 'invisible_captcha', '~> 0.12.1' | gem 'invisible_captcha', '~> 1.1.0' | ||
# Two-factor authentication | # Two-factor authentication | ||
gem 'devise-two-factor', '~> 3.1.0' | gem 'devise-two-factor', '~> 3.1.0' | ||
... | ... |
Please register or sign in to comment