middleman-gibberish icon indicating copy to clipboard operation
middleman-gibberish copied to clipboard

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

Open samuelralak opened this issue 9 years ago • 7 comments

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

samuelralak avatar Jul 16 '15 11:07 samuelralak

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

ghost avatar Apr 13 '16 13:04 ghost

+1

ghost avatar Jun 11 '16 09:06 ghost

Me too, any ideas on what is causing this?

forcefulhandshake avatar Aug 12 '16 04:08 forcefulhandshake

Anyone ever found out what's causing this?

mashdot avatar Sep 12 '16 17:09 mashdot

+1

brycehewett avatar Jun 08 '17 01:06 brycehewett

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

mdoyle13 avatar Jun 08 '17 15:06 mdoyle13

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'

brycehewett avatar Jun 08 '17 15:06 brycehewett