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!!!!

1
  • have you tried stopping/restarting spring ./bin/spring stop? What files did you revert in git? Was your gemfile one of them? Commented Apr 15, 2015 at 14:25

1 Answer 1

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

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.