For a while now, the gemfile can be named either Gemfile or gems.rb. Since the gemfile is a regular Ruby source file, the latter naming makes sure editors use proper syntax coloring.
Would it be possible to support the alternative naming gems.rb as well?
For a while now, the gemfile can be named either
Gemfileorgems.rb. Since the gemfile is a regular Ruby source file, the latter naming makes sure editors use proper syntax coloring.Would it be possible to support the alternative naming
gems.rbas well?