From 8c8fa23310d1652e86b927da1abc473a02b2e8f1 Mon Sep 17 00:00:00 2001 From: Gannon McGibbon Date: Thu, 15 Feb 2024 23:06:37 -0600 Subject: [PATCH] Prepare for 3.2.0 release --- Gemfile.lock | 36 +++++++++++++++--------------------- lib/packwerk/version.rb | 2 +- 2 files changed, 16 insertions(+), 22 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 958755b8b..bde8ecdfb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - packwerk (3.1.0) + packwerk (3.2.0) activesupport (>= 6.0) ast better_html @@ -61,14 +61,14 @@ GEM method_source (>= 0.6.7) rake (>= 0.9.2.2) method_source (1.0.0) + mini_portile2 (2.8.5) minitest (5.16.2) minitest-focus (1.3.1) minitest (>= 4, < 6) mocha (1.14.0) netrc (0.11.0) - nokogiri (1.15.3-x86_64-darwin) - racc (~> 1.4) - nokogiri (1.15.3-x86_64-linux) + nokogiri (1.15.3) + mini_portile2 (~> 2.8.2) racc (~> 1.4) parallel (1.22.1) parser (3.2.2.0) @@ -128,22 +128,14 @@ GEM syntax_tree (>= 2.4) ruby-progressbar (1.11.0) smart_properties (1.17.0) - sorbet (0.5.10313) - sorbet-static (= 0.5.10313) - sorbet-runtime (0.5.10313) - sorbet-static (0.5.10313-universal-darwin-14) - sorbet-static (0.5.10313-universal-darwin-15) - sorbet-static (0.5.10313-universal-darwin-16) - sorbet-static (0.5.10313-universal-darwin-17) - sorbet-static (0.5.10313-universal-darwin-18) - sorbet-static (0.5.10313-universal-darwin-19) - sorbet-static (0.5.10313-universal-darwin-20) - sorbet-static (0.5.10313-universal-darwin-21) - sorbet-static (0.5.10313-universal-darwin-22) - sorbet-static (0.5.10313-x86_64-linux) - sorbet-static-and-runtime (0.5.10313) - sorbet (= 0.5.10313) - sorbet-runtime (= 0.5.10313) + sorbet (0.5.11258) + sorbet-static (= 0.5.11258) + sorbet-runtime (0.5.11258) + sorbet-static (0.5.11258-universal-darwin) + sorbet-static (0.5.11258-x86_64-linux) + sorbet-static-and-runtime (0.5.11258) + sorbet (= 0.5.11258) + sorbet-runtime (= 0.5.11258) spoom (1.1.11) sorbet (>= 0.5.9204) sorbet-runtime (>= 0.5.9204) @@ -177,6 +169,8 @@ GEM zeitwerk (2.6.4) PLATFORMS + arm64-darwin-21 + arm64-darwin-23 x86_64-darwin x86_64-darwin-20 x86_64-linux @@ -200,4 +194,4 @@ DEPENDENCIES zeitwerk BUNDLED WITH - 2.4.8 + 2.5.6 diff --git a/lib/packwerk/version.rb b/lib/packwerk/version.rb index 71600c6b9..7ff393d53 100644 --- a/lib/packwerk/version.rb +++ b/lib/packwerk/version.rb @@ -2,5 +2,5 @@ # frozen_string_literal: true module Packwerk - VERSION = "3.1.0" + VERSION = "3.2.0" end