Skip to content

Commit 6131328

Browse files
committed
bump rubocop-github
1 parent 0510fd9 commit 6131328

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ group :development do
88
gem "irb", "~> 1"
99
gem "rspec", "~> 3"
1010
gem "rubocop", "~> 1"
11-
gem "rubocop-github", "~> 0.23"
11+
gem "rubocop-github", "~> 0.26"
1212
gem "rubocop-performance", "~> 1"
1313
gem "rubocop-rspec", "~> 3"
1414
gem "simplecov", "~> 0.22"

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ GEM
149149
rubocop-ast (1.45.1)
150150
parser (>= 3.3.7.2)
151151
prism (~> 1.4)
152-
rubocop-github (0.25.0)
153-
rubocop (>= 1.72)
152+
rubocop-github (0.26.0)
153+
rubocop (>= 1.76)
154154
rubocop-performance (>= 1.24)
155155
rubocop-rails (>= 2.23)
156156
rubocop-performance (1.25.0)
@@ -201,7 +201,7 @@ DEPENDENCIES
201201
irb (~> 1)
202202
rspec (~> 3)
203203
rubocop (~> 1)
204-
rubocop-github (~> 0.23)
204+
rubocop-github (~> 0.26)
205205
rubocop-performance (~> 1)
206206
rubocop-rspec (~> 3)
207207
simplecov (~> 0.22)
-27.5 KB
Binary file not shown.
27.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)