mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 14:39:52 +01:00
4 lines
153 B
Ruby
4 lines
153 B
Ruby
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../Gemfile", __dir__)
|
|
|
|
require "bundler/setup" # Set up gems listed in the Gemfile.
|
|
require "bootsnap/setup"
|