You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Bump default ruby and bundler versions
* Update test
The purpose of this test is to validate that metadata stays valid between versions. However the Ruby version change between default version bumps was causing a cache invalidation. This test is made more robust by specifying an explicit Ruby version
* Attempt to reduce non-deterministic output
#409
Copy file name to clipboardexpand all lines: buildpacks/ruby/CHANGELOG.md
+4
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
### Changed
11
+
12
+
- Default Ruby version is now 3.3.7 and default bundler version is now 2.5.23 ([#408](https://github.com/heroku/buildpacks-ruby/pull/408))
13
+
10
14
### Fixed
11
15
12
16
- The `docker run` command no longer requires an entrypoint when using default processes provided by `heroku/ruby` directly (and not the `heroku/procfile` buildpack) ([#404](https://github.com/heroku/buildpacks-ruby/pull/404))
0 commit comments