Skip to content

Commit

Permalink
fix: update github-markup requirement from 3.0.4 to 4.0.0
Browse files Browse the repository at this point in the history
Updates the requirements on [github-markup](https://github.com/github/markup) to permit the latest version.
- [Release notes](https://github.com/github/markup/releases)
- [Changelog](https://github.com/github/markup/blob/master/HISTORY.md)
- [Commits](github/markup@v3.0.4...v4.0.0)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 9, 2021
1 parent d1b7f4f commit f826499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

gem "github-markup", "3.0.4"
gem "github-markup", "4.0.0"
gem "RedCloth", "=4.3.2"
gem "asciidoctor", "2.0.16"
gem "commonmarker", "=0.21.0"
Expand Down

0 comments on commit f826499

Please sign in to comment.