File tree 6 files changed +18
-10
lines changed
6 files changed +18
-10
lines changed Original file line number Diff line number Diff line change 1
1
# rubocop-github
2
2
3
+ ## v0.23.0
4
+
5
+ - Read the automatic release notes on [ the /releases page for this gem] ( https://github.com/github/rubocop-github/releases ) .
6
+
3
7
## v0.22.0
4
8
5
9
- Read the automatic release notes on [ the /releases page for this gem] ( https://github.com/github/rubocop-github/releases ) .
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- rubocop-github (0.22 .0 )
5
- rubocop (>= 1.37 )
6
- rubocop-performance (>= 1.15 )
7
- rubocop-rails (>= 2.17 )
4
+ rubocop-github (0.23 .0 )
5
+ rubocop (>= 1.72 )
6
+ rubocop-performance (>= 1.24 )
7
+ rubocop-rails (>= 2.23 )
8
8
9
9
GEM
10
10
remote: https://rubygems.org/
75
75
rainbow (3.1.1 )
76
76
rake (13.2.1 )
77
77
regexp_parser (2.10.0 )
78
- rubocop (1.72.2 )
78
+ rubocop (1.73.0 )
79
79
json (~> 2.3 )
80
80
language_server-protocol (~> 3.17.0.2 )
81
81
lint_roller (~> 1.1.0 )
86
86
rubocop-ast (>= 1.38.0 , < 2.0 )
87
87
ruby-progressbar (~> 1.7 )
88
88
unicode-display_width (>= 2.4.0 , < 4.0 )
89
- rubocop-ast (1.38.0 )
89
+ rubocop-ast (1.38.1 )
90
90
parser (>= 3.3.1.0 )
91
91
rubocop-performance (1.24.0 )
92
92
lint_roller (~> 1.1 )
Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ inherit_from:
3
3
4
4
require :
5
5
- rubocop-github
6
+
7
+ plugins :
6
8
- rubocop-performance
7
9
8
10
Bundler/DuplicatedGem :
Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ inherit_from:
3
3
4
4
require :
5
5
- rubocop-github-rails
6
+
7
+ plugins :
6
8
- rubocop-rails
7
9
8
10
GitHub/RailsControllerRenderActionSymbol :
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
- VERSION = "0.22 .0"
3
+ VERSION = "0.23 .0"
Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ Gem::Specification.new do |s|
20
20
21
21
s . required_ruby_version = ">= 3.0.0"
22
22
23
- s . add_dependency "rubocop" , ">= 1.37 "
24
- s . add_dependency "rubocop-performance" , ">= 1.15 "
25
- s . add_dependency "rubocop-rails" , ">= 2.17 "
23
+ s . add_dependency "rubocop" , ">= 1.72 "
24
+ s . add_dependency "rubocop-performance" , ">= 1.24 "
25
+ s . add_dependency "rubocop-rails" , ">= 2.23 "
26
26
27
27
s . add_development_dependency "actionview" , "~> 7.1.5.1"
28
28
s . add_development_dependency "minitest"
You can’t perform that action at this time.
0 commit comments