Skip to content

Commit

Permalink
Prepare for 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Aug 8, 2023
1 parent b845b1b commit d5c5190
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
packwerk (3.0.1)
packwerk (3.1.0)
activesupport (>= 6.0)
ast
better_html
Expand Down Expand Up @@ -60,7 +60,7 @@ GEM
method_source (>= 0.6.7)
rake (>= 0.9.2.2)
method_source (1.0.0)
mini_portile2 (2.8.0)
mini_portile2 (2.8.4)
minitest (5.16.2)
minitest-focus (1.3.1)
minitest (>= 4, < 6)
Expand All @@ -69,6 +69,10 @@ GEM
nokogiri (1.13.8)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
nokogiri (1.13.8-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.13.8-x86_64-linux)
racc (~> 1.4)
parallel (1.22.1)
parser (3.2.2.0)
ast (~> 2.4.1)
Expand Down Expand Up @@ -178,6 +182,7 @@ PLATFORMS
ruby
x86_64-darwin
x86_64-darwin-20
x86_64-linux

DEPENDENCIES
byebug
Expand Down
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.0.1"
VERSION = "3.1.0"
end

0 comments on commit d5c5190

Please sign in to comment.