Skip to content

Commit 4c4fe8a

Browse files
committed
feat: remove eol ruby
1 parent a98959d commit 4c4fe8a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ruby.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ name: Ruby
44
on:
55
pull_request: {}
66
push:
7-
branches: main
7+
branches:
8+
- main
89

910
jobs:
1011
rubocop_and_matrix:

vanagon.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Gem::Specification.new do |gem|
1616
gem.authors = ['Puppet By Perforce', 'OpenVoxProjec']
1717
gem.email = 'voxpupuli@groups.io'
1818
gem.homepage = 'http://github.com/OpenVoxProject/vanagon'
19-
gem.required_ruby_version = ['>= 2.7', '< 4']
19+
gem.required_ruby_version = ['>= 3.2', '< 4']
2020

2121
gem.add_dependency('docopt', '~> 0.6.1')
2222
# Handle git repos responsibly

0 commit comments

Comments
 (0)