File tree Expand file tree Collapse file tree 2 files changed +27
-16
lines changed Expand file tree Collapse file tree 2 files changed +27
-16
lines changed Original file line number Diff line number Diff line change 6
6
GEM
7
7
remote: https://rubygems.org/
8
8
specs:
9
- activemodel (5.2.8.1 )
10
- activesupport (= 5.2.8.1 )
11
- activerecord (5.2.8.1 )
12
- activemodel (= 5.2.8.1 )
13
- activesupport (= 5.2.8.1 )
14
- arel (>= 9.0 )
15
- activesupport (5.2.8.1 )
9
+ activemodel (7.1.1 )
10
+ activesupport (= 7.1.1 )
11
+ activerecord (7.1.1 )
12
+ activemodel (= 7.1.1 )
13
+ activesupport (= 7.1.1 )
14
+ timeout (>= 0.4.0 )
15
+ activesupport (7.1.1 )
16
+ base64
17
+ bigdecimal
16
18
concurrent-ruby (~> 1.0 , >= 1.0.2 )
17
- i18n (>= 0.7 , < 2 )
18
- minitest (~> 5.1 )
19
- tzinfo (~> 1.1 )
20
- arel (9.0.0 )
19
+ connection_pool (>= 2.2.5 )
20
+ drb
21
+ i18n (>= 1.6 , < 2 )
22
+ minitest (>= 5.1 )
23
+ mutex_m
24
+ tzinfo (~> 2.0 )
25
+ base64 (0.1.1 )
26
+ bigdecimal (3.1.4 )
21
27
coderay (1.1.3 )
22
28
concurrent-ruby (1.2.2 )
29
+ connection_pool (2.4.1 )
23
30
diff-lcs (1.5.0 )
31
+ drb (2.1.1 )
32
+ ruby2_keywords
24
33
i18n (1.14.1 )
25
34
concurrent-ruby (~> 1.0 )
26
35
method_source (1.0.0 )
27
36
minitest (5.20.0 )
37
+ mutex_m (0.1.2 )
28
38
pry (0.14.2 )
29
39
coderay (~> 1.1 )
30
40
method_source (~> 1.0 )
42
52
diff-lcs (>= 1.2.0 , < 2.0 )
43
53
rspec-support (~> 3.12.0 )
44
54
rspec-support (3.12.1 )
55
+ ruby2_keywords (0.0.5 )
45
56
sqlite3 (1.3.13 )
46
- thread_safe (0.3.6 )
47
- tzinfo (1.2.11 )
48
- thread_safe (~> 0.1 )
57
+ timeout (0.4.0 )
58
+ tzinfo (2.0.6 )
59
+ concurrent-ruby (~> 1.0 )
49
60
50
61
PLATFORMS
51
62
ruby
52
63
53
64
DEPENDENCIES
54
- activerecord (< 6 .0 )
65
+ activerecord (< 8 .0 )
55
66
bundler
56
67
inheritance_integer_type !
57
68
pry
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
21
21
spec . add_development_dependency "bundler"
22
22
spec . add_development_dependency "rake"
23
23
spec . add_development_dependency "rspec"
24
- spec . add_development_dependency "activerecord" , "< 6 .0"
24
+ spec . add_development_dependency "activerecord" , "< 8 .0"
25
25
spec . add_development_dependency "sqlite3" , "~> 1.3.6"
26
26
spec . add_development_dependency "pry"
27
27
end
You can’t perform that action at this time.
0 commit comments