This is just a minor bug. It happened a couple of times. It looks like my environment.rb is modified by Heroku, but nothing harmful. It seems to look for the line containing the RAILS_GEM_VERSION, comments that out and adds a new RAILS_GEM_VERSION line at the top.
So the first time it happened, my original RAILS_GEM_VERSION was commented out, and a new RAILS_GEM_VERSION line was added at the top. The 2nd time it happened, my original RAILS_GEM_VERSION line is commented out twice, the added line at the top was commented out, and another RAILS_GEM_VERSION line was added at the top. So it seems to be accumulating. So the next time this happens again I'm expecting something like the following: RAILS_GEM_VERSION = '2.0.2' # RAILS_GEM_VERSION = '2.0.2' # # RAILS_GEM_VERSION = '2.0.2' --- the usual other comments here # # # RAILS_GEM_VERSION = '2.0.2' Again, it's not harmful, but whenever I check Revisions in the Heroku browser IDE, environment.rb is modified so I always have to check. Hmm, maybe the trigger is when I check Revisions. Just an FYI. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/heroku?hl=en -~----------~----~----~----~------~----~------~--~---
