denny/ShinyCMS-ruby

View on GitHub
config/boot.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
# frozen_string_literal: true

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

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

# Load bootsnap here if you're using it
# require 'bootsnap/setup'