Skip to content

Commit

Permalink
Update commonmarker requirement from ~> 0.21.2 to >= 0.21.2, < 0.24.0
Browse files Browse the repository at this point in the history
Updates the requirements on [commonmarker](https://github.com/gjtorikian/commonmarker) to permit the latest version.
- [Release notes](https://github.com/gjtorikian/commonmarker/releases)
- [Changelog](https://github.com/gjtorikian/commonmarker/blob/main/CHANGELOG.md)
- [Commits](gjtorikian/commonmarker@v0.21.2...v0.23.6)

---
updated-dependencies:
- dependency-name: commonmarker
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 22, 2022
1 parent 2fed69f commit 81bbca6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PATH
editor_js (0.4.0)
actionview (>= 4)
activesupport (>= 4)
commonmarker (~> 0.21.2)
commonmarker (>= 0.21.2, < 0.24.0)
htmlentities (~> 4.3, >= 4.3.4)
json-schema (~> 2)
rouge (~> 3.26)
Expand All @@ -30,15 +30,14 @@ GEM
ast (2.4.2)
builder (3.2.4)
coderay (1.1.3)
commonmarker (0.21.2)
ruby-enum (~> 0.5)
concurrent-ruby (1.1.9)
commonmarker (0.23.6)
concurrent-ruby (1.1.10)
crass (1.0.6)
diff-lcs (1.4.4)
docile (1.4.0)
erubi (1.10.0)
htmlentities (4.3.4)
i18n (1.8.10)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
jaro_winkler (1.5.4)
json (2.5.1)
Expand All @@ -51,6 +50,8 @@ GEM
minitest (5.14.4)
nokogiri (1.12.3-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.12.3-x86_64-linux)
racc (~> 1.4)
parallel (1.20.1)
parser (3.0.2.0)
ast (~> 2.4.1)
Expand Down Expand Up @@ -87,8 +88,6 @@ GEM
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 1.7)
ruby-enum (0.9.0)
i18n
ruby-progressbar (1.11.0)
sanitize (6.0.0)
crass (~> 1.0.2)
Expand All @@ -105,6 +104,7 @@ GEM

PLATFORMS
x86_64-darwin-20
x86_64-linux

DEPENDENCIES
bundler (~> 2.0)
Expand Down
2 changes: 1 addition & 1 deletion editor_js.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Gem::Specification.new do |spec|

spec.add_dependency 'actionview', '>= 4'
spec.add_dependency 'activesupport', '>= 4'
spec.add_dependency 'commonmarker', '~> 0.21.2'
spec.add_dependency 'commonmarker', '>= 0.21.2', '< 0.24.0'
spec.add_dependency 'htmlentities', '~> 4.3', '>= 4.3.4'
spec.add_dependency 'json-schema', '~> 2'
spec.add_dependency 'rouge', '~> 3.26'
Expand Down

0 comments on commit 81bbca6

Please sign in to comment.