rails-assets icon indicating copy to clipboard operation
rails-assets copied to clipboard

Case sensitivity messing up dependencies in bundler

Open pencilcheck opened this issue 7 years ago • 7 comments

rails-assets-angular-scroll-pane depends on "jscrollpane" but jscrollpane pointing to "jScrollPane" at https://github.com/vitch/jScrollPane

And even though in bundle it would say "Installing rails-assets-jscrollpane 2.0.23", and installed, when running "rails s" it will say that "Could not find rails-assets-jscrollpane-2.0.23 in any of the sources"

And it turns out that in the gem folder where bundle stores the gem, the folder is actually named

"rails-assets-jScrollPane-2.0.23"

No matter what I do the case will always be wrong.

I hope for a fix. Thanks.

pencilcheck avatar Oct 25 '16 03:10 pencilcheck