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 Dec 3, 2024
1 parent 9067d78 commit 0e32104
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 0e32104

Please sign in to comment.