Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-01-04Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2023-05-20Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2023-01-23Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-11-29Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-12-08Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-08-31Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-10-23Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-05-30Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-03Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-05-08Upgrade Ruby version to 2.6.3Stan Hu
Ruby 2.6 offers better performance and memory usage: https://www.rubyguides.com/2018/11/ruby-2-6-new-features/ Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/57323
2018-11-13Upgrade to Ruby 2.5.3Stan Hu
Attempt to update google-protobuf for migration-paths Because the one we were using aren't compatible with Ruby 2.5.3, and it'll be troublesome to switch Ruby. Upgrading google-protobuf will be much easier. All of them will need to be updated for Ruby 2.5.3 We remove oj because we don't really need it and it doesn't compile on 2.5.3 with that version. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/41825
2018-10-24Upgrade to Ruby 2.4.5Stan Hu
2018-05-30Upgrade to Ruby 2.4.4Stan Hu
Fixes that make this work: * A change in Ruby (https://github.com/ruby/ruby/commit/ce635262f53b760284d56bb1027baebaaec175d1) requires passing in the exact required length for OpenSSL keys and IVs. * Ensure the secrets.yml is generated before any prepended modules are loaded. This is done by renaming the `secret_token.rb` initializer to `01_secret_token.rb`, which is a bit ugly but involves the least impact on other files.
2018-04-09Bump .ruby-version from 2.3.6 to 2.3.7Stan Hu
2017-12-21Update Ruby version to 2.3.6Rémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-10-31Upgrade Ruby to 2.3.5Zeger-Jan van de Weg
Part of gitlab-org/gitlab-ce#38040
2016-12-03Bump ruby versionZ.J. van de Weg
2016-08-11Default build tests ruby 2.3.1Z.J. van de Weg
Ruby 2.1.8 is used only on master for now, as this would give confidance in case this commit has to be reverted.
2016-02-19revert back to ruby 2.1 - use 2.1.8James Lopez
2016-02-19revert back to ruby 2.1James Lopez
2016-01-21update Ruby version to 2.2.4 (latest previous stable) and update docsJames Lopez
2015-12-04Update .ruby-version to 2.1.7Robert Schilling
2015-04-14ruby 2.1.6Chulki Lee
https://www.ruby-lang.org/en/news/2015/04/13/ruby-2-1-6-released/
2015-01-07GitLab does not work well with Ruby 2.2 yetDmitriy Zaporozhets
2014-12-29ruby 2.2.0 in .ruby-verisonChulki Lee
2014-12-14ruby 2.1.5 in .ruby-versionChulki Lee
2014-10-09set the development ruby version automaticallyJob van der Voort