Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update commonmarker requirement from ~> 0.21.2 to >= 0.21.2, < 0.24.0 #44

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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