mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-25 11:38:49 +01:00
Ran `bin/rake rails:upgrade` and went through all the changes. Co-Authored-By: Dan Rice <dnrce@users.noreply.github.com>
3 lines
128 B
Ruby
3 lines
128 B
Ruby
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__)
|
|
|
|
require 'bundler/setup' # Set up gems listed in the Gemfile.
|