14 lines
383 B
Diff
14 lines
383 B
Diff
Forwarded: https://gitlab.com/gitlab-org/gitlab-ce/issues/2694
|
|
|
|
Index: gitlab/Gemfile
|
|
===================================================================
|
|
--- gitlab.orig/Gemfile
|
|
+++ gitlab/Gemfile
|
|
@@ -1,6 +1,6 @@
|
|
source "https://rubygems.org"
|
|
|
|
-gem 'rails', '4.2.4'
|
|
+gem 'rails', '~> 4.2.4'
|
|
gem 'rails-deprecated_sanitizer', '~> 1.0.3'
|
|
|
|
# Responders respond_to and respond_with
|