diff options
author | Sean McGivern <sean@gitlab.com> | 2016-07-26 12:52:37 +0100 |
---|---|---|
committer | Sean McGivern <sean@gitlab.com> | 2016-08-17 14:33:56 +0100 |
commit | b73ff13e8a1c406d162721895687659d9e11c7a8 (patch) | |
tree | b531ccb7e11991701102103ed9f7570b24b28951 /Gemfile | |
parent | d1da2e8180d92e5f4a8b5ebb36b0f4e4d0618bf8 (diff) | |
download | gitlab-ce-b73ff13e8a1c406d162721895687659d9e11c7a8.tar.gz |
Fix Ace syntax highlighting with compiled assets3225-ace-editor-causing-404-errors-every-time-you-try-to-edit-a-file-in-the-webui
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -201,7 +201,7 @@ gem 'licensee', '~> 8.0.0' gem 'rack-attack', '~> 4.3.1' # Ace editor -gem 'ace-rails-ap', '~> 4.0.2' +gem 'ace-rails-ap', '~> 4.1.0' # Keyboard shortcuts gem 'mousetrap-rails', '~> 1.4.6' |