ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__)

require 'bundler/setup' # Set up gems listed in the Gemfile.

# Fix for Rails 6.1 compatibility with Ruby 3.2+
# Logger needs to be required explicitly
require 'logger' if RUBY_VERSION >= '3.1'
