Your Ruby version is 1.9.3, but your Gemfile specified 2.1.0
问题 When I run rails server I get the error. There is some problem loading the gemsets $rvm list rvm rubies ruby-1.9.3-p484 [ i686 ] ruby-2.0.0-p353 [ i686 ] =* ruby-2.1.0 [ i686 ] # => - current # =* - current && default # * - default $ruby -v ruby 2.1.0p0 (2013-12-25 revision 44422) [i686-linux] $rails -v Your Ruby version is 1.9.3, but your Gemfile specified 2.1.0 $bundle show rails /home/prasad/.rvm/gems/ruby-2.1.0/gems/rails-4.0.1 $bundle exec rails s Your Ruby version is 1.9.3, but your