diff --git a/Gemfile.lock b/Gemfile.lock index 951ff81..7322a7f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -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.7) + concurrent-ruby (1.2.0) 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) @@ -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) @@ -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) @@ -105,6 +104,7 @@ GEM PLATFORMS x86_64-darwin-20 + x86_64-linux DEPENDENCIES bundler (~> 2.0) diff --git a/editor_js.gemspec b/editor_js.gemspec index 1d00209..c9b531f 100644 --- a/editor_js.gemspec +++ b/editor_js.gemspec @@ -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'