1
0
mirror of https://github.com/cmur2/openvpn-status-web.git synced 2025-06-29 10:30:23 +02:00

gem: add Ruby 3.3 support, drop Ruby 2.7 due to EOL

This commit is contained in:
cn
2024-03-03 11:28:40 +01:00
parent 88b41c8998
commit d75cf2aade
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ require:
- rubocop-rspec
AllCops:
TargetRubyVersion: '2.7'
TargetRubyVersion: 3.0'
NewCops: enable
Gemspec/DevelopmentDependencies: