lib/frameit.rb in frameit-2.7.0 vs lib/frameit.rb in frameit-2.8.0
- old
+ new
@@ -20,9 +20,10 @@
attr_accessor :config
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__))
end
# rubocop:disable all
class ::Hash
def fastlane_deep_merge(second)