Skip to content

Commit

Permalink
Merge pull request #1615 from neilang/master
Browse files Browse the repository at this point in the history
Update bundle environment after devise is added
  • Loading branch information
mshibuya committed Apr 23, 2013
2 parents b8465f7 + 767ff2e commit 99a0932
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/generators/rails_admin/install_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ def install
display "Adding devise gem to your Gemfile:"
append_file "Gemfile", "\n", :force => true
gem 'devise'
Bundler.with_clean_env do
run "bundle install"
end
else
display "Found it!"
end
Expand Down

0 comments on commit 99a0932

Please sign in to comment.