File tree 2 files changed +5
-7
lines changed
2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 9
9
remote: .
10
10
specs:
11
11
json_schema_form (0.10.1 )
12
- activesupport (~> 6 )
12
+ activesupport (>= 6 , < 8 )
13
13
dry-schema (~> 1.10 )
14
14
json_schemer (= 0.2.17 )
15
15
super_hash (>= 0.2.0 )
16
16
17
17
GEM
18
18
remote: https://rubygems.org/
19
19
specs:
20
- activesupport (6.1.7 )
20
+ activesupport (7.0.4.3 )
21
21
concurrent-ruby (~> 1.0 , >= 1.0.2 )
22
22
i18n (>= 1.6 , < 2 )
23
23
minitest (>= 5.1 )
24
24
tzinfo (~> 2.0 )
25
- zeitwerk (~> 2.3 )
26
25
ansi (1.5.0 )
27
26
builder (3.2.4 )
28
27
byebug (9.1.0 )
29
- concurrent-ruby (1.1.9 )
28
+ concurrent-ruby (1.2.2 )
30
29
dry-configurable (0.13.0 )
31
30
concurrent-ruby (~> 1.0 )
32
31
dry-core (~> 0.6 )
72
71
rake (13.0.6 )
73
72
regexp_parser (2.5.0 )
74
73
ruby-progressbar (1.11.0 )
75
- tzinfo (2.0.5 )
74
+ tzinfo (2.0.6 )
76
75
concurrent-ruby (~> 1.0 )
77
76
uri_template (0.7.0 )
78
- zeitwerk (2.6.0 )
79
77
80
78
PLATFORMS
81
79
ruby
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ Gem::Specification.new do |spec|
40
40
spec . add_development_dependency "minitest" , ">= 5.14"
41
41
spec . add_development_dependency "minitest-reporters" , ">= 1.4"
42
42
spec . add_development_dependency "byebug" , "~> 9.1.0"
43
- spec . add_dependency "activesupport" , '~> 6 '
43
+ spec . add_dependency "activesupport" , '>= 6' , '< 8 '
44
44
spec . add_dependency "super_hash" , '>= 0.2.0'
45
45
spec . add_dependency "dry-schema" , "~> 1.10"
46
46
spec . add_dependency "json_schemer" , "0.2.17"
You can’t perform that action at this time.
0 commit comments