Releases: cloudfoundry/ruby-buildpack
v1.1.1
- Update buildpack-packager
(https://www.pivotaltracker.com/story/show/79126294) - Merge Heroku upstream changes up to v127. Important changes:
- Improve RBX support
v1.1.0
- Fixed libreadline issue.
(https://www.pivotaltracker.com/story/show/75199948) - Removes spurious warning "already initialized constant" warning
(https://www.pivotaltracker.com/story/show/76163642) - Merges Heroku upstream changes up to v126. Important changes:
- NodeJS is now a dependency
- Bundler updated to 1.6.3
v1.0.1
-
Improve documentation and make the README CF specific.
(https://www.pivotaltracker.com/story/show/69192654)
(https://www.pivotaltracker.com/story/show/73157440) -
Switch to new Cloud Foundry offline dependency framework
(https://www.pivotaltracker.com/story/show/73384384)
(https://www.pivotaltracker.com/story/show/73544396)(https://www.pivotaltracker.com/story/show/74053110)
(https://www.pivotaltracker.com/story/show/73723814) -
Allow apps to specify BUNDLE_GEMFILE environment variable
(https://www.pivotaltracker.com/story/show/73334472) -
Added vendor/cache to .gitignore
-
Use Ruby 2.1.1 for packaging
-
Improve version imprinting
(https://www.pivotaltracker.com/story/show/73158908) -
Fix: Offline mode should not attempt to use public networks
(https://www.pivotaltracker.com/story/show/73420832) -
Fix: Install 12 factor plugins when the user does not provided it
-
Fix: do not ignore bin/ dir in rails 4 apps.