2015-09-24 15:42:54 +05:30
|
|
|
Forwarded: https://gitlab.com/gitlab-org/gitlab-ce/issues/2694
|
|
|
|
|
2015-09-24 15:36:10 +05:30
|
|
|
Index: gitlab/Gemfile
|
|
|
|
===================================================================
|
|
|
|
--- gitlab.orig/Gemfile
|
|
|
|
+++ gitlab/Gemfile
|
2015-10-24 20:10:10 +05:30
|
|
|
@@ -1,6 +1,6 @@
|
|
|
|
source "https://rubygems.org"
|
2015-09-24 15:36:10 +05:30
|
|
|
|
2015-12-23 02:32:54 +05:30
|
|
|
-gem 'rails', '4.2.4'
|
|
|
|
+gem 'rails', '~> 4.2.4'
|
|
|
|
gem 'rails-deprecated_sanitizer', '~> 1.0.3'
|
2015-09-24 15:36:10 +05:30
|
|
|
|
2015-12-23 02:32:54 +05:30
|
|
|
# Responders respond_to and respond_with
|