lib/gym.rb in gym-1.7.0 vs lib/gym.rb in gym-1.8.0
- old
+ new
@@ -41,8 +41,9 @@
end
end
Helper = FastlaneCore::Helper # you gotta love Ruby: Helper.* should use the Helper class contained in FastlaneCore
UI = FastlaneCore::UI
+ ROOT = Pathname.new(File.expand_path('../..', __FILE__))
Gym.init_libs
end