Open shannonio opened 7 years ago
Hey @shannonio, I think that error is popping up because you're using Rails 5, which active_nutrition doesn't currently support. I did some work last night to modernize it a bit. Could you try adding this to your Gemfile instead?
gem 'active_nutrition', github: 'forrager/active_nutrition', branch: 'modern_rails'
That should let you try my changes to see if they work for you. If everything looks good, I'll publish a new version of the gem.
I am getting this error when running bundle in my project.
activerecord (5.0.1) ruby 2.3.1 rails 5.0.1