Supress deprecation warnings
This commit is contained in:
parent
551ea0c6f1
commit
04be25c466
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
|
Reference in a new issue