Reading http://www.gravityhelp.com/documentation/page/Gravity_form_enqueue_scripts, it says to place the gravity_form_enqueue_scripts function immediately before wp_head();.
Is there a reason that we can't safely hook on to wp_head() instead with a high priority?
Both seem to work, but I like keeping my enequeue-ing in functions.php if possible.