rbCAS / CASino

CASino is a Ruby-based Single Sign-On solution supporting the CAS standard
MIT License
329 stars 189 forks source link

require 'yaml' in CASino::Engine #150

Closed seancookr closed 8 years ago

seancookr commented 8 years ago

Hey there, I noticed this error trying to run bundle exec rails g casino:install

/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/casino-4.0.3/lib/casino/engine.rb:16:in `apply_yaml_config': uninitialized constant CASino::Engine::YAML (NameError)

this fixed the error for me locally. Please let me know if you have any questions or suggestions to improve this.

Cheers

pencil commented 8 years ago

Thanks!