We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a98959d commit 4c4fe8aCopy full SHA for 4c4fe8a
.github/workflows/ruby.yml
@@ -4,7 +4,8 @@ name: Ruby
4
on:
5
pull_request: {}
6
push:
7
- branches: main
+ branches:
8
+ - main
9
10
jobs:
11
rubocop_and_matrix:
vanagon.gemspec
@@ -16,7 +16,7 @@ Gem::Specification.new do |gem|
16
gem.authors = ['Puppet By Perforce', 'OpenVoxProjec']
17
gem.email = 'voxpupuli@groups.io'
18
gem.homepage = 'http://github.com/OpenVoxProject/vanagon'
19
- gem.required_ruby_version = ['>= 2.7', '< 4']
+ gem.required_ruby_version = ['>= 3.2', '< 4']
20
21
gem.add_dependency('docopt', '~> 0.6.1')
22
# Handle git repos responsibly
0 commit comments