I am working on a training rails project on
http://railsapps.imtqy.com/installrubyonrails-mac.html
I am in the "Rails Application Examples" section, but when I run
bundle install
I get this error:
[!] There was an error parsing `Gemfile`: no .<digit> floating literal anymore; put 0 before dot - ruby '2.3.0' ^ /Users/eric.park/workspace/learn-rails/Gemfile:2: syntax error, unexpected tFLOAT, expecting '(' ruby '2.3.0' ^. Bundler cannot continue. # from /Users/eric.park/workspace/learn-rails/Gemfile:2 # ------------------------------------------- # source 'https://rubygems.org' > ruby '2.3.0' # gem 'rails', '4.2.5' # -------------------------------------------
I am new to rails, so if anyone can explain what this error means at all, and how can I address it if it reappears, which would be really helpful.
ruby-on-rails
Eric Park
source share