Skip to content

Commit 1931335

Browse files
author
Alex Evanczuk
authored
Do not package sorbet RBI files with gem (#30)
1 parent dd93115 commit 1931335

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

Gemfile.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
pack_stats (0.0.3)
4+
pack_stats (0.0.4)
55
code_ownership
66
code_teams
77
dogapi
@@ -13,31 +13,31 @@ PATH
1313
GEM
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)
@@ -54,7 +54,7 @@ GEM
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)
@@ -81,16 +81,16 @@ GEM
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)
@@ -121,9 +121,9 @@ GEM
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)

pack_stats.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::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

0 commit comments

Comments
 (0)