Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Iconv deprecation message #1

Open
dmytro opened this issue Mar 1, 2013 · 0 comments
Open

Iconv deprecation message #1

dmytro opened this issue Mar 1, 2013 · 0 comments

Comments

@dmytro
Copy link

dmytro commented Mar 1, 2013

When using BulkSMS together with Rails (Ruby 1.9.3, Rail 3.2.12) I am getting iconv deprecation message. This was narrowed down to BulkSMS account.rb file.

$ pry -rbulksms
   .. .rvm/gems/ruby-1.9.3-p374/gems/bulksms-0.5.2/lib/bulksms/account.rb:4:in `<top (required)>': iconv will be deprecated in the future, use String#encode instead.
[1] pry(main)> 
 1 # encoding: utf-8
  2
  3 require 'cgi'
  4 require 'iconv'
  5
  6 module Bulksms
  7
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

No branches or pull requests

1 participant