File tree Expand file tree Collapse file tree 2 files changed +17
-6
lines changed Expand file tree Collapse file tree 2 files changed +17
-6
lines changed Original file line number Diff line number Diff line change 2
2
remote: .
3
3
specs:
4
4
support_engine (0.1.4 )
5
- activesupport (< 7 )
5
+ activesupport (< 8 )
6
6
zeitwerk
7
7
8
8
GEM
9
9
remote: https://rubygems.org/
10
10
specs:
11
- activemodel (6.1.7.6 )
12
- activesupport (= 6.1.7.6 )
13
- activesupport (6.1.7.6 )
11
+ activemodel (7.1.2 )
12
+ activesupport (= 7.1.2 )
13
+ activesupport (7.1.2 )
14
+ base64
15
+ bigdecimal
14
16
concurrent-ruby (~> 1.0 , >= 1.0.2 )
17
+ connection_pool (>= 2.2.5 )
18
+ drb
15
19
i18n (>= 1.6 , < 2 )
16
20
minitest (>= 5.1 )
21
+ mutex_m
17
22
tzinfo (~> 2.0 )
18
- zeitwerk (~> 2.3 )
23
+ base64 (0.2.0 )
24
+ bigdecimal (3.1.4 )
19
25
byebug (11.1.3 )
20
26
concurrent-ruby (1.2.2 )
27
+ connection_pool (2.4.1 )
21
28
declarative (0.0.20 )
22
29
diff-lcs (1.5.0 )
23
30
disposable (0.6.3 )
24
31
declarative (>= 0.0.9 , < 1.0.0 )
25
32
representable (>= 3.1.1 , < 4 )
26
33
docile (1.4.0 )
34
+ drb (2.2.0 )
35
+ ruby2_keywords
27
36
i18n (1.14.1 )
28
37
concurrent-ruby (~> 1.0 )
29
38
io-console (0.6.0 )
30
39
irb (1.9.1 )
31
40
rdoc
32
41
reline (>= 0.3.8 )
33
42
minitest (5.20.0 )
43
+ mutex_m (0.2.0 )
34
44
psych (5.1.1.1 )
35
45
stringio
36
46
rdoc (6.6.0 )
61
71
diff-lcs (>= 1.2.0 , < 2.0 )
62
72
rspec-support (~> 3.12.0 )
63
73
rspec-support (3.12.1 )
74
+ ruby2_keywords (0.0.5 )
64
75
simplecov (0.22.0 )
65
76
docile (~> 1.1 )
66
77
simplecov-html (~> 0.11 )
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
16
16
spec . description = 'Shared libraries for Coditsu Quality Assurance tool'
17
17
spec . license = 'LGPL-3.0'
18
18
19
- spec . add_dependency 'activesupport' , '< 7 '
19
+ spec . add_dependency 'activesupport' , '< 8 '
20
20
spec . add_dependency 'zeitwerk'
21
21
spec . add_development_dependency 'bundler'
22
22
You can’t perform that action at this time.
0 commit comments