0

I get this message:

An error occurred while installing rake <10.4.2>, and bundler cannot continue. Make sure that 'gem install rake -v '10.4.2' succeeds before installing.

How should I proceed to fix this error?

PiJei
  • 584
  • 4
  • 19
Nosail
  • 465
  • 2
  • 7
  • 19

1 Answers1

0

run the follwing in terminal
gem install rake -v '10.4.2'

if it shows error
rm Gemfile.lock
bundle update
bundle install

cheers :)-

rk1729
  • 11
  • 3