diff --git a/Gemfile b/Gemfile index ebb0dec67..f0fb62413 100644 --- a/Gemfile +++ b/Gemfile @@ -33,7 +33,9 @@ gem 'haikunator' # Template parsing safely gem 'liquid' # Parse Markdown to HTML -gem 'commonmarker' +# ref: https://github.com/gjtorikian/commonmarker/issues/358 +# can upgrade one this issue is fixed +gem 'commonmarker', '~> 0.23.11' # Validate Data against JSON Schema gem 'json_schemer' # used in swagger build diff --git a/Gemfile.lock b/Gemfile.lock index b30869d68..3867c2408 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -170,11 +170,7 @@ GEM logger (~> 1.5) climate_control (1.2.0) coderay (1.1.3) - commonmarker (2.6.1) - rb_sys (~> 0.9) - commonmarker (2.6.1-arm64-darwin) - commonmarker (2.6.1-x86_64-darwin) - commonmarker (2.6.1-x86_64-linux) + commonmarker (0.23.11) concurrent-ruby (1.3.5) connection_pool (2.5.3) crack (1.0.0) @@ -719,12 +715,9 @@ GEM zeitwerk (~> 2.6) rainbow (3.1.1) rake (13.3.0) - rake-compiler-dock (1.11.0) rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) - rb_sys (0.9.124) - rake-compiler-dock (= 1.11.0) rdoc (6.14.2) erb psych (>= 4.0.0) @@ -1041,7 +1034,7 @@ DEPENDENCIES bundle-audit byebug climate_control - commonmarker + commonmarker (~> 0.23.11) csv-safe database_cleaner datadog (~> 2.0)