lib/jamf.rb in ruby-jss-2.0.0 vs lib/jamf.rb in ruby-jss-2.1.0b4

- old
+ new

@@ -87,5 +87,9 @@ # JSS module is now a synonym for Jamf module JSS = Jamf # testing zeitwerk loading, the the desired file is present JamfZeitwerkConfig.eager_load_for_testing + +# Load more non-autoloaded stuff, but this stuff needs +# to happen after zeitwerk loading is active. +require 'jamf/deprecations'