Y
Hacker News
new
|
ask
|
show
|
jobs
by
cheald
4922 days ago
Run "bundle update rails" in your project's root directory (where your Gemfile is).
1 comments
bonzoesc
4922 days ago
This won't work if your Gemfile declares a version of Rails (Rails 3.2.9 did this). You have to update the Gemfile and then bundle update.
link