From 04be25c466774ca52c2bdfeed59499cb407ca53d Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Wed, 15 Jan 2020 16:58:28 +0500 Subject: [PATCH] Supress deprecation warnings --- config/boot.rb | 2 ++ 1 file changed, 2 insertions(+) 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.