Open bluemont opened 11 years ago
I have the same issue when I put them into the :development, :test
group.
But when I put them into the :development
group only, the order is not of any matter
The thing is that pry
has to require pry-doc
(not vice versa), so Pry has to be required first (which happens when it's first in the Gemfile).
This order works:
This order does not:
It fails with this stacktrace:
The ordering of bundler items should not matter, right?