Skip to content

Commit 87c1c95

Browse files
committed
Problem: pigsty.rb requires csv gem
And it's not available by default. Solution: include it in the Gemfile (but not in gemspec as it is not part of the pgpm gem)
1 parent f539c71 commit 87c1c95

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@ gem "rubocop", "~> 1.21"
1414
gem "debug", "~> 1.9"
1515

1616
gem "rbs", "~> 3.6"
17+
18+
gem "csv", "~> 3.3"

0 commit comments

Comments
 (0)