Use require_relative where possible

This commit is contained in:
Karl Erik Õunapuu 2020-05-29 16:28:57 +03:00
parent cee260069f
commit f47805a767
4 changed files with 7 additions and 3 deletions

View file

@ -1,3 +1,4 @@
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__)
require 'bundler/setup' # Set up gems listed in the Gemfile.
require 'bootsnap/setup'