mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-26 03:58:49 +01:00
After the framework bump, run `rails app:update` to pull in the new framework changes and defaults.
4 lines
207 B
Ruby
4 lines
207 B
Ruby
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__)
|
|
|
|
require 'bundler/setup' # Set up gems listed in the Gemfile.
|
|
require 'bootsnap/setup' # Speed up boot time by caching expensive operations.
|