How do I revert back to 1.1.2?

I upgraded to 1.1.3. Now, ActiveRBAC quit working. Is there an easy way
to
downgrade / revert to Rails 1.1.2. I’d rather not have to reinstall
everything.

Larry K. wrote:

I upgraded to 1.1.3. Now, ActiveRBAC quit working. Is there an easy way
to
downgrade / revert to Rails 1.1.2. I’d rather not have to reinstall
everything.

Presuming you didn’t uninstall the 1.1.2 gem, I believe you should be
able to just add:

RAILS_GEM_VERSION = “1.1.2”

to config/environment.rb