New Ruby on Rails Setup : “Expected string default value for '--rc'; got false (boolean)”
问题 I'm setting up a Ruby on Rails web development environment on a new machine (macOS Sierra v. 10.12.1). I'm following the setup instructions here: Setup Ruby On Rails on macOS 10.12 Sierra. When I check the newly installed rails version, I get the following: $ rails --version Expected string default value for '--rc'; got false (boolean) Rails 4.2.6 I haven't seen that second line before, and googling hasn't yielded any helpful results. Background information: clean install of macOS 10.12.1;