How can I find the current version of jquery_ujs used in my rails application?
I have included it by gem 'jquery-rails'. version of jquery-rails gem is 2.1.4 and Rails version is 3.2.14
.
Thank you Sharagoz for pointing this out
You can try calling Jquery::Rails::JQUERY_UJS_VERSION from the rails console.
It return the version of jquery_ujs
used in current rails project.