5 lines
173 B
Ruby
5 lines
173 B
Ruby
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../Gemfile", __dir__)
|
|
|
|
require "bundler/setup"
|
|
require "bootsnap/setup" if ENV.fetch("RAILS_ENV", "development") == "production"
|