1
0
Fork 0

Supress deprecation warnings

This commit is contained in:
Alex Kotov 2020-01-15 16:58:28 +05:00
parent 551ea0c6f1
commit 04be25c466
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 2 additions and 0 deletions

View File

@ -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.