Commit Graph

14 Commits

Author SHA1 Message Date
Stan Hu 5b42ebbf24 Upgrade escape_utils to 1.2.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
2018-11-20 10:09:19 -08:00
Douglas Barbosa Alexandre 8a581d531b Merge branch 'sh-bump-gems-security' into 'master'
Bump nokogiri, loofah, and rack gems for security updates

See merge request gitlab-org/gitlab-ce!23204
2018-11-19 23:29:15 +00:00
Stan Hu eded081522
Bump nokogiri, loofah, and rack gems for security updates
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
e5d58031b7

i18n: https://github.com/svenfuchs/i18n/releases

concurrent-ruby: https://github.com/ruby-concurrency/concurrent-ruby/blob/master/CHANGELOG.md
2018-11-19 20:21:18 -02:00
Stan Hu 1ecf096207
Bump ruby_parser to 3.11.0 for Ruby 2.5 compatibility
See https://github.com/seattlerb/ruby_parser/blob/master/History.rdoc
2018-11-19 20:11:21 -02:00
Sean McGivern 7548c4d5af Merge branch '54004-update-asana-to-0.8.1' into 'master'
Update asana to 0.8.1

Closes #54004

See merge request gitlab-org/gitlab-ce!23039
2018-11-19 09:58:59 +00:00
Sean McGivern 96fb16743d Merge branch 'sh-use-nakayoshi-fork' into 'master'
Improve memory performance by reducing dirty pages before fork

See merge request gitlab-org/gitlab-ce!23169
2018-11-19 08:33:54 +00:00
Takuya Noguchi 8759096456 Update asana to 0.8.1
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2018-11-19 17:30:25 +09:00
Rémy Coutable d892df9adc Merge branch '54010-update-asciidoctor-to-1.5.8' into 'master'
Update asciidoctor to 1.5.8

Closes #54010

See merge request gitlab-org/gitlab-ce!23047
2018-11-19 07:42:51 +00:00
Stan Hu d991ea6ddd Improve memory performance by reducing dirty pages after fork()
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.
2018-11-18 00:46:27 -08:00
Rémy Coutable b27db6cf0a
Use the new parallel keyword in .gitlab-ci.yml
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-11-15 14:34:41 +01:00
Takuya Noguchi 4166ce773b Update asciidoctor to 1.5.8
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2018-11-15 00:33:48 +09:00
Sean McGivern af3a73ef9c Merge branch 'switch-rails' into 'master'
Switch to Rails 5

Closes #14286 and #48991

See merge request gitlab-org/gitlab-ce!21492
2018-11-14 14:01:14 +00:00
Jan Provaznik f6d368c748 Minor gem fixes 2018-11-14 12:41:16 +01:00
Jan Provaznik 547dc7ac60 Switch to Rails 5 by default
* updates Gemfile
* uses Rails 5 unless explicitly disabled
2018-11-14 12:38:30 +01:00
Renamed from Gemfile.rails5.lock (Browse further)