Include disablement of MarshalLoad in the sync config

This commit is contained in:
Zach Leslie 2018-06-03 18:56:49 -07:00
parent 5c7a2ccb7e
commit 67885b42b6

View File

@ -8,3 +8,6 @@ Gemfile:
- gem: 'rspec-expectations'
spec/spec_helper.rb:
mock_with: ':rspec'
.rubocop.yml:
cops:
Security/MarshalLoad: false