Hi,
I'm updating my Ougai version from (1.8.2 to 1.8.5 or 2.0.0), I have Ougai in my Gemfile. Trying to load my application it breaks complaining that amazing_print isn't available. We added awesome_print to our Gemfile back in the days to make ougai work. Now we are adding amazing_print to solve the issue again.
My class looks like:
class FooReadable < Ougai::Formatters::Readable
...
end
I see that in your gemspec you require amazing_print just in the test group.. isn't that a problem? Shouldn't it be loaded in all groups?
Hi,
I'm updating my Ougai version from (1.8.2 to 1.8.5 or 2.0.0), I have Ougai in my
Gemfile. Trying to load my application it breaks complaining thatamazing_printisn't available. We addedawesome_printto our Gemfile back in the days to makeougaiwork. Now we are addingamazing_printto solve the issue again.My class looks like:
I see that in your
gemspecyou requireamazing_printjust in the test group.. isn't that a problem? Shouldn't it be loaded in all groups?