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

undefined method `enc' for #<Gibberish::AES:0x00000006b32f80> #7

Open
samuelralak opened this issue Jul 16, 2015 · 7 comments
Open

Comments

@samuelralak
Copy link

Hi,

I am trying to password protect my slate documentation using gibberish but each time I run bundle exec middleman build I get the following error:

undefined method `enc' for #Gibberish::AES:0x00000006b32f80

I honestly have no idea what the cause for this is. Please advise

@ghost
Copy link

ghost commented Apr 13, 2016

I am getting this same error, any info would be most appreciated! :)

@ghost
Copy link

ghost commented Jun 11, 2016

+1

@forcefulhandshake
Copy link

Me too, any ideas on what is causing this?

@mashdot
Copy link

mashdot commented Sep 12, 2016

Anyone ever found out what's causing this?

@brycehewett
Copy link

+1

@mdoyle13
Copy link

mdoyle13 commented Jun 8, 2017

I experienced the same issue so I forked the repo and pulled it down to work on locally.
After pointing my Gemfile at the local repo it works as it should

gem 'middleman-gibberish', path: '/path/middleman-gibberish

@brycehewett
Copy link

Yeah, it looks like the hosted gem is out of date. https://rubygems.org/gems/middleman-gibberish
You can also fix this by pointing directly to the git repo instead of the hosted gem.
gem 'middleman-gibberish', :git => 'https://github.com/ahoward/middleman-gibberish.git'

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

5 participants