I am running windows with Ruby 1.9.3 with Rails 4.1.1 installed. In console, when I run rails c
, it responds with:
'raise_if_conflicts': Unable to activate railties-4.1.1, \
because activesupport-2.3.8 conflicts with activesupport <= 4.1.1>, \
actionpack-2.3.8 conflicts with actionpack <= 4.1.1>
I believe that the gems that I have installed are either too dated or too new, but I am not sure which and I don't know how to fix it. Any ideas?