From 68fa55de2989af2450edf3a7e39cf6710fc3ca50 Mon Sep 17 00:00:00 2001 From: Pat Dryburgh Date: Thu, 1 Aug 2019 15:16:31 -0700 Subject: [PATCH] update gemspec to 0.7.2 --- hitchens-theme.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hitchens-theme.gemspec b/hitchens-theme.gemspec index 97a2bdfe9..27d0e4bf5 100644 --- a/hitchens-theme.gemspec +++ b/hitchens-theme.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |spec| spec.name = "hitchens-theme" - spec.version = "0.7.1" + spec.version = "0.7.2" spec.authors = ["Pat Dryburgh"] spec.email = ["hello@patdryburgh.com"] @@ -14,6 +14,6 @@ Gem::Specification.new do |spec| spec.add_runtime_dependency "jekyll", "~> 3.8" - spec.add_development_dependency "bundler", "~> 1.16" + spec.add_development_dependency "bundler", "~> 1.17" spec.add_development_dependency "rake", "~> 12.0" end