Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 811 Bytes

CHANGELOG.md

File metadata and controls

23 lines (12 loc) · 811 Bytes

Change log

main (unreleased)

0.2.2 (2023-01-25)

  • #55: fix failures when non-exact Ruby requirement specified in Gemfile. (@ashkulz)

0.2.1 (2022-04-21)

  • #41: Stop using Bundler::RubyVersion#to_gem_version_with_patchlevel. (@deivid-rodriguez)

0.2.0 (2020-09-14)

  • #32: Add a way to allow caching of two sets of gems. (@janschill)

  • #30: Bootboot can now be used for dual booting different versions of Ruby. (@systemist)

0.1.2 (2019-01-09)

New features

  • #15: Add a way to configure the DEPENDENCIES_NEXT environment variable. (@Edouard-chin)