diff --git a/Gemfile.lock b/Gemfile.lock index c9c8a78..662867e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - erblint-github (1.0.0) + erblint-github (1.0.1) GEM remote: https://rubygems.org/ @@ -43,11 +43,11 @@ GEM loofah (2.21.3) crass (~> 1.0.2) nokogiri (>= 1.12.0) - mini_portile2 (2.8.4) + mini_portile2 (2.8.5) minitest (5.21.2) mocha (2.1.0) ruby2_keywords (>= 0.0.5) - nokogiri (1.15.4) + nokogiri (1.16.2) mini_portile2 (~> 2.8.2) racc (~> 1.4) parallel (1.24.0) diff --git a/erblint-github.gemspec b/erblint-github.gemspec index f1a4396..08c17cc 100644 --- a/erblint-github.gemspec +++ b/erblint-github.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |s| s.name = "erblint-github" - s.version = "1.0.0" + s.version = "1.0.1" s.summary = "erblint GitHub" s.description = "Template style checking for GitHub Ruby repositories" s.homepage = "https://github.com/github/erblint-github"