lab2023 / cybele

Rails template for our development standards. Cybele makes your apps ready for faster development and easy deployment.
http://kebab-project.org/
MIT License
46 stars 10 forks source link

Issue with bundler 2.0.1 #134

Closed boratanrikulu closed 5 years ago

boratanrikulu commented 5 years ago

There is a solution for that.

https://stackoverflow.com/questions/47026174/find-spec-for-exe-cant-find-gem-bundler-0-a-gemgemnotfoundexception

vilusa commented 5 years ago

Hi, Bora Screenshot from 2019-03-15 01-06-02 I fixed this problem: https://github.com/lab2023/cybele/pull/136 During the Docker build process, the new version of Bundler is built into the mold with the Gem install command. On build process; Screenshot from 2019-03-15 00-53-10 After the build process, you can success run the bundle install command Screenshot from 2019-03-15 00-53-50

boratanrikulu commented 5 years ago

The solution is merged. I think we should close this issue. https://github.com/lab2023/cybele/pull/136

ismailakbudak commented 5 years ago

Fixed with v2.3.2