Gemfile.lock files are neither Ruby on Rails, nor Ruby files. Because there's no dedicated syntax for lock files, we're better off using plain text syntax.
Yeah, I don't recall where the change removed originated. It is possible things evolved and never got cleaned up. I don't use Ruby, so I'll defer to your opinion on this matter 🙂.
This fixes a minor annoyance with Gemfile files:
Gemfile.lock
files are neither Ruby on Rails, nor Ruby files. Because there's no dedicated syntax for lock files, we're better off using plain text syntax.Gemfile
will now be set to plain Ruby by this configuration: https://github.com/facelessuser/ApplySyntax/blob/faf045c71b4178e923ad2c8ab2f6e015e9cfeef3/ApplySyntax.sublime-settings#L90-L93