Relax ruby version check
This commit is contained in:
parent
19ea70c804
commit
ce781b2619
2 changed files with 14 additions and 0 deletions
13
debian/patches/relax-ruby-version.pacth
vendored
Normal file
13
debian/patches/relax-ruby-version.pacth
vendored
Normal 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
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -19,3 +19,4 @@ pid-log-paths.patch
|
||||||
add-system-lib-path-for-webpack.patch
|
add-system-lib-path-for-webpack.patch
|
||||||
remove-bundle-analyzer.patch
|
remove-bundle-analyzer.patch
|
||||||
fix-mail-room-path.patch
|
fix-mail-room-path.patch
|
||||||
|
relax-ruby-version.pacth
|
||||||
|
|
Loading…
Reference in a new issue