Added force_require for binding.irb
When we make irb to bundled gems, binding.irb with bundle exec is not working without irb declaration of Gemfile.
This force_require makes to load irb without Gemfile.
Added force_require for binding.irb
When we make irb to bundled gems, binding.irb with bundle exec is not
working without irb declaration of Gemfile.
This force_require makes to load irb without Gemfile.