Skip to content

Commit

Permalink
update github-markup to remove python2 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
willnorris committed Apr 14, 2021
1 parent 911d5c4 commit 83d5d7c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
if: ${{ runner.os != 'Windows' }}
uses: actions/setup-python@v2
with:
python-version: '2.x'
python-version: '3.x'

- name: Install docutils for Github-Markup
if: ${{ runner.os != 'Windows' }}
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ gem "org-ruby", "~> 0.9.12"
gem "creole", "~> 0.5.0"
gem "wikicloth", "~> 0.8.3"
gem "asciidoctor", "~> 2.0"
gem "github-markup", "~> 3.0"
gem "github-markup", "~> 4.0"
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ GEM
escape_utils (~> 1.2.0)
mini_mime (~> 1.0)
rugged (>= 0.25.1)
github-markup (3.0.5)
github-markup (4.0.0)
htmlentities (4.3.4)
i18n (1.8.9)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -84,7 +84,7 @@ DEPENDENCIES
commonmarker (~> 0.21.0)
creole (~> 0.5.0)
github-linguist (>= 7.12.1)
github-markup (~> 3.0)
github-markup (~> 4.0)
licensee (>= 9.9.0)
org-ruby (~> 0.9.12)
rdoc (= 3.12.1)
Expand Down

0 comments on commit 83d5d7c

Please sign in to comment.