stadtratmonitor/config/boot.rb

5 lines
166 B
Ruby
Raw Permalink Normal View History

# Set up gems listed in the Gemfile.
2020-03-09 14:55:53 +01:00
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__)
require 'bundler/setup' if File.exist?(ENV['BUNDLE_GEMFILE'])