1
0
mirror of https://github.com/cmur2/dyndnsd.git synced 2025-06-26 12:30:18 +02:00

gems: fix order, drop unnecessary json dependency

- json was added pre Ruby 2.0 in e50430b177
This commit is contained in:
cn
2020-03-02 01:44:39 +01:00
parent 9dfafd7e8d
commit 88133edc1a
2 changed files with 4 additions and 8 deletions

View File

@ -1,9 +1,6 @@
AllCops:
TargetRubyVersion: '2.3'
Gemspec/OrderedDependencies:
Enabled: false
Layout/EmptyLineAfterGuardClause:
Enabled: false