Skip to content

Remove use of blank method in filtering#540

Merged
mburumaxwell merged 1 commit intomainfrom
fix-rejection
Feb 27, 2023
Merged

Remove use of blank method in filtering#540
mburumaxwell merged 1 commit intomainfrom
fix-rejection

Conversation

@mburumaxwell
Copy link
Copy Markdown
Owner

@mburumaxwell mburumaxwell commented Feb 27, 2023

Change filtering/mapping to not use the blank method. This likely fails now due to the removal of ActiveSupport in #523
Filtering is done using compact (nulls), strip (whitespaces) and `empty.

Fixes #529

@mburumaxwell mburumaxwell merged commit acf9176 into main Feb 27, 2023
@mburumaxwell mburumaxwell deleted the fix-rejection branch February 27, 2023 10:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Dependabot started to fail with reject': undefined method blank?' for ">= 2.1.0, < 2.1.29":String (NoMethodError)

1 participant