mirror of
https://github.com/internetee/registry.git
synced 2025-06-08 13:44:47 +02:00
Merge pull request #1030 from internetee/update-ruby-to-2-4-5
Update ruby to 2.4.5
This commit is contained in:
commit
79cbea6064
3 changed files with 4 additions and 3 deletions
|
@ -1 +1 @@
|
|||
2.4.4
|
||||
2.4.5
|
||||
|
|
|
@ -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/"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue