Actualizar plugin Additionals a 3.0.0

This commit is contained in:
Manuel Cillero 2020-11-22 21:30:25 +01:00
parent 3d976f1b3b
commit a26f5567af
399 changed files with 70374 additions and 4093 deletions

View file

@ -0,0 +1,3 @@
gem 'rubocop', require: false
gem 'rubocop-performance', require: false
gem 'rubocop-rails', require: false

View file

@ -1,4 +1,4 @@
# for travis debugging
# config.logger = Logger.new(STDOUT)
# config.logger = Logger.new $stdout
# config.logger.level = Logger::INFO
# config.log_level = :info

View file

@ -3,6 +3,6 @@ test:
database: travis_ci_test
host: localhost
username: root
password: travis_ci_test
password:
pool: 5
encoding: utf8mb4