File tree 2 files changed +25
-16
lines changed
2 files changed +25
-16
lines changed Original file line number Diff line number Diff line change 19
19
minitest (>= 5.1 )
20
20
tzinfo (~> 2.0 )
21
21
concurrent-ruby (1.1.10 )
22
- diff-lcs (1.4.4 )
22
+ diff-lcs (1.5.0 )
23
23
i18n (1.12.0 )
24
24
concurrent-ruby (~> 1.0 )
25
- minitest (5.16.3 )
25
+ minitest (5.17.0 )
26
26
pg (1.4.5 )
27
- rake (11.2.2 )
28
- rdoc (6.2.1 )
29
- rspec (2.99.0 )
30
- rspec-core (~> 2.99.0 )
31
- rspec-expectations (~> 2.99.0 )
32
- rspec-mocks (~> 2.99.0 )
33
- rspec-core (2.99.2 )
34
- rspec-expectations (2.99.2 )
35
- diff-lcs (>= 1.1.3 , < 2.0 )
36
- rspec-mocks (2.99.4 )
27
+ psych (5.0.1 )
28
+ stringio
29
+ rake (12.3.3 )
30
+ rdoc (6.5.0 )
31
+ psych (>= 4.0.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.0 )
37
+ rspec-support (~> 3.12.0 )
38
+ rspec-expectations (3.12.2 )
39
+ diff-lcs (>= 1.2.0 , < 2.0 )
40
+ rspec-support (~> 3.12.0 )
41
+ rspec-mocks (3.12.2 )
42
+ diff-lcs (>= 1.2.0 , < 2.0 )
43
+ rspec-support (~> 3.12.0 )
44
+ rspec-support (3.12.0 )
45
+ stringio (3.0.4 )
37
46
tzinfo (2.0.5 )
38
47
concurrent-ruby (~> 1.0 )
39
48
@@ -43,9 +52,9 @@ PLATFORMS
43
52
DEPENDENCIES
44
53
bundler
45
54
postgres-copy !
46
- rake (~> 11.2.2 )
55
+ rake (~> 12.3.3 )
47
56
rdoc
48
- rspec (~> 2.12 )
57
+ rspec (~> 3.0 )
49
58
50
59
BUNDLED WITH
51
60
2.2.22
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Gem::Specification.new do |s|
24
24
s . add_dependency "activerecord" , '>= 5.1'
25
25
s . add_development_dependency "bundler"
26
26
s . add_development_dependency "rdoc"
27
- s . add_development_dependency "rspec" , "~> 2.12 "
28
- s . add_development_dependency "rake" , "~> 11.2.2 "
27
+ s . add_development_dependency "rspec" , "~> 3.0 "
28
+ s . add_development_dependency "rake" , "~> 12.3.3 "
29
29
end
30
30
You can’t perform that action at this time.
0 commit comments