Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean McGivern <sean@gitlab.com>2016-07-26 14:52:37 +0300
committerSean McGivern <sean@gitlab.com>2016-08-17 16:33:56 +0300
commitb73ff13e8a1c406d162721895687659d9e11c7a8 (patch)
treeb531ccb7e11991701102103ed9f7570b24b28951 /Gemfile
parentd1da2e8180d92e5f4a8b5ebb36b0f4e4d0618bf8 (diff)
Fix Ace syntax highlighting with compiled assets
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 8b44b54e22c..a99865a6f66 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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'