I'm getting an error using Figaro gem in Rails

ruby-on-rails, ruby-on-rails-3

Solution

Well if you're just handing out green checks... I'll take one! :)

Parsing error, have a space after each :

Problem

The error messages references a line in the gem, but I'm suspecting my trouble lay in my `.yml` file, which is here (with phony ids) ``` S3_KEY:ANGELINAANGELINA S3_SECRET:becaUSEILIKEherthatiswhy S3_BUCKET:nameofmybucket ``` /home/tom/.rvm/gems/ruby-2.1.0/gems/figaro-0.7.0/lib/figaro.rb:39:in `flatten': undefined method`reject' for # (`NoMethodError`)

Original source