From ae2b1e7a40b62b6dbe9ca9c9935160059c2bdf86 Mon Sep 17 00:00:00 2001 From: Brian 'bdougie' Douglas Date: Wed, 11 Sep 2019 05:26:47 -0700 Subject: [PATCH] update marky markdown --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index ead8322..dc5cbc0 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ source 'https://rubygems.org' do - gem 'marky_markdown', '~> 0.2.0' + gem 'marky_markdown', '~> 0.2.2' end diff --git a/Gemfile.lock b/Gemfile.lock index 808916e..03e23a5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,13 +1,13 @@ GEM remote: https://rubygems.org/ specs: - marky_markdown (0.2.0) + marky_markdown (0.2.2) PLATFORMS ruby DEPENDENCIES - marky_markdown (~> 0.2.0)! + marky_markdown (~> 0.2.2)! BUNDLED WITH 2.0.2