File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,5 +4,3 @@ source 'https://rubygems.org'
44
55gemspec
66
7- gem 'packwerk' , git : 'https://github.com/Shopify/packwerk' , branch : 'main'
8-
Original file line number Diff line number Diff line change 1- GIT
2- remote: https://github.com/Shopify/packwerk
3- revision: 5b06827b1d4be60a54dbf68a2cab5661b3fd3dcf
4- branch: main
5- specs:
6- packwerk (3.2.3 )
7- activesupport (>= 6.0 )
8- ast
9- better_html
10- bundler
11- constant_resolver (>= 0.3 )
12- parallel
13- parser
14- prism (>= 0.25.0 )
15- sorbet-runtime (>= 0.5.9914 )
16- zeitwerk (>= 2.6.1 )
17-
181PATH
192 remote: .
203 specs:
214 packwerk-extensions (0.3.0 )
22- packwerk (>= 2.2.1 )
5+ packwerk (>= 3 )
236 railties (>= 6.0.0 )
247 sorbet-runtime
258 zeitwerk
11295 racc (~> 1.4 )
11396 nokogiri (1.19.1-x86_64-linux-gnu )
11497 racc (~> 1.4 )
98+ packwerk (3.2.3 )
99+ activesupport (>= 6.0 )
100+ ast
101+ better_html
102+ bundler
103+ constant_resolver (>= 0.3 )
104+ parallel
105+ parser
106+ prism (>= 0.25.0 )
107+ sorbet-runtime (>= 0.5.9914 )
108+ zeitwerk (>= 2.6.1 )
115109 parallel (1.27.0 )
116110 parser (3.3.10.2 )
117111 ast (~> 2.4.1 )
@@ -241,7 +235,6 @@ PLATFORMS
241235DEPENDENCIES
242236 minitest
243237 mocha
244- packwerk !
245238 packwerk-extensions !
246239 pry
247240 rake
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
2323 # Specify which files should be added to the gem when it is released.
2424 spec . files = Dir [ 'README.md' , 'lib/**/*' ]
2525
26- spec . add_dependency 'packwerk' , '>= 2.2.1 '
26+ spec . add_dependency 'packwerk' , '>= 3 '
2727 spec . add_dependency 'railties' , '>= 6.0.0'
2828 spec . add_dependency 'sorbet-runtime'
2929 spec . add_dependency 'zeitwerk'
You can’t perform that action at this time.
0 commit comments