config/boot.rb in occams-1.0.7.3 vs config/boot.rb in occams-1.0.8
- old
+ new
@@ -1,8 +1,5 @@
# frozen_string_literal: true
-# Set up gems listed in the Gemfile.
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__)
-require 'bundler/setup' if File.exist?(ENV['BUNDLE_GEMFILE'])
-
-File.exist? ENV.fetch('BUNDLE_GEMFILE')
+require 'bundler/setup' # Set up gems listed in the Gemfile.