bellycard / napa

A simple framework for building APIs with Grape
Other
329 stars 72 forks source link

Roar and Honeybadger updated, breaking default scaffold setup #180

Closed rdavidso closed 9 years ago

rdavidso commented 9 years ago

The Gemfile contains just roar and honeybadger packages, both of which updated with breaking changes recently. When doing a rake db:reset command, for example, the output is

rake aborted!
LoadError: cannot load such file -- roar/representer/json

with a stacktrace behind it. Rolling only roar back then causes Rake to have a similar issue with honeybadger.

Setting roar to '~> 0.12.0' and honeybadger to '~> 1.16.7' seems to fix the problem.

heymackey commented 9 years ago

@darbyfrey @shaqq @umtrey @ywong19 @leeacto, i just encountered this too when starting a project from scratch. updating the gem versions on my project worked.