Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Tatuya Kamada
gitlab-ce
Commits
405d752b
Commit
405d752b
authored
Jun 06, 2016
by
Stan Hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump recaptcha gem to 3.0.0 to remove deprecated stoken support
Closes #18210
parent
2cbb17da
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
CHANGELOG
CHANGELOG
+1
-0
Gemfile
Gemfile
+1
-1
Gemfile.lock
Gemfile.lock
+2
-2
No files found.
CHANGELOG
View file @
405d752b
...
...
@@ -8,6 +8,7 @@ v 8.9.0 (unreleased)
- Make EmailsOnPushWorker use Sidekiq mailers queue
- Fix wiki page events' webhook to point to the wiki repository
- Fix issue todo not remove when leave project !4150 (Long Nguyen)
- Bump recaptcha gem to 3.0.0 to remove deprecated stoken support
- Allow forking projects with restricted visibility level
- Improve note validation to prevent errors when creating invalid note via API
- Reduce number of fog gem dependencies
...
...
Gemfile
View file @
405d752b
...
...
@@ -38,7 +38,7 @@ gem 'rack-oauth2', '~> 1.2.1'
gem
'
jwt
'
# Spam and anti-bot protection
gem
'
recaptcha
'
,
require:
'recaptcha/rails'
gem
'
recaptcha
'
,
'~> 3.0'
,
require:
'recaptcha/rails'
gem
'
akismet
'
,
'~> 2.0'
# Two-factor authentication
...
...
Gemfile.lock
View file @
405d752b
...
...
@@ -549,7 +549,7 @@ GEM
debugger-ruby_core_source (~> 1.3)
rdoc (3.12.2)
json (~> 1.4)
recaptcha (
1.0.2
)
recaptcha (
3.0.0
)
json
redcarpet (3.3.3)
redis (3.3.0)
...
...
@@ -932,7 +932,7 @@ DEPENDENCIES
raphael-rails (~> 2.1.2)
rblineprof
rdoc (~> 3.6)
recaptcha
recaptcha
(~> 3.0)
redcarpet (~> 3.3.3)
redis (~> 3.2)
redis-namespace
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment