|
2 | 2 | remote: . |
3 | 3 | specs: |
4 | 4 | activerecord-clean-db-structure (0.1.0) |
5 | | - rails (>= 4.2) |
| 5 | + activerecord (>= 4.2) |
6 | 6 |
|
7 | 7 | GEM |
8 | 8 | remote: https://rubygems.org/ |
9 | 9 | specs: |
10 | | - actioncable (5.0.1) |
11 | | - actionpack (= 5.0.1) |
12 | | - nio4r (~> 1.2) |
13 | | - websocket-driver (~> 0.6.1) |
14 | | - actionmailer (5.0.1) |
15 | | - actionpack (= 5.0.1) |
16 | | - actionview (= 5.0.1) |
17 | | - activejob (= 5.0.1) |
18 | | - mail (~> 2.5, >= 2.5.4) |
19 | | - rails-dom-testing (~> 2.0) |
20 | | - actionpack (5.0.1) |
21 | | - actionview (= 5.0.1) |
22 | | - activesupport (= 5.0.1) |
23 | | - rack (~> 2.0) |
24 | | - rack-test (~> 0.6.3) |
25 | | - rails-dom-testing (~> 2.0) |
26 | | - rails-html-sanitizer (~> 1.0, >= 1.0.2) |
27 | | - actionview (5.0.1) |
28 | | - activesupport (= 5.0.1) |
29 | | - builder (~> 3.1) |
30 | | - erubis (~> 2.7.0) |
31 | | - rails-dom-testing (~> 2.0) |
32 | | - rails-html-sanitizer (~> 1.0, >= 1.0.2) |
33 | | - activejob (5.0.1) |
34 | | - activesupport (= 5.0.1) |
35 | | - globalid (>= 0.3.6) |
36 | 10 | activemodel (5.0.1) |
37 | 11 | activesupport (= 5.0.1) |
38 | 12 | activerecord (5.0.1) |
|
45 | 19 | minitest (~> 5.1) |
46 | 20 | tzinfo (~> 1.1) |
47 | 21 | arel (7.1.4) |
48 | | - builder (3.2.3) |
49 | 22 | concurrent-ruby (1.0.4) |
50 | | - erubis (2.7.0) |
51 | | - globalid (0.3.7) |
52 | | - activesupport (>= 4.1.0) |
53 | 23 | i18n (0.8.0) |
54 | | - loofah (2.0.3) |
55 | | - nokogiri (>= 1.5.9) |
56 | | - mail (2.6.4) |
57 | | - mime-types (>= 1.16, < 4) |
58 | | - method_source (0.8.2) |
59 | | - mime-types (3.1) |
60 | | - mime-types-data (~> 3.2015) |
61 | | - mime-types-data (3.2016.0521) |
62 | | - mini_portile2 (2.1.0) |
63 | 24 | minitest (5.10.1) |
64 | | - nio4r (1.2.1) |
65 | | - nokogiri (1.7.0.1) |
66 | | - mini_portile2 (~> 2.1.0) |
67 | | - rack (2.0.1) |
68 | | - rack-test (0.6.3) |
69 | | - rack (>= 1.0) |
70 | | - rails (5.0.1) |
71 | | - actioncable (= 5.0.1) |
72 | | - actionmailer (= 5.0.1) |
73 | | - actionpack (= 5.0.1) |
74 | | - actionview (= 5.0.1) |
75 | | - activejob (= 5.0.1) |
76 | | - activemodel (= 5.0.1) |
77 | | - activerecord (= 5.0.1) |
78 | | - activesupport (= 5.0.1) |
79 | | - bundler (>= 1.3.0, < 2.0) |
80 | | - railties (= 5.0.1) |
81 | | - sprockets-rails (>= 2.0.0) |
82 | | - rails-dom-testing (2.0.2) |
83 | | - activesupport (>= 4.2.0, < 6.0) |
84 | | - nokogiri (~> 1.6) |
85 | | - rails-html-sanitizer (1.0.3) |
86 | | - loofah (~> 2.0) |
87 | | - railties (5.0.1) |
88 | | - actionpack (= 5.0.1) |
89 | | - activesupport (= 5.0.1) |
90 | | - method_source |
91 | | - rake (>= 0.8.7) |
92 | | - thor (>= 0.18.1, < 2.0) |
93 | | - rake (12.0.0) |
94 | | - sprockets (3.7.1) |
95 | | - concurrent-ruby (~> 1.0) |
96 | | - rack (> 1, < 3) |
97 | | - sprockets-rails (3.2.0) |
98 | | - actionpack (>= 4.0) |
99 | | - activesupport (>= 4.0) |
100 | | - sprockets (>= 3.0.0) |
101 | | - thor (0.19.4) |
102 | 25 | thread_safe (0.3.5) |
103 | 26 | tzinfo (1.2.2) |
104 | 27 | thread_safe (~> 0.1) |
105 | | - websocket-driver (0.6.5) |
106 | | - websocket-extensions (>= 0.1.0) |
107 | | - websocket-extensions (0.1.2) |
108 | 28 |
|
109 | 29 | PLATFORMS |
110 | 30 | ruby |
|
0 commit comments