File tree Expand file tree Collapse file tree 2 files changed +18
-17
lines changed Expand file tree Collapse file tree 2 files changed +18
-17
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 (5.2.6 )
13
- activesupport (= 5.2.6 )
12
+ actionview (6.1.4.4 )
13
+ activesupport (= 6.1.4.4 )
14
14
builder (~> 3.1 )
15
15
erubi (~> 1.4 )
16
16
rails-dom-testing (~> 2.0 )
17
- rails-html-sanitizer (~> 1.0 , >= 1.0.3 )
18
- activesupport (5.2.6 )
17
+ rails-html-sanitizer (~> 1.1 , >= 1.2.0 )
18
+ activesupport (6.1.4.4 )
19
19
concurrent-ruby (~> 1.0 , >= 1.0.2 )
20
- i18n (>= 0.7 , < 2 )
21
- minitest (~> 5.1 )
22
- tzinfo (~> 1.1 )
20
+ i18n (>= 1.6 , < 2 )
21
+ minitest (>= 5.1 )
22
+ tzinfo (~> 2.0 )
23
+ zeitwerk (~> 2.3 )
23
24
ast (2.4.2 )
24
25
builder (3.2.4 )
25
26
concurrent-ruby (1.1.9 )
44
45
rails-html-sanitizer (1.4.2 )
45
46
loofah (~> 2.3 )
46
47
rainbow (3.1.1 )
47
- rake (12.3.3 )
48
+ rake (13.0.6 )
48
49
regexp_parser (2.2.0 )
49
50
rexml (3.2.5 )
50
51
rubocop (1.24.1 )
66
67
rack (>= 1.1 )
67
68
rubocop (>= 1.7.0 , < 2.0 )
68
69
ruby-progressbar (1.11.0 )
69
- thread_safe (0.3.6 )
70
- tzinfo (1.2.9 )
71
- thread_safe (~> 0.1 )
70
+ tzinfo (2.0.4 )
71
+ concurrent-ruby (~> 1.0 )
72
72
unicode-display_width (2.1.0 )
73
+ zeitwerk (2.5.3 )
73
74
74
75
PLATFORMS
75
76
x86_64-darwin-20
76
77
77
78
DEPENDENCIES
78
- actionview (~> 5.0 )
79
- minitest ( ~> 5.14 )
80
- rake ( ~> 12.0 )
79
+ actionview (~> 6.1 )
80
+ minitest
81
+ rake
81
82
rubocop-github !
82
83
83
84
BUNDLED WITH
Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ Gem::Specification.new do |s|
14
14
s . add_dependency "rubocop-performance"
15
15
s . add_dependency "rubocop-rails"
16
16
17
- s . add_development_dependency "actionview" , "~> 5.0 "
18
- s . add_development_dependency "minitest" , "~> 5.14"
19
- s . add_development_dependency "rake" , "~> 12.0"
17
+ s . add_development_dependency "actionview" , "~> 6.1 "
18
+ s . add_development_dependency "minitest"
19
+ s . add_development_dependency "rake"
20
20
21
21
s . required_ruby_version = ">= 2.5.0"
22
22
You can’t perform that action at this time.
0 commit comments