diff --git a/config/boot.rb b/config/boot.rb index 4be3a6a..6e3b6c0 100644 --- a/config/boot.rb +++ b/config/boot.rb @@ -1,5 +1,7 @@ # frozen_string_literal: true +Warning[:deprecated] = false + ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__) require 'bundler/setup' # Set up gems listed in the Gemfile.