1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-29 18:52:22 +01:00

updated ruby to 2.6.7

This commit is contained in:
Sylvain 2021-05-25 10:46:58 +02:00
parent faa880f9f6
commit 625b833cde
3 changed files with 3 additions and 2 deletions

View File

@ -1 +1 @@
ruby-2.6.6
ruby-2.6.7

View File

@ -6,6 +6,7 @@
- Fix a bug: typo in allow/prevent booking overlapping slots
- Fix a bug: unable to use run.fab.mn
- Fix a bug: parse error while compiling the assets
- Updated ruby to 2.6.7
- Fix a security issue: updated puma to 4.3.8 to fix [CVE-2019-16770](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-16770)
- Fix a security issue: updated nokogiri to 1.11.4 to fix [GHSA-7rrm-v45f-jp64](https://github.com/advisories/GHSA-7rrm-v45f-jp64)
- [TODO DEPLOY] `rails fablab:fix_invoices`

View File

@ -1,4 +1,4 @@
FROM ruby:2.6.6-alpine
FROM ruby:2.6.7-alpine
MAINTAINER contact@fab-manager.com
# Install upgrade system packages