Skip to content

Commit

Permalink
Ignore rbis in gem for now
Browse files Browse the repository at this point in the history
  • Loading branch information
helenye-stripe committed Nov 20, 2024
1 parent 853ccc6 commit 8fb9b42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stripe.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ Gem::Specification.new do |s|
/\A\.vscode/,
/\Abin/,
/\Asorbet/,
/\Atest/
/\Atest/,
/\Arbi/
)
s.files = `git ls-files`.split("\n").grep_v(ignored)
s.bindir = "exe"
Expand Down

0 comments on commit 8fb9b42

Please sign in to comment.