We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0891377 commit 6213f04Copy full SHA for 6213f04
lib/deprecation_collector/list.rb
@@ -2,7 +2,7 @@
2
3
require "yaml"
4
module DeprecationCollector
5
- DEPRECATION_IDS_FILE = File.expand_path("./deprecation-ids.yml", __FILE__)
+ DEPRECATION_IDS_FILE = File.expand_path("../deprecation-ids.yml", __FILE__)
6
7
deprecations = YAML.load_file(DEPRECATION_IDS_FILE)
8
List =
0 commit comments