actualizar mobility a rails 6

This commit is contained in:
f 2019-09-17 22:03:40 -03:00
parent 450049f2ec
commit 7507737f60
No known key found for this signature in database
GPG key ID: 2AE5A13E321F953D
2 changed files with 1 additions and 3 deletions

View file

@ -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

View file

@ -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)