Skip to content

Commit

Permalink
Release v0.17.0
Browse files Browse the repository at this point in the history
* Remove version constraints for rubocop, rubocop-performance, and rubocop-rails
* Test against Ruby 3.1
  • Loading branch information
composerinteralia committed Jan 19, 2022
1 parent b82c4b8 commit 20a93e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
rubocop-github (0.16.2)
rubocop-github (0.17.0)
rubocop
rubocop-performance
rubocop-rails
Expand Down Expand Up @@ -47,9 +47,9 @@ GEM
rake (12.3.3)
regexp_parser (2.2.0)
rexml (3.2.5)
rubocop (1.24.1)
rubocop (1.25.0)
parallel (~> 1.10)
parser (>= 3.0.0.0)
parser (>= 3.1.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml
Expand All @@ -58,10 +58,10 @@ GEM
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.15.1)
parser (>= 3.0.1.1)
rubocop-performance (1.13.1)
rubocop-performance (1.13.2)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-rails (2.13.1)
rubocop-rails (2.13.2)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.7.0, < 2.0)
Expand Down
2 changes: 1 addition & 1 deletion rubocop-github.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = "rubocop-github"
s.version = "0.16.2"
s.version = "0.17.0"
s.summary = "RuboCop GitHub"
s.description = "Code style checking for GitHub Ruby repositories "
s.homepage = "https://github.com/github/rubocop-github"
Expand Down

0 comments on commit 20a93e2

Please sign in to comment.