Commit c8b9b995e01e709dd110a1269c03ff5c51529ad0
1 parent
a97f8e19
Exists in
master
and in
22 other branches
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,4 +80,5 @@ packages=$(grep-dctrl -n -s Build-Depends,Depends,Recommends -S -X noosfero debi | ||
80 | run sudo apt-get -y install $packages | 80 | run sudo apt-get -y install $packages |
81 | sudo apt-get -y install iceweasel || sudo apt-get -y install firefox | 81 | sudo apt-get -y install iceweasel || sudo apt-get -y install firefox |
82 | 82 | ||
83 | +run rm -f Gemfile.lock | ||
83 | run bundle --local | 84 | run bundle --local |