0

My code was working fine yesterday and then after I reverted some changes from git I am getting this error

    /usr/local/lib/ruby/gems/2.2.0/gems/bundler-1.8.3/lib/bundler/runtime.rb:34:in `block in setup': You have already activated spring 1.3.4, but your Gemfile requires spring 1.3.3. Prepending `bundle exec` to your command may solve this. (Gem::LoadError)

I am unsure how to fix this I have ran the bundle command in terminal with still no luck! Please HELP MEEEE!!!!

Zippo9
  • 706
  • 2
  • 5
  • 24
  • have you tried stopping/restarting spring `./bin/spring stop`? What files did you revert in git? Was your gemfile one of them? – Doon Apr 15 '15 at 14:25

1 Answers1

7

I found the answer here for anyone looking to solve the same or similar issue:Couldn't run migration after spring update in Rails

You need to run bundle update spring in terminal

Community
  • 1
  • 1
Zippo9
  • 706
  • 2
  • 5
  • 24