Relax ruby version check

This commit is contained in:
Pirate Praveen 2018-06-12 18:34:56 +05:30
parent 19ea70c804
commit ce781b2619
2 changed files with 14 additions and 0 deletions

13
debian/patches/relax-ruby-version.pacth vendored Normal file
View file

@ -0,0 +1,13 @@
Debian's ruby has the latest security patches applied
--- a/lib/system_check/app/ruby_version_check.rb
+++ b/lib/system_check/app/ruby_version_check.rb
@@ -5,7 +5,7 @@
set_check_pass -> { "yes (#{self.current_version})" }
def self.required_version
- @required_version ||= Gitlab::VersionInfo.new(2, 3, 5)
+ @required_version ||= Gitlab::VersionInfo.new(2, 3, 3)
end
def self.current_version

View file

@ -19,3 +19,4 @@ pid-log-paths.patch
add-system-lib-path-for-webpack.patch
remove-bundle-analyzer.patch
fix-mail-room-path.patch
relax-ruby-version.pacth