Skip to content

Releases: heroku/buildpacks-ruby

v2.0.1

25 Jul 20:06
2901419
Compare
Choose a tag to compare

heroku/ruby

  • Commons: Introduce build_output module (#155)
  • Commons: Remove gem_list, rake_status, rake_task_detect modules (#155)
  • Commons: EnvCommand removed, replaced with fun_run (#139)

v2.0.0

02 Aug 12:20
7104c62
Compare
Choose a tag to compare

heroku/ruby

  • Initial version of Ruby buildpack in Rust (#93)
  • Version 2.0.0 for the first release is not a typo. There was an issue in pack where a builder with the same name and version number would reuse artifacts left on image from prior runs which caused issues. There were prior releases of heroku/ruby CNB from different sources that triggered this problem. To ensure no one would encounter that issue we developed and released using a version we know has not been used before. Version 2.0 was the first major version without a prior release of heroku/ruby CNB from any source.