Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 29 additions & 27 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
GIT
remote: https://github.com/Shopify/packwerk.git
revision: 7fa7c5104281db0b7a8235ca18a79721900c7a74
revision: 31e534283f93a225b520cddab3c2d735557c76de
branch: main
specs:
packwerk (3.3.0)
packwerk (3.3.1)
activesupport (>= 6.0)
ast
benchmark
better_html
bundler
constant_resolver (>= 0.3)
parallel (< 2)
parallel
parser
prism (>= 1.4.0)
zeitwerk (>= 2.6.1)
Expand Down Expand Up @@ -78,31 +78,31 @@ GEM
cork
nap
open4 (~> 1.3)
code_ownership (2.1.3-aarch64-linux)
code_ownership (2.1.4-aarch64-linux)
code_teams (~> 1.0)
packs-specification
sorbet-runtime (>= 0.6.12763)
code_ownership (2.1.3-aarch64-linux-musl)
code_ownership (2.1.4-aarch64-linux-musl)
code_teams (~> 1.0)
packs-specification
sorbet-runtime (>= 0.6.12763)
code_ownership (2.1.3-arm64-darwin)
code_ownership (2.1.4-arm64-darwin)
code_teams (~> 1.0)
packs-specification
sorbet-runtime (>= 0.6.12763)
code_ownership (2.1.3-x86_64-darwin)
code_ownership (2.1.4-x86_64-darwin)
code_teams (~> 1.0)
packs-specification
sorbet-runtime (>= 0.6.12763)
code_ownership (2.1.3-x86_64-linux)
code_ownership (2.1.4-x86_64-linux)
code_teams (~> 1.0)
packs-specification
sorbet-runtime (>= 0.6.12763)
code_ownership (2.1.3-x86_64-linux-musl)
code_ownership (2.1.4-x86_64-linux-musl)
code_teams (~> 1.0)
packs-specification
sorbet-runtime (>= 0.6.12763)
code_teams (1.3.0)
code_teams (1.3.1)
sorbet-runtime
coderay (1.1.3)
colored2 (3.1.2)
Expand Down Expand Up @@ -198,7 +198,7 @@ GEM
tty-prompt
packs-specification (0.0.11)
sorbet-runtime
parallel (1.28.0)
parallel (2.1.0)
parse_packwerk (0.27.0)
bigdecimal
sorbet-runtime
Expand All @@ -218,7 +218,7 @@ GEM
pstore (0.2.0)
public_suffix (7.0.5)
racc (1.8.1)
rack (3.2.6)
rack (3.2.7)
rack-session (2.1.2)
base64 (>= 0.1.0)
rack (>= 3.0.0)
Expand All @@ -244,7 +244,7 @@ GEM
zeitwerk (~> 2.6)
rainbow (3.1.1)
rake (13.4.2)
rbi (0.3.14)
rbi (0.4.3)
prism (~> 1.0)
rbs (>= 4.0.1)
rbs (4.0.3)
Expand Down Expand Up @@ -275,8 +275,8 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.7)
rubocop (1.88.2)
json (~> 2.3)
rubocop (1.90.0)
json (>= 2.3)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
parallel (>= 1.10)
Expand All @@ -289,13 +289,15 @@ GEM
rubocop-ast (1.50.0)
parser (>= 3.3.7.2)
prism (~> 1.7)
rubocop-performance (1.26.1)
rubocop-performance (1.27.0)
lint_roller (~> 1.1)
rubocop (>= 1.75.0, < 2.0)
rubocop (>= 1.89.0, < 2.0)
rubocop-ast (>= 1.47.1, < 2.0)
rubocop-sorbet (0.13.2)
rubocop-sorbet (0.15.0)
lint_roller
rbi (~> 0.4)
rubocop (>= 1.75.2)
spoom (~> 1.8)
ruby-progressbar (1.13.0)
rubydex (0.2.6-aarch64-linux)
rubydex (0.2.6-arm64-darwin)
Expand All @@ -306,15 +308,15 @@ GEM
faraday (>= 0.17.3, < 3)
securerandom (0.4.1)
smart_properties (1.17.0)
sorbet (0.6.13371)
sorbet-static (= 0.6.13371)
sorbet-runtime (0.6.13371)
sorbet-static (0.6.13371-aarch64-linux)
sorbet-static (0.6.13371-universal-darwin)
sorbet-static (0.6.13371-x86_64-linux)
sorbet-static-and-runtime (0.6.13371)
sorbet (= 0.6.13371)
sorbet-runtime (= 0.6.13371)
sorbet (0.6.13454)
sorbet-static (= 0.6.13454)
sorbet-runtime (0.6.13454)
sorbet-static (0.6.13454-aarch64-linux)
sorbet-static (0.6.13454-universal-darwin)
sorbet-static (0.6.13454-x86_64-linux)
sorbet-static-and-runtime (0.6.13454)
sorbet (= 0.6.13454)
sorbet-runtime (= 0.6.13454)
spoom (1.8.2)
erubi (>= 1.10.0)
prism (>= 0.28.0)
Expand Down
Loading