Skip to content
This repository has been archived by the owner on Jun 22, 2021. It is now read-only.

Latest commit

 

History

History
49 lines (27 loc) · 784 Bytes

CHANGELOG.md

File metadata and controls

49 lines (27 loc) · 784 Bytes

v10 (11/23/2011)

Features:

  • bundler binstubs
  • dynamic slug_vendor_base detection

Bugfixes:

  • don't show sqlite3 error if it's in a bundle without group on failed bundle install

v9 (11/14/2011)

Features:

  • rbx 1.2.4 support
  • print out RUBY_VERSION being used

Bugfixes:

  • don't leave behind ruby_versions.yml

v8 (11/8/2011)

Features:

  • use vm as part of RUBY_VERSION

v7 (11/8/2011)

Features:

  • ruby 1.9.3 support
  • specify ruby versions using RUBY_VERSION build var

Bugfixes:

  • move "bin/" to the front of the PATH, so apps can override existing bins

v6 (11/2/2011)

Features:

  • add sqlite3 warning when detected on bundle install error

Bugfixes:

  • Change gem detection to use lockfile parser
  • use $RACK_ENV when thin is detected for rack apps