Skip to content

Commit 740d21b

Browse files
author
Daniel Mikusa
authored
Require missing library (#958)
After refactoring for Ruby 3.0 compatibility, it looks like there's now a missing dependency. This PR adds the missing 'tempfile' require. Signed-off-by: Daniel Mikusa <[email protected]>
1 parent d60eea9 commit 740d21b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/java_buildpack/jre/ibm_jre_initializer.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
# limitations under the License.
1717

1818
require 'fileutils'
19+
require 'tempfile'
1920
require 'java_buildpack/component/versioned_dependency_component'
2021
require 'java_buildpack/jre'
2122
require 'java_buildpack/util/tokenized_version'

0 commit comments

Comments
 (0)