File tree Expand file tree Collapse file tree 2 files changed +12
-10
lines changed Expand file tree Collapse file tree 2 files changed +12
-10
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 (8.0 .1 )
13
- activesupport (= 8.0 .1 )
12
+ actionview (7.1.5 .1 )
13
+ activesupport (= 7.1.5 .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 (8.0 .1 )
18
+ activesupport (7.1.5 .1 )
19
19
base64
20
20
benchmark (>= 0.3 )
21
21
bigdecimal
22
- concurrent-ruby (~> 1.0 , >= 1.3.1 )
22
+ concurrent-ruby (~> 1.0 , >= 1.0.2 )
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
28
29
securerandom (>= 0.3 )
29
- tzinfo (~> 2.0 , >= 2.0.5 )
30
- uri (>= 0.13.1 )
30
+ tzinfo (~> 2.0 )
31
31
ast (2.4.2 )
32
32
base64 (0.2.0 )
33
33
benchmark (0.4.0 )
49
49
nokogiri (>= 1.12.0 )
50
50
mini_portile2 (2.8.8 )
51
51
minitest (5.25.4 )
52
+ mutex_m (0.3.0 )
52
53
nokogiri (1.18.3 )
53
54
mini_portile2 (~> 2.8.2 )
54
55
racc (~> 1.4 )
98
99
rubocop (>= 1.72.1 , < 2.0 )
99
100
rubocop-ast (>= 1.38.0 , < 2.0 )
100
101
ruby-progressbar (1.13.0 )
101
- securerandom (0.4.1 )
102
+ securerandom (0.3.2 )
102
103
tzinfo (2.0.6 )
103
104
concurrent-ruby (~> 1.0 )
104
105
unicode-display_width (3.1.4 )
105
106
unicode-emoji (~> 4.0 , >= 4.0.4 )
106
107
unicode-emoji (4.0.4 )
107
- uri (1.0.2 )
108
108
109
109
PLATFORMS
110
110
arm64-darwin-21
@@ -114,10 +114,11 @@ PLATFORMS
114
114
x86_64-linux
115
115
116
116
DEPENDENCIES
117
- actionview
117
+ actionview ( ~> 7.1.5.1 )
118
118
minitest
119
119
rake
120
120
rubocop-github !
121
+ securerandom (~> 0.3.2 )
121
122
122
123
BUNDLED WITH
123
124
2.4.9
Original file line number Diff line number Diff line change @@ -24,9 +24,10 @@ Gem::Specification.new do |s|
24
24
s . add_dependency "rubocop-performance" , ">= 1.15"
25
25
s . add_dependency "rubocop-rails" , ">= 2.17"
26
26
27
- s . add_development_dependency "actionview"
27
+ s . add_development_dependency "actionview" , "~> 7.1.5.1"
28
28
s . add_development_dependency "minitest"
29
29
s . add_development_dependency "rake"
30
+ s . add_development_dependency "securerandom" , "~> 0.3.2"
30
31
31
32
32
33
s . authors = "GitHub"
You can’t perform that action at this time.
0 commit comments