diff options
author | Stan Hu <stanhu@gmail.com> | 2016-05-10 20:13:52 +0000 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2016-05-10 20:13:52 +0000 |
commit | 634f02b0950048ee97c1d92c4f3051aedd121dc5 (patch) | |
tree | 3b943b7034fd026f86f77a32c2d8aa4f9e8aea79 | |
parent | 7d4f4ad4b0384ed6a82c8f710e962c54d0fd7b11 (diff) | |
parent | 77f1b9dcd44d5017502a6a0807ccdab643a32ede (diff) | |
download | gitlab-ce-634f02b0950048ee97c1d92c4f3051aedd121dc5.tar.gz |
Merge branch 'issue_13987' into 'master'
Update Ace Editor
Upgrading fixes scroll navigation on mobile.
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/13987
![scroll](/uploads/fd655fa6033ddc0337080c89c3fbf92f/scroll.gif)
See merge request !3823
-rw-r--r-- | CHANGELOG | 1 | ||||
-rw-r--r-- | Gemfile | 2 | ||||
-rw-r--r-- | Gemfile.lock | 4 |
3 files changed, 4 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG index 499febdfd08..3785506b1f5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -39,6 +39,7 @@ v 8.8.0 (unreleased) - Expire repository exists? and has_visible_content? caches after a push if necessary - Fix unintentional filtering bug in issues sorted by milestone due (Takuya Noguchi) - Fix adding a todo for private group members (Ahmad Sherif) + - Bump ace-rails-ap gem version from 2.0.1 to 4.0.2 which upgrades Ace Editor from 1.1.2 to 1.2.3 v 8.7.4 - Fix always showing build notification message when switching between merge requests @@ -197,7 +197,7 @@ gem 'licensee', '~> 8.0.0' gem "rack-attack", '~> 4.3.1' # Ace editor -gem 'ace-rails-ap', '~> 2.0.1' +gem 'ace-rails-ap', '~> 4.0.2' # Keyboard shortcuts gem 'mousetrap-rails', '~> 1.4.6' diff --git a/Gemfile.lock b/Gemfile.lock index 86b9142ef27..c02698bcca7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,7 +3,7 @@ GEM specs: CFPropertyList (2.3.2) RedCloth (4.2.9) - ace-rails-ap (2.0.1) + ace-rails-ap (4.0.2) actionmailer (4.2.6) actionpack (= 4.2.6) actionview (= 4.2.6) @@ -882,7 +882,7 @@ PLATFORMS DEPENDENCIES RedCloth (~> 4.2.9) - ace-rails-ap (~> 2.0.1) + ace-rails-ap (~> 4.0.2) activerecord-deprecated_finders (~> 1.0.3) activerecord-session_store (~> 0.1.0) acts-as-taggable-on (~> 3.4) |