tpope / vim-bundler

bundler.vim: Lightweight support for Ruby's Bundler
https://www.vim.org/scripts/script.php?script_id=4280
404 stars 29 forks source link

Syntax highlight ruby version specification #8

Closed cbartlett closed 12 years ago

cbartlett commented 12 years ago

Bundler 1.2.0pre add ruby to the DSL for specifying the ruby version.

https://github.com/carlhuda/bundler/blob/a63bdd32736ea176dbf6ae68cc54a1f398e557d9/CHANGELOG.md

As of 8/1/2012, this is the only way Heroku will support ruby version specification.

tpope commented 12 years ago

Leave it to Heroku to force using a Bundler pre-release. This is irrelevant on our forked buildpack, btw.