Code & Deploy
Code
Code Review
Models
Repos
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@setoelkahfi
/
tower-of-bazel
tower-of-bazel
/
backend
/
app
/
config
/
boot.rb
Code
Commits
Issues
Pulls
Sessions
CI/CD
main
feature/share-libs
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.