summaryrefslogtreecommitdiff
path: root/lib/gitlab/version_info.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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.