Skip to content
This repository has been archived by the owner on Jun 18, 2019. It is now read-only.

Dependency on multi_json not declared properly #39

Closed
agrimm opened this issue May 13, 2015 · 0 comments
Closed

Dependency on multi_json not declared properly #39

agrimm opened this issue May 13, 2015 · 0 comments

Comments

@agrimm
Copy link

agrimm commented May 13, 2015

If you have a small project, and you add logglier to your gemfile, you get

cannot load such file -- multi_json (LoadError)

This is because multi_json is listed as a development dependency in 189059a, not as a runtime dependency.

How to replicate:

  • Create a fresh Rails project (4.2.1)
  • Delete all gem requirements apart from logglier, rails, and sqlite3
  • Run bundle rails c
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant