Skip to content

Commit

Permalink
Prepare for 3.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gmcgibbon committed Feb 16, 2024
1 parent 433c4ed commit 8c8fa23
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 22 deletions.
36 changes: 15 additions & 21 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
packwerk (3.1.0)
packwerk (3.2.0)
activesupport (>= 6.0)
ast
better_html
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand All @@ -200,4 +194,4 @@ DEPENDENCIES
zeitwerk

BUNDLED WITH
2.4.8
2.5.6
2 changes: 1 addition & 1 deletion lib/packwerk/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# frozen_string_literal: true

module Packwerk
VERSION = "3.1.0"
VERSION = "3.2.0"
end

0 comments on commit 8c8fa23

Please sign in to comment.