Skip to content

Commit 93fd172

Browse files
Merge pull request #96 from github/bump-to-0.17.0
Release v0.17.0
2 parents ab2d91e + 20a93e2 commit 93fd172

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
@@ -48,9 +48,9 @@ GEM
4848
rake (13.0.6)
4949
regexp_parser (2.2.0)
5050
rexml (3.2.5)
51-
rubocop (1.24.1)
51+
rubocop (1.25.0)
5252
parallel (~> 1.10)
53-
parser (>= 3.0.0.0)
53+
parser (>= 3.1.0.0)
5454
rainbow (>= 2.2.2, < 4.0)
5555
regexp_parser (>= 1.8, < 3.0)
5656
rexml
@@ -59,10 +59,10 @@ GEM
5959
unicode-display_width (>= 1.4.0, < 3.0)
6060
rubocop-ast (1.15.1)
6161
parser (>= 3.0.1.1)
62-
rubocop-performance (1.13.1)
62+
rubocop-performance (1.13.2)
6363
rubocop (>= 1.7.0, < 2.0)
6464
rubocop-ast (>= 0.4.0)
65-
rubocop-rails (2.13.1)
65+
rubocop-rails (2.13.2)
6666
activesupport (>= 4.2.0)
6767
rack (>= 1.1)
6868
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)