1
0
mirror of https://github.com/cmur2/openvpn-status-web.git synced 2026-06-19 10:47:43 +02:00

gem: bump minimum required Ruby version to Ruby 2.5 (#14)

This commit is contained in:
2020-07-14 19:57:25 +02:00
committed by GitHub
parent 78f45f5080
commit ac647a4f21
3 changed files with 4 additions and 5 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
AllCops:
TargetRubyVersion: '2.3'
TargetRubyVersion: '2.5'
NewCops: enable
Layout/EmptyLineAfterGuardClause:
Enabled: false