Skip to content

Commit 20a93e2

Browse files
Release v0.17.0
* Remove version constraints for rubocop, rubocop-performance, and rubocop-rails * Test against Ruby 3.1
1 parent b82c4b8 commit 20a93e2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
rubocop-github (0.16.2)
4+
rubocop-github (0.17.0)
55
rubocop
66
rubocop-performance
77
rubocop-rails
@@ -47,9 +47,9 @@ GEM
4747
rake (12.3.3)
4848
regexp_parser (2.2.0)
4949
rexml (3.2.5)
50-
rubocop (1.24.1)
50+
rubocop (1.25.0)
5151
parallel (~> 1.10)
52-
parser (>= 3.0.0.0)
52+
parser (>= 3.1.0.0)
5353
rainbow (>= 2.2.2, < 4.0)
5454
regexp_parser (>= 1.8, < 3.0)
5555
rexml
@@ -58,10 +58,10 @@ GEM
5858
unicode-display_width (>= 1.4.0, < 3.0)
5959
rubocop-ast (1.15.1)
6060
parser (>= 3.0.1.1)
61-
rubocop-performance (1.13.1)
61+
rubocop-performance (1.13.2)
6262
rubocop (>= 1.7.0, < 2.0)
6363
rubocop-ast (>= 0.4.0)
64-
rubocop-rails (2.13.1)
64+
rubocop-rails (2.13.2)
6565
activesupport (>= 4.2.0)
6666
rack (>= 1.1)
6767
rubocop (>= 1.7.0, < 2.0)

rubocop-github.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |s|
44
s.name = "rubocop-github"
5-
s.version = "0.16.2"
5+
s.version = "0.17.0"
66
s.summary = "RuboCop GitHub"
77
s.description = "Code style checking for GitHub Ruby repositories "
88
s.homepage = "https://github.com/github/rubocop-github"

0 commit comments

Comments
 (0)