Merge pull request #1030 from internetee/update-ruby-to-2-4-5

Update ruby to 2.4.5
This commit is contained in:
Timo Võhmar 2018-11-05 10:58:28 +02:00 committed by GitHub
commit 79cbea6064
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View file

@ -1 +1 @@
2.4.4 2.4.5

View file

@ -4,7 +4,7 @@ env:
- DB=postgresql - DB=postgresql
bundler_args: --without development staging production bundler_args: --without development staging production
before_install: before_install:
- "wget -N http://chromedriver.storage.googleapis.com/2.40/chromedriver_linux64.zip -P ~/" - "wget -N http://chromedriver.storage.googleapis.com/2.43/chromedriver_linux64.zip -P ~/"
- "unzip ~/chromedriver_linux64.zip -d ~/" - "unzip ~/chromedriver_linux64.zip -d ~/"
- "rm ~/chromedriver_linux64.zip" - "rm ~/chromedriver_linux64.zip"
- "sudo mv -f ~/chromedriver /usr/local/share/" - "sudo mv -f ~/chromedriver /usr/local/share/"

View file

@ -155,6 +155,7 @@ test:
# Airbrake // Errbit: # Airbrake // Errbit:
airbrake_host: "https://your-errbit-host.ee" airbrake_host: "https://your-errbit-host.ee"
# airbrake_env: "staging", defaults to Rails.env # airbrake_env defaults to Rails.env, can be left blank.
# airbrake_env: "staging"
airbrake_project_id: "1" airbrake_project_id: "1"
airbrake_project_key: "api_key" airbrake_project_key: "api_key"