Skip to content

Commit

Permalink
Merge pull request #417 from gjtorikian/dependabot/bundler/bundler-de…
Browse files Browse the repository at this point in the history
…pendencies-f476521695

Update commonmarker requirement from ~> 1.1.2 to ~> 2.0.1 in the bundler-dependencies group
  • Loading branch information
gjtorikian authored Dec 2, 2024
2 parents 3e9be8d + 0cb820d commit 713f663
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ test/tmp
test/version_tmp
tmp
exec/*
vendor/gems
vendor/cache/
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ group :development do
end

group :test do
gem "commonmarker", "~> 1.1.2", require: false
gem "commonmarker", "~> 2.0.1", require: false
gem "gemoji", "~> 4.1", require: false
gem "gemojione", "~> 4.3", require: false

Expand Down
3 changes: 1 addition & 2 deletions test/html_pipeline/convert_filter/markdown_filter_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,7 @@ def test_convert_newlines_in_even_long_groups
end

def test_not_convert_newlines_in_lists
options = Commonmarker::Config.merged_with_defaults({})
options[:extension].delete(:header_ids)
options = { extension: { header_ids: nil } }

assert_equal(
"<h1>foo</h1>\n<h1>bar</h1>",
Expand Down

0 comments on commit 713f663

Please sign in to comment.