Skip to content

Commit

Permalink
Merge pull request #761 from HoneyryderChuck/fix-set
Browse files Browse the repository at this point in the history
fixing Set and CGI signatures
  • Loading branch information
soutaro committed Feb 22, 2022
2 parents b7c2f0f + d286df3 commit 0bb2df0
Show file tree
Hide file tree
Showing 4 changed files with 615 additions and 42 deletions.
4 changes: 4 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ task :validate => :compile do
lib << "monitor"
end

if lib == ["cgi"]
lib << "tempfile"
end

if lib == ["csv"]
lib << "forwardable"
end
Expand Down
Loading

0 comments on commit 0bb2df0

Please sign in to comment.