config/boot.rb in assembly-objectfile-2.0.0 vs config/boot.rb in assembly-objectfile-2.1.0

- old
+ new

@@ -1,9 +1,8 @@ # frozen_string_literal: true require 'rubygems' -environment = ENV['ENVIRONMENT'] ||= 'development' project_root = File.expand_path("#{File.dirname(__FILE__)}/..") # Load config for current environment. $LOAD_PATH.unshift("#{project_root}/lib")