summaryrefslogtreecommitdiff
path: root/lib/gitlab/version_info.rb
Commit message (Collapse)AuthorAgeFilesLines
* Revert the "What's new" featureBrandon Labuschagne2019-01-291-8/+0
|
* Resolve "Add "What's new" menu item in top navigation"Brandon Labuschagne2019-01-141-0/+8
|
* Enable frozen string for lib/gitlab/*.rbgfyoung2018-10-221-0/+2
|
* Fix abort gitlab:app:checkSato Hiroyuki2013-06-061-1/+1
| | | | | | | When the file that pointed git bin_path in gitlab.yml dose'nt exist, bundle rake gitlab:app:check would be aborted. refs #4205
* Add Gitlab::VersionInfo class to fix and simplify version check.Sato Hiroyuki2013-05-081-0/+54
It returns "yes" if required version is "1.7.10" and current version is "1.6.10", because the patch version of current version equals to that of required version.