mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 02:21:42 +00:00
actualizar mobility a rails 6
This commit is contained in:
parent
450049f2ec
commit
7507737f60
2 changed files with 1 additions and 3 deletions
|
@ -52,8 +52,6 @@ RUN find public -type f -name "*.gz" | sed -re "s/\.gz$//" | xargs -r brotli -k
|
|||
# assets ya están pre-compilados.
|
||||
RUN sed -re "/(uglifier|bootstrap|coffee-rails)/d" -i Gemfile
|
||||
RUN bundle clean
|
||||
RUN sed -re "s/def visit\(object\)/def visit(object, collection = nil)/" \
|
||||
-i `bundle show mobility`/lib/mobility/arel/visitor.rb
|
||||
|
||||
# Contenedor final
|
||||
FROM sutty/monit:latest
|
||||
|
|
|
@ -226,7 +226,7 @@ GEM
|
|||
mini_mime (1.0.2)
|
||||
mini_portile2 (2.4.0)
|
||||
minitest (5.11.3)
|
||||
mobility (0.8.7)
|
||||
mobility (0.8.8)
|
||||
i18n (>= 0.6.10, < 2)
|
||||
request_store (~> 1.0)
|
||||
net-scp (2.0.0)
|
||||
|
|
Loading…
Reference in a new issue