1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-30 19:52:20 +01:00

Updated the version of ruby to 2.6.9

This commit is contained in:
Du Peng 2022-03-29 17:10:57 +02:00
parent 58f4ea4c15
commit 03769bda27
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
# Changelog Fab-manager
- Updated the version of ruby to 2.6.9
- Fix a bug: unable to show payment schedules list if active PayZen
- Fix a bug: unable to set user's invoicing profile names and email if active address required in create user form
- [TODO DEPLOY] `rails fablab:fix:invoices_without_names_and_email`

View File

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