| In order to continue using cached environments at a specific, the :current_environment must be set with the result of Cached#get , which should include the environment version. Currently, Cached#get returns the environment name as a string. Now we either need to include the version in the the string as well, e.g. "production@ab123cd", or return an Environment object that knows the version. |