diff --git a/Gemfile b/Gemfile index f0fb62413..ebb0dec67 100644 --- a/Gemfile +++ b/Gemfile @@ -33,9 +33,7 @@ gem 'haikunator' # Template parsing safely gem 'liquid' # Parse Markdown to HTML -# ref: https://github.com/gjtorikian/commonmarker/issues/358 -# can upgrade one this issue is fixed -gem 'commonmarker', '~> 0.23.11' +gem 'commonmarker' # Validate Data against JSON Schema gem 'json_schemer' # used in swagger build diff --git a/Gemfile.lock b/Gemfile.lock index 3867c2408..b30869d68 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -170,7 +170,11 @@ GEM logger (~> 1.5) climate_control (1.2.0) coderay (1.1.3) - commonmarker (0.23.11) + 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) concurrent-ruby (1.3.5) connection_pool (2.5.3) crack (1.0.0) @@ -715,9 +719,12 @@ 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) @@ -1034,7 +1041,7 @@ DEPENDENCIES bundle-audit byebug climate_control - commonmarker (~> 0.23.11) + commonmarker csv-safe database_cleaner datadog (~> 2.0)