File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,13 @@ source "https://rubygems.org"
44
55git_source ( :github ) { |repo_name | "https://github.com/#{ repo_name } " }
66
7- gem "rubocop" , "~> 1.80.0 "
7+ gem "rubocop" , "~> 1.80.1 "
88gem "rubocop-github" , "~> 0.26.0"
9- gem "rubocop-minitest" , "~> 0.38.1 "
9+ gem "rubocop-minitest" , "~> 0.38.2 "
1010gem "rubocop-performance" , "~>1.25.0"
1111gem "rubocop-rails" , "~> 2.33"
1212gem "rubocop-rake" , "~> 0.7.1"
13- gem "rubocop-rspec" , "~> 3.6 .0"
13+ gem "rubocop-rspec" , "~> 3.7 .0"
1414gem "rubocop-capybara" , "~> 2.22"
1515gem "rubocop-factory_bot" , "~> 2.27"
1616gem "rubocop-rspec_rails" , "~> 2.31"
Original file line number Diff line number Diff line change 3737 rack (3.2.0 )
3838 rainbow (3.1.1 )
3939 regexp_parser (2.11.2 )
40- rubocop (1.80.0 )
40+ rubocop (1.80.1 )
4141 json (~> 2.3 )
4242 language_server-protocol (~> 3.17.0.2 )
4343 lint_roller (~> 1.1.0 )
6161 rubocop (>= 1.76 )
6262 rubocop-performance (>= 1.24 )
6363 rubocop-rails (>= 2.23 )
64- rubocop-minitest (0.38.1 )
64+ rubocop-minitest (0.38.2 )
6565 lint_roller (~> 1.1 )
6666 rubocop (>= 1.75.0 , < 2.0 )
6767 rubocop-ast (>= 1.38.0 , < 2.0 )
7878 rubocop-rake (0.7.1 )
7979 lint_roller (~> 1.1 )
8080 rubocop (>= 1.72.1 )
81- rubocop-rspec (3.6 .0 )
81+ rubocop-rspec (3.7 .0 )
8282 lint_roller (~> 1.1 )
8383 rubocop (~> 1.72 , >= 1.72.1 )
8484 rubocop-rspec_rails (2.31.0 )
@@ -99,15 +99,15 @@ PLATFORMS
9999 x86_64-linux-musl
100100
101101DEPENDENCIES
102- rubocop (~> 1.80.0 )
102+ rubocop (~> 1.80.1 )
103103 rubocop-capybara (~> 2.22 )
104104 rubocop-factory_bot (~> 2.27 )
105105 rubocop-github (~> 0.26.0 )
106- rubocop-minitest (~> 0.38.1 )
106+ rubocop-minitest (~> 0.38.2 )
107107 rubocop-performance (~> 1.25.0 )
108108 rubocop-rails (~> 2.33 )
109109 rubocop-rake (~> 0.7.1 )
110- rubocop-rspec (~> 3.6 .0 )
110+ rubocop-rspec (~> 3.7 .0 )
111111 rubocop-rspec_rails (~> 2.31 )
112112
113113BUNDLED WITH
You can’t perform that action at this time.
0 commit comments