Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ gem("rubocop-performance", require: false)
gem("rubocop-sorbet", require: false)
gem("mocha", require: false)
gem("rubocop-shopify", require: false)
gem("rbi", "< 0.3.11", require: false) # rbi 0.3.11+ requires Ruby >= 3.3
gem("tapioca", require: false)
gem("railties")

Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PATH
better_html
bundler
constant_resolver (>= 0.3)
parallel (< 2)
parallel
parser
prism (>= 1.4.0)
zeitwerk (>= 2.6.1)
Expand Down Expand Up @@ -203,7 +203,7 @@ GEM
rexml (>= 3.2.6)
sorbet-static-and-runtime (>= 0.5.10187)
thor (>= 0.19.2)
spring (4.0.0)
spring (4.7.0)
stringio (3.1.7)
tapioca (0.19.1)
benchmark
Expand All @@ -225,13 +225,14 @@ GEM
unicode-emoji (~> 4.1)
unicode-emoji (4.2.0)
useragent (0.16.11)
zeitwerk (2.6.18)
zeitwerk (2.8.3)

PLATFORMS
aarch64-linux
arm64-darwin-21
arm64-darwin-22
arm64-darwin-23
arm64-darwin-24
arm64-darwin-25
x86_64-darwin
x86_64-darwin-20
Expand All @@ -247,7 +248,6 @@ DEPENDENCIES
packwerk!
railties
rake
rbi (< 0.3.11)
rubocop-performance
rubocop-shopify
rubocop-sorbet
Expand Down
3 changes: 3 additions & 0 deletions dev.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
name: packwerk

nix: true
type: ruby

up:
- ruby
- bundler
- packages:
- libyaml

commands:
test:
Expand Down
2 changes: 1 addition & 1 deletion packwerk.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Gem::Specification.new do |spec|
spec.add_dependency("benchmark")
spec.add_dependency("bundler")
spec.add_dependency("constant_resolver", ">= 0.3")
spec.add_dependency("parallel", "< 2")
spec.add_dependency("parallel")
spec.add_dependency("zeitwerk", ">= 2.6.1")

# For Ruby parsing
Expand Down
Loading
Loading