Skip to content

Commit

Permalink
bump the rails version for the default setup
Browse files Browse the repository at this point in the history
  • Loading branch information
David Chelimsky committed Sep 12, 2012
1 parent 0e1b454 commit 59275e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -171,7 +171,7 @@ namespace :bundle do
`gem install bundler` unless `gem list`.split("\n").detect {|g| g =~ /^bundler/} `gem install bundler` unless `gem list`.split("\n").detect {|g| g =~ /^bundler/}
`bundle install --binstubs` `bundle install --binstubs`
run_command 'bundle install --binstubs --gemfile ./Gemfile', :except => 'rspec-rails' run_command 'bundle install --binstubs --gemfile ./Gemfile', :except => 'rspec-rails'
run_command 'thor version:use 3.2.2', :only => 'rspec-rails' run_command 'thor version:use 3.2.8', :only => 'rspec-rails'
end end
end end


Expand Down

0 comments on commit 59275e0

Please sign in to comment.