diff --git a/Gemfile.lock b/Gemfile.lock index 5211d0cd5..5cf6db386 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - packwerk (3.0.0) + packwerk (3.0.1) activesupport (>= 6.0) ast better_html @@ -198,4 +198,4 @@ DEPENDENCIES zeitwerk BUNDLED WITH - 2.4.7 + 2.4.8 diff --git a/lib/packwerk/version.rb b/lib/packwerk/version.rb index f4b6a23ec..202007eb4 100644 --- a/lib/packwerk/version.rb +++ b/lib/packwerk/version.rb @@ -2,5 +2,5 @@ # frozen_string_literal: true module Packwerk - VERSION = "3.0.0" + VERSION = "3.0.1" end