diff options
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ end group :common_mark do gem "html-pipeline", "~> 2.13.2" gem "commonmarker", (RUBY_VERSION < '2.6' ? '0.21.0' : '~> 0.22') - gem "sanitize", "~> 5.2" + gem "sanitize", "~> 6.0" end # Include database gems for the adapters found in the database |