-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade Ruby #139
Upgrade Ruby #139
Conversation
Otherwise `settings config.i18n.fallbacks` and `config.action_view.raise_on_missing_translations` have no effect
It is present in Ruby Standard Library since version 2.0 https://github.com/seattlerb/sysloglogger
Closes #137
merge master to staging
Do not translate available locales
Update Ruby to 2.4.5
Update CodeClimate config
Update `loofah` gem
Remove `SyslogLogger` gem
Set `raise_on_missing_translations` to true in test env
Update `robots.txt`
Remove duplicate JSON key
Update .gitignore
Use `t` instead of `I18n.t`
Remove unused sass gem
Not tune, but create a custom image as we no longer can use the approved Ruby image for variety of reasons:
Anyway, there is extra work involved with this change now and going forward because now we/I have to maintain the docker images even for point releases. |
merge conflicts with master |
Everything I wanted to merge to master until commit 7fd16c1 (see above) is already in master. No idea why there are some additional commits from Georg are here... We could just discard this PR, I guess. |
@artur-beljajev why not close it then ? the pull request is opened by you ? |
@maciej-szlosarczyk You probably want to tune Docker config as well? You mentioned some issue, if I remember correctly...
Closes #137