I have some dependency issues with the latest bundler version of "1.9.7". I need bundler version "1.7.3" for this. I tried specifying the required bundler version as "1.7.3" in my project's Gemfile. But, it isnt working. It is always referring to the latest bundler version thats installed in my PC.
So, how should I specify the required bundler version for my project?