config/application.rb in spell_craft-0.1.1 vs config/application.rb in spell_craft-0.1.2

- old
+ new

@@ -2,10 +2,10 @@ # typed: true require 'zeitwerk' require 'pathname' -root = Pathname('.') +root = Pathname('/Users/cherryramatis/Repos/spell_craft') loader = Zeitwerk::Loader.new loader.push_dir(root.join('lib').realpath) loader.push_dir(root.join('config').realpath)