0
votes

I'm trying to run rails server and this error comes up!

Error message on command prompt

Gemfile

gem 'Rails', '4.2.6'

gem 'mysql2', '>= 0.3.13', '< 0.5'

gem 'sdoc', '~> 0.4.0', group: :doc

gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]

1
Have you bundle installed? - fbelanger
I've tried that (bundle install)! - geek-tech
try: gem install rails 4.2.6 and then bundle update rails - toddmetheny

1 Answers