File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- pack_stats (0.0.3 )
4
+ pack_stats (0.0.4 )
5
5
code_ownership
6
6
code_teams
7
7
dogapi
13
13
GEM
14
14
remote: https://rubygems.org/
15
15
specs:
16
- activesupport (7.0.4 )
16
+ activesupport (7.0.4.2 )
17
17
concurrent-ruby (~> 1.0 , >= 1.0.2 )
18
18
i18n (>= 1.6 , < 2 )
19
19
minitest (>= 5.1 )
20
20
tzinfo (~> 2.0 )
21
21
ast (2.4.2 )
22
- code_ownership (1.29.2 )
22
+ code_ownership (1.31.0 )
23
23
code_teams (~> 1.0 )
24
24
packs
25
25
sorbet-runtime
26
26
code_teams (1.0.0 )
27
27
sorbet-runtime
28
28
coderay (1.1.3 )
29
- concurrent-ruby (1.1.10 )
29
+ concurrent-ruby (1.2.2 )
30
30
diff-lcs (1.5.0 )
31
31
dogapi (1.45.0 )
32
32
multi_json
33
33
i18n (1.12.0 )
34
34
concurrent-ruby (~> 1.0 )
35
35
json (2.6.3 )
36
36
method_source (1.0.0 )
37
- minitest (5.16.3 )
37
+ minitest (5.18.0 )
38
38
multi_json (1.15.0 )
39
39
netrc (0.11.0 )
40
- packs (0.0.5 )
40
+ packs (0.0.6 )
41
41
sorbet-runtime
42
42
parallel (1.22.1 )
43
43
parse_packwerk (0.18.0 )
54
54
parser (>= 2.6.4.0 )
55
55
sorbet-runtime (>= 0.5.9204 )
56
56
unparser
57
- regexp_parser (2.6.1 )
57
+ regexp_parser (2.7.0 )
58
58
rexml (3.2.5 )
59
59
rspec (3.11.0 )
60
60
rspec-core (~> 3.11.0 )
81
81
unicode-display_width (>= 1.4.0 , < 3.0 )
82
82
rubocop-ast (1.24.1 )
83
83
parser (>= 3.1.1.0 )
84
- rubocop-packs (0.0.33 )
84
+ rubocop-packs (0.0.35 )
85
85
activesupport
86
86
packs
87
87
parse_packwerk
88
88
rubocop
89
89
rubocop-sorbet
90
90
sorbet-runtime
91
- rubocop-sorbet (0.6.11 )
91
+ rubocop-sorbet (0.7.0 )
92
92
rubocop (>= 0.90.0 )
93
- ruby-progressbar (1.11 .0 )
93
+ ruby-progressbar (1.13 .0 )
94
94
sorbet (0.5.9924 )
95
95
sorbet-static (= 0.5.9924 )
96
96
sorbet-runtime (0.5.9924 )
121
121
thor (>= 1.2.0 )
122
122
yard-sorbet
123
123
thor (1.2.1 )
124
- tzinfo (2.0.5 )
124
+ tzinfo (2.0.6 )
125
125
concurrent-ruby (~> 1.0 )
126
- unicode-display_width (2.3.0 )
126
+ unicode-display_width (2.4.2 )
127
127
unparser (0.6.4 )
128
128
diff-lcs (~> 1.3 )
129
129
parser (>= 3.1.0 )
Original file line number Diff line number Diff line change 1
1
Gem ::Specification . new do |spec |
2
2
spec . name = 'pack_stats'
3
- spec . version = '0.0.3 '
3
+ spec . version = '0.0.4 '
4
4
spec . authors = [ 'Gusto Engineers' ]
5
5
spec . email = [ 'dev@gusto.com' ]
6
6
@@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
22
22
spec . required_ruby_version = Gem ::Requirement . new ( '>= 2.6.0' )
23
23
24
24
# 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/**/*' ]
26
26
27
27
spec . require_paths = [ 'lib' ]
28
28
You can’t perform that action at this time.
0 commit comments