File tree Expand file tree Collapse file tree 6 files changed +18
-10
lines changed Expand file tree Collapse file tree 6 files changed +18
-10
lines changed Original file line number Diff line number Diff line change 11# rubocop-github
22
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+
37## v0.22.0
48
59- 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 11PATH
22 remote: .
33 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 )
88
99GEM
1010 remote: https://rubygems.org/
7575 rainbow (3.1.1 )
7676 rake (13.2.1 )
7777 regexp_parser (2.10.0 )
78- rubocop (1.72.2 )
78+ rubocop (1.73.0 )
7979 json (~> 2.3 )
8080 language_server-protocol (~> 3.17.0.2 )
8181 lint_roller (~> 1.1.0 )
8686 rubocop-ast (>= 1.38.0 , < 2.0 )
8787 ruby-progressbar (~> 1.7 )
8888 unicode-display_width (>= 2.4.0 , < 4.0 )
89- rubocop-ast (1.38.0 )
89+ rubocop-ast (1.38.1 )
9090 parser (>= 3.3.1.0 )
9191 rubocop-performance (1.24.0 )
9292 lint_roller (~> 1.1 )
Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ inherit_from:
33
44require :
55 - rubocop-github
6+
7+ plugins :
68 - rubocop-performance
79
810Bundler/DuplicatedGem :
Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ inherit_from:
33
44require :
55 - rubocop-github-rails
6+
7+ plugins :
68 - rubocop-rails
79
810GitHub/RailsControllerRenderActionSymbol :
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
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|
2020
2121 s . required_ruby_version = ">= 3.0.0"
2222
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 "
2626
2727 s . add_development_dependency "actionview" , "~> 7.1.5.1"
2828 s . add_development_dependency "minitest"
You can’t perform that action at this time.
0 commit comments