You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are seeing some errors on the RequestService because it depends on #blank? method which is not part of Ruby standard lib but part of activesupport, which is not a dependency of this gem.
Alternatively, it can be used something like str.to_s.empty?
The text was updated successfully, but these errors were encountered:
We are seeing some errors on the RequestService because it depends on #blank? method which is not part of Ruby standard lib but part of activesupport, which is not a dependency of this gem.
Alternatively, it can be used something like
str.to_s.empty?
The text was updated successfully, but these errors were encountered: