Code & Deploy
Code
Models
Repos
Sign in
@setoelkahfi
/
homebrew-tap
homebrew-tap
/
config
/
boot.rb
Code
Commits
Pulls
CI/CD
205
main
main
rb
4 lines
207 Bytes
Copy permalink
Copy
Raw
1
ENV
[
"BUNDLE_GEMFILE"
]
||=
File
.
expand_path
(
"../Gemfile"
,
__dir__
)
2
3
require
"bundler/setup"
# Set up gems listed in the Gemfile.
4
require
"bootsnap/setup"
# Speed up boot time by caching expensive operations.