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:
parent
faa880f9f6
commit
625b833cde
@ -1 +1 @@
|
||||
ruby-2.6.6
|
||||
ruby-2.6.7
|
||||
|
@ -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`
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user