It looks like you can rename it, but the package will not find it automatically.
However, you can simply add the command of each provider to BUNDLE_GEMFILE=Gemfile.rb , and it will work:
BUNDLE_GEMFILE=Gemfile.rb bundle install
You can also see http://gembundler.com/man/bundle-config.1.html - It mentions the gemfile parameter, but I couldn’t get it working (even after manually setting it to Gemfile.rb , it still tried find Gemfile ).
source share