From 27adc6cfb5d9375498bdc09587f63db765aa12c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2020 23:02:34 +0000 Subject: [PATCH] Bump kramdown from 1.4.0 to 2.3.0 Bumps [kramdown](https://github.com/gettalong/kramdown) from 1.4.0 to 2.3.0. - [Release notes](https://github.com/gettalong/kramdown/releases) - [Changelog](https://github.com/gettalong/kramdown/blob/master/doc/news.page) - [Commits](https://github.com/gettalong/kramdown/commits) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 82ee2a3..77ba99f 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem 'ctl_base_ui', '0.0.6' gem 'sass', '3.3.9' gem 'haml', '4.0.5' gem 'uglifier', '2.5.1' -gem 'kramdown', '1.4.0' +gem 'kramdown', '2.3.0' gem 'zeroclipboard-rails', '0.1.0' # API Gems diff --git a/Gemfile.lock b/Gemfile.lock index ee83b68..523ff90 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -91,7 +91,8 @@ GEM railties (>= 3.2.16) json (1.8.2) kmts (2.0.1) - kramdown (1.4.0) + kramdown (2.3.0) + rexml mail (2.6.3) mime-types (>= 1.16, < 3) mime-types (2.4.3) @@ -131,6 +132,7 @@ GEM rake (10.4.0) rest-client (1.6.7) mime-types (>= 1.16) + rexml (3.2.4) rspec-core (3.1.7) rspec-support (~> 3.1.0) rspec-expectations (3.1.2) @@ -212,7 +214,7 @@ DEPENDENCIES haml (= 4.0.5) its (= 0.2.0) kmts (= 2.0.1) - kramdown (= 1.4.0) + kramdown (= 2.3.0) octokit (= 3.2.0) phantomjs (= 1.9.7.1) puma (= 2.8.2)