You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was having trouble with a Grape app after a bundle update. Turns out virtus updated from 0.5.5 to 1.0.0 very recently and the Changelog lists a breaking change.
I haven't had time to work out a fix but wanted to report it. I've explicitly locked virtus at 0.5.5 in my Gemfile and the tests are all passing so I'm pretty confident that's what is causing it.
The text was updated successfully, but these errors were encountered:
I was having trouble with a Grape app after a bundle update. Turns out virtus updated from 0.5.5 to 1.0.0 very recently and the Changelog lists a breaking change.
I checked out Grape and ran the test suite and it's failing on the CoerceValidator.
https://gist.github.com/JimGaylard/7022850
I haven't had time to work out a fix but wanted to report it. I've explicitly locked virtus at 0.5.5 in my Gemfile and the tests are all passing so I'm pretty confident that's what is causing it.
The text was updated successfully, but these errors were encountered: