If I use the ruby gems version, when I try to send an emoji (unicode characters) throws NoMethodError: undefined method 'force_encoding' for nil:NilClass in lib/pushwoosh/helpers.rb:9:in 'limit_string'. If my gemfile points to this github repo, the issue is solved.
If I use the ruby gems version, when I try to send an emoji (unicode characters) throws
NoMethodError: undefined method 'force_encoding' for nil:NilClassinlib/pushwoosh/helpers.rb:9:in 'limit_string'. If my gemfile points to this github repo, the issue is solved.