I recently took over development of a Rails 2.3.5 application running on Ruby 1.8.7 that hasn't seen much progress since 2009. Having been spoiled by Bundler I'm finding it difficult to setup a development environment locally that matches what is in production.
Through trial and error I've attempted to get the required gems with proper versions running, but I still encounter errors.
Can anyone recommend a more reliable or automated approach to duplicating a production environment for development?
Thanks!