To upgrade bundler, just type this command in to the command line:
gem install bundler
bundle --version
gem install bundler
bundle --version
config.assets.debug = false
config.assets.compile = false
config.assets.digest = true
rake assets:precompile
git checkout my_branch_1
git branch -m my_new_name_branch_2
git reset --hard HEAD~1
apt-cache show firefox | grep Version
sudo apt-get install firefox=28.0+build2-0ubuntu2
sudo apt-mark hold firefox
$ sudo apt-get purge firefox
$ wget http://ftp.mozilla.org/pub/firefox/releases/47.0/firefox-47.0.linux-i686.sdk.tar.bz2
$ tar -xjf firefox-47.0.linux-i686.sdk.tar.bz2
$ sudo
mv firefox /opt/
$ sudo mv /usr/bin/firefox /usr/bin/firefox_old
$ sudo
mv /usr/bin/firefox /usr/bin/firefox_old
$ sudo
apt-mark hold firefox
sudo apt install git
git config --global user.email "your_email@example.com"
git config --global user.name "Your Name"