MacdeMacBook-Pro:hello_rails mac
$ bin/rails s
/Users/mac/.rvm/gems/ruby-2.4.1/gems/bootstrap-4.0.0.beta/lib/bootstrap/version.rb:2: warning: already initialized constant Bootstrap::VERSION
/Users/mac/.rvm/gems/ruby-2.4.1/gems/bootstrap-sass-3.3.7/lib/bootstrap-sass/version.rb:2: warning: previous definition of VERSION was here
/Users/mac/.rvm/gems/ruby-2.4.1/gems/bootstrap-4.0.0.beta/lib/bootstrap/version.rb:3: warning: already initialized constant Bootstrap::BOOTSTRAP_SHA
/Users/mac/.rvm/gems/ruby-2.4.1/gems/bootstrap-sass-3.3.7/lib/bootstrap-sass/version.rb:3: warning: previous definition of BOOTSTRAP_SHA was here
=> Booting Puma
=> Rails 5.1.3 application starting in development on http://localhost:3000
=> Run rails server -h
for more startup options
Puma starting in single mode...
今天学习时启动服务器出现这个提示,自己查了一下没得到结果,问问大家如何处理?