Skip to content

Commit

Permalink
Problem: pigsty.rb requires csv gem
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
yrashk committed Jan 17, 2025
1 parent f539c71 commit 87c1c95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ gem "rubocop", "~> 1.21"
gem "debug", "~> 1.9"

gem "rbs", "~> 3.6"

gem "csv", "~> 3.3"

0 comments on commit 87c1c95

Please sign in to comment.