summaryrefslogtreecommitdiff
path: root/Gemfile.rails4.lock
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'upgrade_kubeclient_400' into 'master'Kamil Trzciński2018-11-271-6/+6
|\ | | | | | | | | Upgrade kubeclient to 4.0.0 See merge request gitlab-org/gitlab-ce!23261
| * Upgrade kubeclient to 4.0.0Thong Kuah2018-11-271-6/+6
| | | | | | | | Bumps kubeclient and its dependencies from 3.1.0 to 4.0.0.
* | Merge branch 'bvl-use-shell-writeref' into 'master'Douwe Maan2018-11-271-2/+2
|\ \ | |/ |/| | | | | Don't use rugged write-ref anymore See merge request gitlab-org/gitlab-ce!23286
| * Update gitaly and gitaly-protoBob Van Landuyt2018-11-261-2/+2
| |
* | Upgrade better_errors gem to 2.5.0sh-bump-better-errors-gemStan Hu2018-11-221-3/+4
|/ | | | | | | This gem is only used for development, and the latest version has been tested with Rails 5/Ruby 2.5. Changes: https://github.com/BetterErrors/better_errors/releases
* Upgrade escape_utils to 1.2.1sh-bump-escape-utilsStan Hu2018-11-201-1/+1
| | | | | | | | This matches the version shipped in gitaly-ruby. The main changes between 1.1.1 and 1.2.1 are CI-related improvements: https://github.com/brianmario/escape_utils/compare/1.1.1...1.2.1
* Merge branch 'sh-bump-gems-security' into 'master'Douglas Barbosa Alexandre2018-11-191-6/+6
|\ | | | | | | | | Bump nokogiri, loofah, and rack gems for security updates See merge request gitlab-org/gitlab-ce!23204
| * Bump nokogiri, loofah, and rack gems for security updatesStan Hu2018-11-191-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | loofah: CVE-2018-16468: https://github.com/flavorjones/loofah/issues/154 nokogiri: CVE-2018-14404 and CVE-2018-14567 https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md rack: CVE-2018-16471 https://github.com/rack/rack/commit/e5d58031b766e49687157b45edab1b8457d972bd i18n: https://github.com/svenfuchs/i18n/releases concurrent-ruby: https://github.com/ruby-concurrency/concurrent-ruby/blob/master/CHANGELOG.md
* | Bump ruby_parser to 3.11.0 for Ruby 2.5 compatibilityStan Hu2018-11-191-3/+3
|/ | | | See https://github.com/seattlerb/ruby_parser/blob/master/History.rdoc
* Merge branch '54004-update-asana-to-0.8.1' into 'master'Sean McGivern2018-11-191-2/+2
|\ | | | | | | | | | | | | Update asana to 0.8.1 Closes #54004 See merge request gitlab-org/gitlab-ce!23039
| * Update asana to 0.8.1Takuya Noguchi2018-11-191-2/+2
| | | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* | Merge branch 'sh-use-nakayoshi-fork' into 'master'Sean McGivern2018-11-191-0/+2
|\ \ | |/ |/| | | | | Improve memory performance by reducing dirty pages before fork See merge request gitlab-org/gitlab-ce!23169
| * Improve memory performance by reducing dirty pages after fork()sh-use-nakayoshi-forkStan Hu2018-11-181-0/+2
| | | | | | | | | | | | | | | | The nakayoshi_fork gem works around the lack of a Ruby compacting garbage collecting by calling GC.start a few times to "promote" the age of young objects to the maximum age 3. This reduces the number of dirty pages and consequently improves copy-on-write behavior with unicorn and other forking Web application servers.
* | Merge branch '54010-update-asciidoctor-to-1.5.8' into 'master'Rémy Coutable2018-11-191-2/+2
|\ \ | |/ |/| | | | | | | | | Update asciidoctor to 1.5.8 Closes #54010 See merge request gitlab-org/gitlab-ce!23047
| * Update asciidoctor to 1.5.8Takuya Noguchi2018-11-151-2/+2
| | | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* | Use the new parallel keyword in .gitlab-ci.ymluse-parallel-ci-keywordRémy Coutable2018-11-151-2/+2
|/ | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch 'switch-rails' into 'master'Sean McGivern2018-11-141-3/+3
| | | | | | | Switch to Rails 5 Closes #14286 and #48991 See merge request gitlab-org/gitlab-ce!21492
* Minor gem fixesswitch-railsJan Provaznik2018-11-141-3/+3
|
* Switch to Rails 5 by defaultJan Provaznik2018-11-141-0/+1157
* updates Gemfile * uses Rails 5 unless explicitly disabled