File tree Expand file tree Collapse file tree 3 files changed +42
-30
lines changed Expand file tree Collapse file tree 3 files changed +42
-30
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.0 )
10
- activesupport (= 5.2.0 )
11
- activerecord (5.2.0 )
12
- activemodel (= 5.2.0 )
13
- activesupport (= 5.2.0 )
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
14
arel (>= 9.0 )
15
- activesupport (5.2.0 )
15
+ activesupport (5.2.8.1 )
16
16
concurrent-ruby (~> 1.0 , >= 1.0.2 )
17
17
i18n (>= 0.7 , < 2 )
18
18
minitest (~> 5.1 )
19
19
tzinfo (~> 1.1 )
20
20
arel (9.0.0 )
21
- coderay (1.1.2 )
22
- concurrent-ruby (1.0.5 )
23
- diff-lcs (1.2.5 )
24
- i18n (1.0.0 )
21
+ coderay (1.1.3 )
22
+ concurrent-ruby (1.2.2 )
23
+ diff-lcs (1.5.0 )
24
+ i18n (1.14.1 )
25
25
concurrent-ruby (~> 1.0 )
26
- method_source (0.9 .0 )
27
- minitest (5.11.3 )
28
- pry (0.11.3 )
29
- coderay (~> 1.1.0 )
30
- method_source (~> 0.9 .0 )
31
- rake (10.3.2 )
32
- rspec (3.0 .0 )
33
- rspec-core (~> 3.0 .0 )
34
- rspec-expectations (~> 3.0 .0 )
35
- rspec-mocks (~> 3.0 .0 )
36
- rspec-core (3.0.0 )
37
- rspec-support (~> 3.0 .0 )
38
- rspec-expectations (3.0.0 )
26
+ method_source (1.0 .0 )
27
+ minitest (5.20.0 )
28
+ pry (0.14.2 )
29
+ coderay (~> 1.1 )
30
+ method_source (~> 1 .0 )
31
+ rake (13.1.0 )
32
+ rspec (3.12 .0 )
33
+ rspec-core (~> 3.12 .0 )
34
+ rspec-expectations (~> 3.12 .0 )
35
+ rspec-mocks (~> 3.12 .0 )
36
+ rspec-core (3.12.2 )
37
+ rspec-support (~> 3.12 .0 )
38
+ rspec-expectations (3.12.3 )
39
39
diff-lcs (>= 1.2.0 , < 2.0 )
40
- rspec-support (~> 3.0.0 )
41
- rspec-mocks (3.0.1 )
42
- rspec-support (~> 3.0.0 )
43
- rspec-support (3.0.0 )
40
+ rspec-support (~> 3.12.0 )
41
+ rspec-mocks (3.12.6 )
42
+ diff-lcs (>= 1.2.0 , < 2.0 )
43
+ rspec-support (~> 3.12.0 )
44
+ rspec-support (3.12.1 )
44
45
sqlite3 (1.3.13 )
45
46
thread_safe (0.3.6 )
46
- tzinfo (1.2.10 )
47
+ tzinfo (1.2.11 )
47
48
thread_safe (~> 0.1 )
48
49
49
50
PLATFORMS
50
51
ruby
51
52
52
53
DEPENDENCIES
53
- activerecord
54
+ activerecord ( < 6.0 )
54
55
bundler
55
56
inheritance_integer_type !
56
57
pry
Original file line number Diff line number Diff line change
1
+ ---
2
+ version : " 2.0"
3
+
4
+ setup :
5
+ ruby : 2.7.6
6
+ bundler : 2.4.21
7
+
8
+ commands :
9
+ test :
10
+ summary : Run the project's specs
11
+ command : bundle exec rspec spec/
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"
24
+ spec . add_development_dependency "activerecord" , "< 6.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