From 4cfc22683f32a6977b7e1968afc4f429934bef06 Mon Sep 17 00:00:00 2001 From: Alex Evanczuk Date: Fri, 12 Aug 2022 17:16:29 -0400 Subject: [PATCH] Bump to 0.0.2 to debug failure to publish --- Gemfile.lock | 4 ++-- visualize_packwerk.gemspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3bb6662..8de9b1d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - visualize_packwerk (0.0.1) + visualize_packwerk (0.0.2) code_ownership package_protections parse_packwerk @@ -78,7 +78,7 @@ GEM rubocop-ast (>= 1.19.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 3.0) - rubocop-ast (1.19.1) + rubocop-ast (1.21.0) parser (>= 3.1.1.0) rubocop-sorbet (0.6.11) rubocop (>= 0.90.0) diff --git a/visualize_packwerk.gemspec b/visualize_packwerk.gemspec index 34b4924..4a94cb1 100644 --- a/visualize_packwerk.gemspec +++ b/visualize_packwerk.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |spec| spec.name = "visualize_packwerk" - spec.version = '0.0.1' + spec.version = '0.0.2' spec.authors = ['Gusto Engineers'] spec.email = ['dev@gusto.com'] spec.summary = 'A gem to visualize connections in a Rails app that uses Packwerk'