gitlab-org--gitlab-foss/lib/banzai
Stan Hu 39f252254b Make sure there's only one slash as path separator
In Ruby 2.4, `URI.join("http://test//", "a").to_s` will
remove the double slash, however it's not the case in
Ruby 2.5. Using chomp should work better for the intention,
as we're not trying to allow things like ../ or / paths
resolution.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53180
2018-11-09 15:36:45 -08:00
..
filter Make sure there's only one slash as path separator 2018-11-09 15:36:45 -08:00
pipeline Enable more frozen string in lib/**/*.rb 2018-10-06 17:02:50 -07:00
reference_parser Enable more frozen string in lib/**/*.rb 2018-10-06 17:02:50 -07:00
renderer Enable more frozen string in lib/**/*.rb 2018-10-06 17:02:50 -07:00
color_parser.rb Enable more frozen string in lib/**/*.rb 2018-10-06 17:02:50 -07:00
commit_renderer.rb Enable more frozen string in lib/**/*.rb 2018-10-06 17:02:50 -07:00
cross_project_reference.rb Enable more frozen string in lib/**/*.rb 2018-10-06 17:02:50 -07:00
filter.rb Enable more frozen string in lib/**/*.rb 2018-10-06 17:02:50 -07:00
filter_array.rb Enable more frozen string in lib/**/*.rb 2018-10-06 17:02:50 -07:00
issuable_extractor.rb Prepare Banzai to work with group issuables 2018-10-31 16:04:48 +01:00
object_renderer.rb Enable more frozen string in lib/**/*.rb 2018-10-06 17:02:50 -07:00
pipeline.rb Enable more frozen string in lib/**/*.rb 2018-10-06 17:02:50 -07:00
querying.rb Enable more frozen string in lib/**/*.rb 2018-10-06 17:02:50 -07:00
redactor.rb Enable more frozen string in lib/**/*.rb 2018-10-06 17:02:50 -07:00
reference_extractor.rb Enable more frozen string in lib/**/*.rb 2018-10-06 17:02:50 -07:00
reference_parser.rb Enable more frozen string in lib/**/*.rb 2018-10-06 17:02:50 -07:00
render_context.rb Support Markdown rendering using multiple projects 2018-04-11 14:10:19 +02:00
renderer.rb Enable more frozen string in lib/**/*.rb 2018-10-06 17:02:50 -07:00
request_store_reference_cache.rb Enable more frozen string in lib/**/*.rb 2018-10-06 17:02:50 -07:00