1
1
GEM
2
2
remote: https://rubygems.org/
3
3
specs:
4
- activesupport (5.0.1 )
4
+ activesupport (5.1.4 )
5
5
concurrent-ruby (~> 1.0 , >= 1.0.2 )
6
6
i18n (~> 0.7 )
7
7
minitest (~> 5.1 )
8
8
tzinfo (~> 1.1 )
9
9
ast (2.3.0 )
10
- coderay (1.1.1 )
11
- concurrent-ruby (1.0.3 )
12
- diff-lcs (1.2.5 )
13
- i18n (0.7.0 )
14
- method_source (0.8.2 )
15
- minitest (5.10.1 )
10
+ coderay (1.1.2 )
11
+ concurrent-ruby (1.0.5 )
12
+ diff-lcs (1.3 )
13
+ i18n (0.8.6 )
14
+ method_source (0.9.0 )
15
+ minitest (5.10.3 )
16
+ parallel (1.12.0 )
16
17
parser (2.4.0.0 )
17
18
ast (~> 2.2 )
18
19
powerpack (0.1.1 )
19
- pry (0.10.4 )
20
+ pry (0.11.1 )
20
21
coderay (~> 1.1.0 )
21
- method_source (~> 0.8.1 )
22
- slop ( ~> 3.4 )
23
- rainbow ( 2.1.0 )
24
- rake (12.0 .0 )
25
- rspec (3.5 .0 )
26
- rspec-core (~> 3.5 .0 )
27
- rspec-expectations (~> 3.5 .0 )
28
- rspec-mocks (~> 3.5 .0 )
29
- rspec-core (3.5.4 )
30
- rspec-support (~> 3.5 .0 )
31
- rspec-expectations (3.5 .0 )
22
+ method_source (~> 0.9.0 )
23
+ rainbow ( 2.2.2 )
24
+ rake
25
+ rake (12.1 .0 )
26
+ rspec (3.6 .0 )
27
+ rspec-core (~> 3.6 .0 )
28
+ rspec-expectations (~> 3.6 .0 )
29
+ rspec-mocks (~> 3.6 .0 )
30
+ rspec-core (3.6.0 )
31
+ rspec-support (~> 3.6 .0 )
32
+ rspec-expectations (3.6 .0 )
32
33
diff-lcs (>= 1.2.0 , < 2.0 )
33
- rspec-support (~> 3.5 .0 )
34
- rspec-mocks (3.5 .0 )
34
+ rspec-support (~> 3.6 .0 )
35
+ rspec-mocks (3.6 .0 )
35
36
diff-lcs (>= 1.2.0 , < 2.0 )
36
- rspec-support (~> 3.5.0 )
37
- rspec-support (3.5.0 )
38
- rubocop (0.46.0 )
39
- parser (>= 2.3.1.1 , < 3.0 )
37
+ rspec-support (~> 3.6.0 )
38
+ rspec-support (3.6.0 )
39
+ rubocop (0.50.0 )
40
+ parallel (~> 1.10 )
41
+ parser (>= 2.3.3.1 , < 3.0 )
40
42
powerpack (~> 0.1 )
41
- rainbow (>= 1.99.1 , < 3.0 )
43
+ rainbow (>= 2.2.2 , < 3.0 )
42
44
ruby-progressbar (~> 1.7 )
43
45
unicode-display_width (~> 1.0 , >= 1.0.1 )
44
46
rubocop-migrations (0.1.2 )
45
47
rubocop (~> 0.41 )
46
- rubocop-rspec (1.8 .0 )
47
- rubocop (>= 0.42 .0 )
48
- ruby-progressbar (1.8.1 )
48
+ rubocop-rspec (1.18 .0 )
49
+ rubocop (>= 0.50 .0 )
50
+ ruby-progressbar (1.9.0 )
49
51
safe_yaml (1.0.4 )
50
- slop (3.6.0 )
51
- thread_safe (0.3.5 )
52
- tzinfo (1.2.2 )
52
+ thread_safe (0.3.6 )
53
+ tzinfo (1.2.3 )
53
54
thread_safe (~> 0.1 )
54
- unicode-display_width (1.1.2 )
55
+ unicode-display_width (1.3.0 )
55
56
56
57
PLATFORMS
57
58
ruby
@@ -62,7 +63,7 @@ DEPENDENCIES
62
63
pry
63
64
rake
64
65
rspec
65
- rubocop (~> 0.45 )
66
+ rubocop (~> 0.50.0 )
66
67
rubocop-migrations
67
68
rubocop-rspec
68
69
safe_yaml
0 commit comments