1
1
PATH
2
2
remote: .
3
3
specs:
4
- scenic_sqlserver_adapter (0.1.0 )
5
- activerecord (>= 4.0 )
4
+ scenic_sqlserver_adapter (0.1.1 )
5
+ activerecord (>= 4.0 , < 6 )
6
6
scenic (~> 1.4 )
7
7
8
8
GEM
9
9
remote: https://rubygems.org/
10
10
specs:
11
- actionpack (5.1.4 )
12
- actionview (= 5.1.4 )
13
- activesupport (= 5.1.4 )
11
+ actionpack (5.2.3 )
12
+ actionview (= 5.2.3 )
13
+ activesupport (= 5.2.3 )
14
14
rack (~> 2.0 )
15
15
rack-test (>= 0.6.3 )
16
16
rails-dom-testing (~> 2.0 )
17
17
rails-html-sanitizer (~> 1.0 , >= 1.0.2 )
18
- actionview (5.1.4 )
19
- activesupport (= 5.1.4 )
18
+ actionview (5.2.3 )
19
+ activesupport (= 5.2.3 )
20
20
builder (~> 3.1 )
21
21
erubi (~> 1.4 )
22
22
rails-dom-testing (~> 2.0 )
23
23
rails-html-sanitizer (~> 1.0 , >= 1.0.3 )
24
- activemodel (5.1.4 )
25
- activesupport (= 5.1.4 )
26
- activerecord (5.1.4 )
27
- activemodel (= 5.1.4 )
28
- activesupport (= 5.1.4 )
29
- arel (~> 8 .0 )
30
- activesupport (5.1.4 )
24
+ activemodel (5.2.3 )
25
+ activesupport (= 5.2.3 )
26
+ activerecord (5.2.3 )
27
+ activemodel (= 5.2.3 )
28
+ activesupport (= 5.2.3 )
29
+ arel (>= 9 .0 )
30
+ activesupport (5.2.3 )
31
31
concurrent-ruby (~> 1.0 , >= 1.0.2 )
32
- i18n (~> 0.7 )
32
+ i18n (>= 0.7 , < 2 )
33
33
minitest (~> 5.1 )
34
34
tzinfo (~> 1.1 )
35
- arel (8 .0.0 )
35
+ arel (9 .0.0 )
36
36
builder (3.2.3 )
37
- concurrent-ruby (1.0 .5 )
38
- crass (1.0.3 )
37
+ concurrent-ruby (1.1 .5 )
38
+ crass (1.0.4 )
39
39
diff-lcs (1.3 )
40
- erubi (1.7 .0 )
41
- i18n (0.9.1 )
40
+ erubi (1.8 .0 )
41
+ i18n (1.6.0 )
42
42
concurrent-ruby (~> 1.0 )
43
- loofah (2.1.1 )
43
+ loofah (2.2.3 )
44
44
crass (~> 1.0.2 )
45
45
nokogiri (>= 1.5.9 )
46
- method_source (0.9.0 )
47
- mini_portile2 (2.3 .0 )
48
- minitest (5.11.1 )
49
- nokogiri (1.8.1 )
50
- mini_portile2 (~> 2.3 .0 )
51
- rack (2.0.3 )
52
- rack-test (0.8.2 )
46
+ method_source (0.9.2 )
47
+ mini_portile2 (2.4 .0 )
48
+ minitest (5.11.3 )
49
+ nokogiri (1.10.4 )
50
+ mini_portile2 (~> 2.4 .0 )
51
+ rack (2.0.7 )
52
+ rack-test (1.1.0 )
53
53
rack (>= 1.0 , < 3 )
54
54
rails-dom-testing (2.0.3 )
55
55
activesupport (>= 4.2.0 )
56
56
nokogiri (>= 1.6 )
57
- rails-html-sanitizer (1.0.3 )
58
- loofah (~> 2.0 )
59
- railties (5.1.4 )
60
- actionpack (= 5.1.4 )
61
- activesupport (= 5.1.4 )
57
+ rails-html-sanitizer (1.2.0 )
58
+ loofah (~> 2.2 , >= 2.2.2 )
59
+ railties (5.2.3 )
60
+ actionpack (= 5.2.3 )
61
+ activesupport (= 5.2.3 )
62
62
method_source
63
63
rake (>= 0.8.7 )
64
- thor (>= 0.18.1 , < 2.0 )
64
+ thor (>= 0.19.0 , < 2.0 )
65
65
rake (10.5.0 )
66
66
rspec (3.7.0 )
67
67
rspec-core (~> 3.7.0 )
76
76
diff-lcs (>= 1.2.0 , < 2.0 )
77
77
rspec-support (~> 3.7.0 )
78
78
rspec-support (3.7.0 )
79
- scenic (1.4.1 )
79
+ rspec_junit_formatter (0.4.1 )
80
+ rspec-core (>= 2 , < 4 , != 2.12.0 )
81
+ scenic (1.5.1 )
80
82
activerecord (>= 4.0.0 )
81
83
railties (>= 4.0.0 )
82
- thor (0.20.0 )
84
+ thor (0.20.3 )
83
85
thread_safe (0.3.6 )
84
- tzinfo (1.2.4 )
86
+ tzinfo (1.2.5 )
85
87
thread_safe (~> 0.1 )
86
88
87
89
PLATFORMS
@@ -91,7 +93,8 @@ DEPENDENCIES
91
93
bundler (~> 1.16 )
92
94
rake (~> 10.0 )
93
95
rspec (~> 3.0 )
96
+ rspec_junit_formatter
94
97
scenic_sqlserver_adapter !
95
98
96
99
BUNDLED WITH
97
- 1.16.0
100
+ 1.17.1
0 commit comments