File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ RUN apk update && apk upgrade
2626RUN apk add build-base bash ruby ruby-etc ruby-dev
2727
2828# Install builtin fonts
29- RUN gem install invoice_printer_fonts --version 2.1 .0 --no-document
29+ RUN gem install invoice_printer_fonts --version 2.2 .0 --no-document
3030
3131# Install the gem from RubyGems.org
32- RUN gem install invoice_printer_server --version 2.1 .0 --no-document
32+ RUN gem install invoice_printer_server --version 2.2 .0 --no-document
3333
3434# Clean APK cache
3535RUN rm -rf /var/cache/apk/*
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- invoice_printer (2.2.0.alpha2 )
4+ invoice_printer (2.2.0 )
55 json (~> 2.1 )
66 prawn (~> 2.2 )
77 prawn-table (~> 0.2.2 )
8- invoice_printer_server (2.2.0.alpha2 )
9- invoice_printer (= 2.2.0.alpha2 )
8+ invoice_printer_server (2.2.0 )
9+ invoice_printer (= 2.2.0 )
1010 json (~> 2.1 )
1111 puma (>= 3.9.0 )
1212 roda (~> 3.5 )
Original file line number Diff line number Diff line change 11module InvoicePrinter
2- VERSION = '2.2.0.alpha2 '
2+ VERSION = '2.2.0'
33end
You can’t perform that action at this time.
0 commit comments