Skip to content

Commit

Permalink
dev: add bundle install to thor rails:use
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Feb 5, 2011
1 parent 057000c commit 00b7ed1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Thorfile
Expand Up @@ -20,5 +20,6 @@ class Rails < Thor
def use(version)
`cp ./Gemfile-#{version} ./Gemfile`
`rm ./Gemfile.lock`
system "bundle install"
end
end

0 comments on commit 00b7ed1

Please sign in to comment.