Skip to content

Commit 3bc2154

Browse files
committed
Exclude thor from bundled gems
1 parent eba9c07 commit 3bc2154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env ruby
22
require 'fileutils'
3-
bundle_exclude = %w[io-console prism racc strscan]
3+
bundle_exclude = %w[io-console prism racc strscan thor]
44

55
puts 'Packaging Brakeman gem...'
66

0 commit comments

Comments
 (0)