-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update bundler before bundle install #8101
Conversation
Codecov Report
@@ Coverage Diff @@
## main #8101 +/- ##
=======================================
Coverage 82.05% 82.05%
=======================================
Files 100 100
Lines 5773 5773
=======================================
Hits 4737 4737
Misses 1036 1036 |
Okay one of the issues that I think may want some discussion is that we were doing |
Eliminating the |
Awesome thanks @icarito 🚀 |
Thanks @icarito 🎉 💯 !! |
Thank you so much!!! This is awesome. |
* Update bundler before bundle install * Set new bundler as default * Update Rubygems From: https://stackoverflow.com/questions/53231667/bundler-you-must-use-bundler-2-or-greater-with-this-lockfile * Add env variable pointing to right bundler * Try different order for bundle installation * Update Gems before and after bundle install * Add newer rake gem in container * Tweak rake version * Fix Gemfile with a generated version * Try to call update gems only once * Revert Gemfile.lock to manually tweaked * Revert Gemfile.lock * Another try to update rake * Add bundle exec prefix
* Update bundler before bundle install * Set new bundler as default * Update Rubygems From: https://stackoverflow.com/questions/53231667/bundler-you-must-use-bundler-2-or-greater-with-this-lockfile * Add env variable pointing to right bundler * Try different order for bundle installation * Update Gems before and after bundle install * Add newer rake gem in container * Tweak rake version * Fix Gemfile with a generated version * Try to call update gems only once * Revert Gemfile.lock to manually tweaked * Revert Gemfile.lock * Another try to update rake * Add bundle exec prefix
* Update bundler before bundle install * Set new bundler as default * Update Rubygems From: https://stackoverflow.com/questions/53231667/bundler-you-must-use-bundler-2-or-greater-with-this-lockfile * Add env variable pointing to right bundler * Try different order for bundle installation * Update Gems before and after bundle install * Add newer rake gem in container * Tweak rake version * Fix Gemfile with a generated version * Try to call update gems only once * Revert Gemfile.lock to manually tweaked * Revert Gemfile.lock * Another try to update rake * Add bundle exec prefix
* Update bundler before bundle install * Set new bundler as default * Update Rubygems From: https://stackoverflow.com/questions/53231667/bundler-you-must-use-bundler-2-or-greater-with-this-lockfile * Add env variable pointing to right bundler * Try different order for bundle installation * Update Gems before and after bundle install * Add newer rake gem in container * Tweak rake version * Fix Gemfile with a generated version * Try to call update gems only once * Revert Gemfile.lock to manually tweaked * Revert Gemfile.lock * Another try to update rake * Add bundle exec prefix
* Update bundler before bundle install * Set new bundler as default * Update Rubygems From: https://stackoverflow.com/questions/53231667/bundler-you-must-use-bundler-2-or-greater-with-this-lockfile * Add env variable pointing to right bundler * Try different order for bundle installation * Update Gems before and after bundle install * Add newer rake gem in container * Tweak rake version * Fix Gemfile with a generated version * Try to call update gems only once * Revert Gemfile.lock to manually tweaked * Revert Gemfile.lock * Another try to update rake * Add bundle exec prefix
* Update bundler before bundle install * Set new bundler as default * Update Rubygems From: https://stackoverflow.com/questions/53231667/bundler-you-must-use-bundler-2-or-greater-with-this-lockfile * Add env variable pointing to right bundler * Try different order for bundle installation * Update Gems before and after bundle install * Add newer rake gem in container * Tweak rake version * Fix Gemfile with a generated version * Try to call update gems only once * Revert Gemfile.lock to manually tweaked * Revert Gemfile.lock * Another try to update rake * Add bundle exec prefix
* Update bundler before bundle install * Set new bundler as default * Update Rubygems From: https://stackoverflow.com/questions/53231667/bundler-you-must-use-bundler-2-or-greater-with-this-lockfile * Add env variable pointing to right bundler * Try different order for bundle installation * Update Gems before and after bundle install * Add newer rake gem in container * Tweak rake version * Fix Gemfile with a generated version * Try to call update gems only once * Revert Gemfile.lock to manually tweaked * Revert Gemfile.lock * Another try to update rake * Add bundle exec prefix
* Update bundler before bundle install * Set new bundler as default * Update Rubygems From: https://stackoverflow.com/questions/53231667/bundler-you-must-use-bundler-2-or-greater-with-this-lockfile * Add env variable pointing to right bundler * Try different order for bundle installation * Update Gems before and after bundle install * Add newer rake gem in container * Tweak rake version * Fix Gemfile with a generated version * Try to call update gems only once * Revert Gemfile.lock to manually tweaked * Revert Gemfile.lock * Another try to update rake * Add bundle exec prefix
* Update bundler before bundle install * Set new bundler as default * Update Rubygems From: https://stackoverflow.com/questions/53231667/bundler-you-must-use-bundler-2-or-greater-with-this-lockfile * Add env variable pointing to right bundler * Try different order for bundle installation * Update Gems before and after bundle install * Add newer rake gem in container * Tweak rake version * Fix Gemfile with a generated version * Try to call update gems only once * Revert Gemfile.lock to manually tweaked * Revert Gemfile.lock * Another try to update rake * Add bundle exec prefix
* Update bundler before bundle install * Set new bundler as default * Update Rubygems From: https://stackoverflow.com/questions/53231667/bundler-you-must-use-bundler-2-or-greater-with-this-lockfile * Add env variable pointing to right bundler * Try different order for bundle installation * Update Gems before and after bundle install * Add newer rake gem in container * Tweak rake version * Fix Gemfile with a generated version * Try to call update gems only once * Revert Gemfile.lock to manually tweaked * Revert Gemfile.lock * Another try to update rake * Add bundle exec prefix
Another attempt this time at upgrading bundler to bundler2.
Make sure these boxes are checked before your pull request (PR) is ready to be reviewed and merged. Thanks!
rake test
@publiclab/reviewers
for help, in a comment belowIf tests do fail, click on the red
X
to learn why by reading the logs.Please be sure you've reviewed our contribution guidelines at https://publiclab.org/contributing-to-public-lab-software
Thanks!