File tree Expand file tree Collapse file tree 2 files changed +15
-15
lines changed Expand file tree Collapse file tree 2 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 3
3
specs:
4
4
standard-rails (1.4.0 )
5
5
lint_roller (~> 1.0 )
6
- rubocop-rails (>= 2.31 , < 2.33 )
6
+ rubocop-rails (>= 2.31 , < 2.34 )
7
7
8
8
GEM
9
9
remote: https://rubygems.org/
10
10
specs:
11
- activesupport (7.1.5.1 )
11
+ activesupport (7.1.5.2 )
12
12
base64
13
13
benchmark (>= 0.3 )
14
14
bigdecimal
22
22
securerandom (>= 0.3 )
23
23
tzinfo (~> 2.0 )
24
24
ast (2.4.3 )
25
- base64 (0.2 .0 )
26
- benchmark (0.4.0 )
27
- bigdecimal (3.1.9 )
25
+ base64 (0.3 .0 )
26
+ benchmark (0.4.1 )
27
+ bigdecimal (3.2.2 )
28
28
concurrent-ruby (1.3.5 )
29
29
connection_pool (2.5.3 )
30
30
docile (1.4.1 )
31
- drb (2.2.1 )
31
+ drb (2.2.3 )
32
32
i18n (1.14.7 )
33
33
concurrent-ruby (~> 1.0 )
34
- json (2.12.0 )
34
+ json (2.13.2 )
35
35
language_server-protocol (3.17.0.5 )
36
36
lint_roller (1.1.0 )
37
37
logger (1.7.0 )
42
42
minitest (5.25.5 )
43
43
mutex_m (0.3.0 )
44
44
parallel (1.27.0 )
45
- parser (3.3.8 .0 )
45
+ parser (3.3.9 .0 )
46
46
ast (~> 2.4.1 )
47
47
racc
48
48
prism (1.4.0 )
49
49
racc (1.8.1 )
50
- rack (3.1.15 )
50
+ rack (3.2.0 )
51
51
rainbow (3.1.1 )
52
52
rake (13.3.0 )
53
- regexp_parser (2.10.0 )
54
- rubocop (1.75.6 )
53
+ regexp_parser (2.11.2 )
54
+ rubocop (1.75.8 )
55
55
json (~> 2.3 )
56
56
language_server-protocol (~> 3.17.0.2 )
57
57
lint_roller (~> 1.1.0 )
62
62
rubocop-ast (>= 1.44.0 , < 2.0 )
63
63
ruby-progressbar (~> 1.7 )
64
64
unicode-display_width (>= 2.4.0 , < 4.0 )
65
- rubocop-ast (1.44.1 )
65
+ rubocop-ast (1.46.0 )
66
66
parser (>= 3.3.7.2 )
67
67
prism (~> 1.4 )
68
68
rubocop-performance (1.25.0 )
69
69
lint_roller (~> 1.1 )
70
70
rubocop (>= 1.75.0 , < 2.0 )
71
71
rubocop-ast (>= 1.38.0 , < 2.0 )
72
- rubocop-rails (2.32.0 )
72
+ rubocop-rails (2.33.3 )
73
73
activesupport (>= 4.2.0 )
74
74
lint_roller (~> 1.1 )
75
75
rack (>= 1.1 )
97
97
rubocop-performance (~> 1.25.0 )
98
98
tzinfo (2.0.6 )
99
99
concurrent-ruby (~> 1.0 )
100
- unicode-display_width (3.1.4 )
100
+ unicode-display_width (3.1.5 )
101
101
unicode-emoji (~> 4.0 , >= 4.0.4 )
102
102
unicode-emoji (4.0.4 )
103
103
Original file line number Diff line number Diff line change @@ -30,5 +30,5 @@ Gem::Specification.new do |spec|
30
30
spec . require_paths = [ "lib" ]
31
31
32
32
spec . add_dependency "lint_roller" , "~> 1.0"
33
- spec . add_dependency "rubocop-rails" , ">= 2.31" , "< 2.33 "
33
+ spec . add_dependency "rubocop-rails" , ">= 2.31" , "< 2.34 "
34
34
end
You can’t perform that action at this time.
0 commit comments