Skip to content

Commit

Permalink
Uses the latest version of Rails by default
Browse files Browse the repository at this point in the history
* This will require bumping this version periodically, but leaving the
  version has caused hanging of the `bundle` command for some folks
  • Loading branch information
alindeman committed Dec 14, 2012
1 parent 648ba09 commit 1d15db0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -46,7 +46,7 @@ when /3-1-stable/
when /3-2-stable/
gem "rails", :git => "git://github.com/rails/rails.git", :branch => "3-2-stable"
when nil, false, ""
gem "rails"
gem "rails", "3.2.9"
else
gem "rails", version
end

0 comments on commit 1d15db0

Please sign in to comment.