File tree Expand file tree Collapse file tree 2 files changed +10
-12
lines changed Expand file tree Collapse file tree 2 files changed +10
-12
lines changed Original file line number Diff line number Diff line change 9
9
GEM
10
10
remote: https://rubygems.org/
11
11
specs:
12
- actionview (7.1.5 .1 )
13
- activesupport (= 7.1.5 .1 )
12
+ actionview (7.2.2 .1 )
13
+ activesupport (= 7.2.2 .1 )
14
14
builder (~> 3.1 )
15
15
erubi (~> 1.11 )
16
16
rails-dom-testing (~> 2.2 )
17
17
rails-html-sanitizer (~> 1.6 )
18
- activesupport (7.1.5 .1 )
18
+ activesupport (7.2.2 .1 )
19
19
base64
20
20
benchmark (>= 0.3 )
21
21
bigdecimal
22
- concurrent-ruby (~> 1.0 , >= 1.0.2 )
22
+ concurrent-ruby (~> 1.0 , >= 1.3.1 )
23
23
connection_pool (>= 2.2.5 )
24
24
drb
25
25
i18n (>= 1.6 , < 2 )
26
26
logger (>= 1.4.2 )
27
27
minitest (>= 5.1 )
28
- mutex_m
29
28
securerandom (>= 0.3 )
30
- tzinfo (~> 2.0 )
29
+ tzinfo (~> 2.0 , >= 2.0.5 )
31
30
ast (2.4.2 )
32
31
base64 (0.2.0 )
33
32
benchmark (0.4.0 )
34
33
bigdecimal (3.1.9 )
35
34
builder (3.3.0 )
36
35
concurrent-ruby (1.3.5 )
37
- connection_pool (2.5.0 )
36
+ connection_pool (2.5.3 )
38
37
crass (1.0.6 )
39
38
drb (2.2.1 )
40
39
erubi (1.13.1 )
43
42
json (2.10.2 )
44
43
language_server-protocol (3.17.0.4 )
45
44
lint_roller (1.1.0 )
46
- logger (1.6.6 )
45
+ logger (1.7.0 )
47
46
loofah (2.24.0 )
48
47
crass (~> 1.0.2 )
49
48
nokogiri (>= 1.12.0 )
50
49
mini_portile2 (2.8.8 )
51
50
minitest (5.25.5 )
52
- mutex_m (0.3.0 )
53
51
nokogiri (1.18.8 )
54
52
mini_portile2 (~> 2.8.2 )
55
53
racc (~> 1.4 )
99
97
rubocop (>= 1.72.1 , < 2.0 )
100
98
rubocop-ast (>= 1.38.0 , < 2.0 )
101
99
ruby-progressbar (1.13.0 )
102
- securerandom (0.3.2 )
100
+ securerandom (0.4.1 )
103
101
tzinfo (2.0.6 )
104
102
concurrent-ruby (~> 1.0 )
105
103
unicode-display_width (3.1.4 )
@@ -114,7 +112,7 @@ PLATFORMS
114
112
x86_64-linux
115
113
116
114
DEPENDENCIES
117
- actionview (~> 7.1.5 .1 )
115
+ actionview (~> 7.2.2 .1 )
118
116
minitest
119
117
rake
120
118
rubocop-github !
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Gem::Specification.new do |s|
24
24
s . add_dependency "rubocop-performance" , ">= 1.24"
25
25
s . add_dependency "rubocop-rails" , ">= 2.23"
26
26
27
- s . add_development_dependency "actionview" , "~> 7.1.5 .1"
27
+ s . add_development_dependency "actionview" , "~> 7.2.2 .1"
28
28
s . add_development_dependency "minitest"
29
29
s . add_development_dependency "rake"
30
30
You can’t perform that action at this time.
0 commit comments