Actualizar plugin Additionals a 3.0.0
This commit is contained in:
parent
3d976f1b3b
commit
a26f5567af
399 changed files with 70374 additions and 4093 deletions
3
plugins/additionals/test/support/Gemfile.local
Normal file
3
plugins/additionals/test/support/Gemfile.local
Normal file
|
@ -0,0 +1,3 @@
|
|||
gem 'rubocop', require: false
|
||||
gem 'rubocop-performance', require: false
|
||||
gem 'rubocop-rails', require: false
|
|
@ -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
|
||||
|
|
|
@ -3,6 +3,6 @@ test:
|
|||
database: travis_ci_test
|
||||
host: localhost
|
||||
username: root
|
||||
password: travis_ci_test
|
||||
password:
|
||||
pool: 5
|
||||
encoding: utf8mb4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue