Commit c8b9b995e01e709dd110a1269c03ff5c51529ad0

Authored by Antonio Terceiro
1 parent a97f8e19

quick-start/debian: remove Gemfile.lock

This makes upgrading development environments just work, no conflicts
between what's installed and what's in Gemfile.lock
Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
script/install-dependencies/debian-wheezy.sh
... ... @@ -80,4 +80,5 @@ packages=$(grep-dctrl -n -s Build-Depends,Depends,Recommends -S -X noosfero debi
80 80 run sudo apt-get -y install $packages
81 81 sudo apt-get -y install iceweasel || sudo apt-get -y install firefox
82 82  
  83 +run rm -f Gemfile.lock
83 84 run bundle --local
... ...