File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- pack_stats (0.0.3 )
4+ pack_stats (0.0.4 )
55 code_ownership
66 code_teams
77 dogapi
1313GEM
1414 remote: https://rubygems.org/
1515 specs:
16- activesupport (7.0.4 )
16+ activesupport (7.0.4.2 )
1717 concurrent-ruby (~> 1.0 , >= 1.0.2 )
1818 i18n (>= 1.6 , < 2 )
1919 minitest (>= 5.1 )
2020 tzinfo (~> 2.0 )
2121 ast (2.4.2 )
22- code_ownership (1.29.2 )
22+ code_ownership (1.31.0 )
2323 code_teams (~> 1.0 )
2424 packs
2525 sorbet-runtime
2626 code_teams (1.0.0 )
2727 sorbet-runtime
2828 coderay (1.1.3 )
29- concurrent-ruby (1.1.10 )
29+ concurrent-ruby (1.2.2 )
3030 diff-lcs (1.5.0 )
3131 dogapi (1.45.0 )
3232 multi_json
3333 i18n (1.12.0 )
3434 concurrent-ruby (~> 1.0 )
3535 json (2.6.3 )
3636 method_source (1.0.0 )
37- minitest (5.16.3 )
37+ minitest (5.18.0 )
3838 multi_json (1.15.0 )
3939 netrc (0.11.0 )
40- packs (0.0.5 )
40+ packs (0.0.6 )
4141 sorbet-runtime
4242 parallel (1.22.1 )
4343 parse_packwerk (0.18.0 )
5454 parser (>= 2.6.4.0 )
5555 sorbet-runtime (>= 0.5.9204 )
5656 unparser
57- regexp_parser (2.6.1 )
57+ regexp_parser (2.7.0 )
5858 rexml (3.2.5 )
5959 rspec (3.11.0 )
6060 rspec-core (~> 3.11.0 )
8181 unicode-display_width (>= 1.4.0 , < 3.0 )
8282 rubocop-ast (1.24.1 )
8383 parser (>= 3.1.1.0 )
84- rubocop-packs (0.0.33 )
84+ rubocop-packs (0.0.35 )
8585 activesupport
8686 packs
8787 parse_packwerk
8888 rubocop
8989 rubocop-sorbet
9090 sorbet-runtime
91- rubocop-sorbet (0.6.11 )
91+ rubocop-sorbet (0.7.0 )
9292 rubocop (>= 0.90.0 )
93- ruby-progressbar (1.11 .0 )
93+ ruby-progressbar (1.13 .0 )
9494 sorbet (0.5.9924 )
9595 sorbet-static (= 0.5.9924 )
9696 sorbet-runtime (0.5.9924 )
121121 thor (>= 1.2.0 )
122122 yard-sorbet
123123 thor (1.2.1 )
124- tzinfo (2.0.5 )
124+ tzinfo (2.0.6 )
125125 concurrent-ruby (~> 1.0 )
126- unicode-display_width (2.3.0 )
126+ unicode-display_width (2.4.2 )
127127 unparser (0.6.4 )
128128 diff-lcs (~> 1.3 )
129129 parser (>= 3.1.0 )
Original file line number Diff line number Diff line change 11Gem ::Specification . new do |spec |
22 spec . name = 'pack_stats'
3- spec . version = '0.0.3 '
3+ spec . version = '0.0.4 '
44 spec . authors = [ 'Gusto Engineers' ]
55 spec . email = [ 'dev@gusto.com' ]
66
@@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
2222 spec . required_ruby_version = Gem ::Requirement . new ( '>= 2.6.0' )
2323
2424 # Specify which files should be added to the gem when it is released.
25- spec . files = Dir [ 'README.md' , 'sorbet/**/*' , ' lib/**/*']
25+ spec . files = Dir [ 'README.md' , 'lib/**/*' ]
2626
2727 spec . require_paths = [ 'lib' ]
2828
You can’t perform that action at this time.
0 commit comments