Skip to content
This repository was archived by the owner on Jun 25, 2020. It is now read-only.

Commit 844fb2b

Browse files
Bump kramdown from 1.17.0 to 2.1.0
Bumps [kramdown](https://github.com/gettalong/kramdown) from 1.17.0 to 2.1.0. - [Release notes](https://github.com/gettalong/kramdown/releases) - [Changelog](https://github.com/gettalong/kramdown/blob/master/doc/news.page) - [Commits](https://github.com/gettalong/kramdown/commits) Signed-off-by: dependabot[bot] <support@dependabot.com>
1 parent 2d133db commit 844fb2b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ gem 'rails', '5.2.2' # Ruby on Rails MVC framework
1414
gem 'bootsnap', '>= 1.3', require: false # Optimize Rails boot time
1515

1616
# TEXT PROCESSING
17-
gem 'kramdown', '~> 1.17' # Markdown <> HTML
17+
gem 'kramdown', '~> 2.1' # Markdown <> HTML
1818
gem 'loofah', '~> 2.2' # HTML sanitizer
1919
gem 'rinku', '~> 2.0.5' # Autolink
2020

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ GEM
498498
activerecord
499499
kaminari-core (= 1.1.1)
500500
kaminari-core (1.1.1)
501-
kramdown (1.17.0)
501+
kramdown (2.1.0)
502502
launchy (2.4.3)
503503
addressable (~> 2.3)
504504
letter_opener (1.7.0)
@@ -816,7 +816,7 @@ DEPENDENCIES
816816
inherited_resources (~> 1.9)
817817
jsonapi_helpers (~> 0.2)
818818
kaminari (~> 1.1)
819-
kramdown (~> 1.17)
819+
kramdown (~> 2.1)
820820
letter_opener (~> 1.7)
821821
listen (~> 3.1)
822822
lograge (~> 0.10)

0 commit comments

Comments
 (0)