Hi All

When I was working on rails 3.2, and ruby '1.9.3', Gibberish works fine on 
heroku. After I upgraded rails 4.2 and ruby 2.2.0, Gibberish not working 
and through an error. 

So I created a new app on heroku and configured 4.2 and 2.2.0 and then 
tested. There Gibberish works fine without any error. But I could not 
configured to new app. Because I have well configured on my existing app. 
Is there any point I was missed? Here the trace..

    irb(main):002:0> Gibberish::AES.new("12345").encrypt("data")
    NotImplementedError: pbkdf2_hmac() function is unimplemented on this 
machine
from 
/app/vendor/bundle/ruby/2.2.0/gems/gibberish-2.0.0/lib/gibberish/aes.rb:140:in 
`pbkdf2_hmac'
from 
/app/vendor/bundle/ruby/2.2.0/gems/gibberish-2.0.0/lib/gibberish/aes.rb:140:in 
`encrypt'
from 
/app/vendor/bundle/ruby/2.2.0/gems/gibberish-2.0.0/lib/gibberish/aes.rb:100:in 
`encrypt'
from (irb):2
from 
/app/vendor/bundle/ruby/2.2.0/gems/railties-4.2.0/lib/rails/commands/console.rb:110:in
 
`start'
from 
/app/vendor/bundle/ruby/2.2.0/gems/railties-4.2.0/lib/rails/commands/console.rb:9:in
 
`start'
from 
/app/vendor/bundle/ruby/2.2.0/gems/railties-4.2.0/lib/rails/commands/commands_tasks.rb:68:in
 
`console'
from 
/app/vendor/bundle/ruby/2.2.0/gems/railties-4.2.0/lib/rails/commands/commands_tasks.rb:39:in
 
`run_command!'
from 
/app/vendor/bundle/ruby/2.2.0/gems/railties-4.2.0/lib/rails/commands.rb:17:in 
`<top (required)>'
from bin/rails:10:in `require'
from bin/rails:10:in `<main>'


Thanks in advance!

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Heroku" group.

To unsubscribe from this group, send email to
heroku+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/heroku?hl=en_US?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Heroku Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to heroku+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to