From 52e9b022273181596c5808548ed56742fa7c1669 Mon Sep 17 00:00:00 2001 From: Maciej Szlosarczyk Date: Tue, 30 Oct 2018 10:38:35 +0200 Subject: [PATCH 1/3] Update Ruby to 2.4.5 --- .ruby-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ruby-version b/.ruby-version index 79a614418..59aa62c1f 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.4.4 +2.4.5 From 5433032330c82f9caeaf2db19d02a8f36cbc9f90 Mon Sep 17 00:00:00 2001 From: Maciej Szlosarczyk Date: Tue, 30 Oct 2018 10:38:49 +0200 Subject: [PATCH 2/3] Fix error prone application-example.yml --- config/application-example.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/application-example.yml b/config/application-example.yml index 7baa29740..96e79771c 100644 --- a/config/application-example.yml +++ b/config/application-example.yml @@ -155,6 +155,7 @@ test: # Airbrake // Errbit: 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_key: "api_key" From 96861c6c196ae5f57dd76bf217bb4a3534c7e7ec Mon Sep 17 00:00:00 2001 From: Maciej Szlosarczyk Date: Tue, 30 Oct 2018 10:55:01 +0200 Subject: [PATCH 3/3] Update chromedriver --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 430d7fbb2..1a323c08a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ env: - DB=postgresql bundler_args: --without development staging production 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 ~/" - "rm ~/chromedriver_linux64.zip" - "sudo mv -f ~/chromedriver /usr/local/share/"