From a18aa9abf48c89ab0921a6e570fc831d57da0e10 Mon Sep 17 00:00:00 2001 From: Maxwell Salzberg Date: Tue, 13 Mar 2012 19:43:19 -0700 Subject: [PATCH] to whoever is following along at home. I am sorry. testing travis by pushing is not fun --- script/ci/before_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/ci/before_install.sh b/script/ci/before_install.sh index 4186d660d..78e9e0ee5 100755 --- a/script/ci/before_install.sh +++ b/script/ci/before_install.sh @@ -8,4 +8,4 @@ if [ "$(gem --version)" != "1.8.15" ]; then fi gem uninstall bundler --all --ignore-dependencies --executables -gem install bundle --version '~> 1.0.0' \ No newline at end of file +gem install bundler --version '~> 1.0.0' \ No newline at end of file