File tree Expand file tree Collapse file tree 3 files changed +4
-8
lines changed
Filter options
Expand file tree Collapse file tree 3 files changed +4
-8
lines changed
Original file line number Diff line number Diff line change @@ -17,17 +17,13 @@ jobs:
17
17
bundle install
18
18
bundle exec rubocop
19
19
test :
20
- strategy :
21
- fail-fast : false
22
- matrix :
23
- ruby_version : ["2.7", "3.0"]
24
20
runs-on : ubuntu-latest
25
21
steps :
26
22
- uses : actions/checkout@v4
27
23
- name : Setup Ruby
28
24
uses : ruby/setup-ruby@v1
29
25
with :
30
- ruby-version : ${{ matrix.ruby_version }}
26
+ ruby-version : ' 3.0 '
31
27
bundler-cache : true
32
28
- name : Install dependencies
33
29
run : bundle install
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- erblint-github (0.5.1 )
4
+ erblint-github (1.0.0 )
5
5
6
6
GEM
7
7
remote: https://rubygems.org/
Original file line number Diff line number Diff line change 2
2
3
3
Gem ::Specification . new do |s |
4
4
s . name = "erblint-github"
5
- s . version = "0.5.1 "
5
+ s . version = "1.0.0 "
6
6
s . summary = "erblint GitHub"
7
7
s . description = "Template style checking for GitHub Ruby repositories"
8
8
s . homepage = "https://github.com/github/erblint-github"
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
11
11
s . files = Dir [ "README.md" , "LICENSE" , "lib/**/*" , "config/**/*" ]
12
12
s . require_paths = [ "lib" ]
13
13
14
- s . required_ruby_version = ">= 2.7 .0"
14
+ s . required_ruby_version = ">= 3.0 .0"
15
15
16
16
s . email = [ "opensource+erblint-github@github.com" ]
17
17
s . authors = [ "GitHub Open Source" ]
You can’t perform that action at this time.
0 commit comments