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