ds_media_library 0.5.6 → 0.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +5 -1
- data/.travis.yml +2 -0
- data/Appraisals +3 -0
- data/Gemfile.lock +273 -0
- data/app/assets/stylesheets/_media-tree.sass +20 -16
- data/app/assets/stylesheets/mixins/_icons.sass +1 -1
- data/app/controllers/ds_media_library/resources_controller.rb +1 -1
- data/app/views/ds_media_library/manage/index.html.slim +3 -1
- data/config/routes.rb +1 -0
- data/gemfiles/capybara_2.gemfile.lock +64 -64
- data/gemfiles/capybara_3.gemfile.lock +64 -64
- data/gemfiles/latest.gemfile +5 -0
- data/gemfiles/rails_5.0.gemfile.lock +26 -26
- data/gemfiles/rails_5.1.gemfile.lock +26 -26
- data/gemfiles/rails_5.2.gemfile.lock +64 -64
- data/lib/ds_media_library/version.rb +1 -1
- metadata +4 -2
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ..
|
3
3
|
specs:
|
4
|
-
ds_media_library (0.
|
4
|
+
ds_media_library (0.6.0)
|
5
5
|
awesome_nested_set
|
6
6
|
coffee-rails
|
7
7
|
ds_node
|
@@ -16,45 +16,45 @@ PATH
|
|
16
16
|
GEM
|
17
17
|
remote: https://rubygems.org/
|
18
18
|
specs:
|
19
|
-
actioncable (5.2.
|
20
|
-
actionpack (= 5.2.
|
19
|
+
actioncable (5.2.1)
|
20
|
+
actionpack (= 5.2.1)
|
21
21
|
nio4r (~> 2.0)
|
22
22
|
websocket-driver (>= 0.6.1)
|
23
|
-
actionmailer (5.2.
|
24
|
-
actionpack (= 5.2.
|
25
|
-
actionview (= 5.2.
|
26
|
-
activejob (= 5.2.
|
23
|
+
actionmailer (5.2.1)
|
24
|
+
actionpack (= 5.2.1)
|
25
|
+
actionview (= 5.2.1)
|
26
|
+
activejob (= 5.2.1)
|
27
27
|
mail (~> 2.5, >= 2.5.4)
|
28
28
|
rails-dom-testing (~> 2.0)
|
29
|
-
actionpack (5.2.
|
30
|
-
actionview (= 5.2.
|
31
|
-
activesupport (= 5.2.
|
29
|
+
actionpack (5.2.1)
|
30
|
+
actionview (= 5.2.1)
|
31
|
+
activesupport (= 5.2.1)
|
32
32
|
rack (~> 2.0)
|
33
33
|
rack-test (>= 0.6.3)
|
34
34
|
rails-dom-testing (~> 2.0)
|
35
35
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
36
|
-
actionview (5.2.
|
37
|
-
activesupport (= 5.2.
|
36
|
+
actionview (5.2.1)
|
37
|
+
activesupport (= 5.2.1)
|
38
38
|
builder (~> 3.1)
|
39
39
|
erubi (~> 1.4)
|
40
40
|
rails-dom-testing (~> 2.0)
|
41
41
|
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
42
|
-
active_record-json_associations (0.6.
|
42
|
+
active_record-json_associations (0.6.11)
|
43
43
|
activerecord
|
44
|
-
activejob (5.2.
|
45
|
-
activesupport (= 5.2.
|
44
|
+
activejob (5.2.1)
|
45
|
+
activesupport (= 5.2.1)
|
46
46
|
globalid (>= 0.3.6)
|
47
|
-
activemodel (5.2.
|
48
|
-
activesupport (= 5.2.
|
49
|
-
activerecord (5.2.
|
50
|
-
activemodel (= 5.2.
|
51
|
-
activesupport (= 5.2.
|
47
|
+
activemodel (5.2.1)
|
48
|
+
activesupport (= 5.2.1)
|
49
|
+
activerecord (5.2.1)
|
50
|
+
activemodel (= 5.2.1)
|
51
|
+
activesupport (= 5.2.1)
|
52
52
|
arel (>= 9.0)
|
53
|
-
activestorage (5.2.
|
54
|
-
actionpack (= 5.2.
|
55
|
-
activerecord (= 5.2.
|
53
|
+
activestorage (5.2.1)
|
54
|
+
actionpack (= 5.2.1)
|
55
|
+
activerecord (= 5.2.1)
|
56
56
|
marcel (~> 0.3.1)
|
57
|
-
activesupport (5.2.
|
57
|
+
activesupport (5.2.1)
|
58
58
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
59
59
|
i18n (>= 0.7, < 2)
|
60
60
|
minitest (~> 5.1)
|
@@ -68,7 +68,7 @@ GEM
|
|
68
68
|
arel (9.0.0)
|
69
69
|
awesome_nested_set (3.1.4)
|
70
70
|
activerecord (>= 4.0.0, < 5.3)
|
71
|
-
backports (3.11.
|
71
|
+
backports (3.11.4)
|
72
72
|
builder (3.2.3)
|
73
73
|
byebug (10.0.2)
|
74
74
|
capybara (3.1.1)
|
@@ -81,7 +81,7 @@ GEM
|
|
81
81
|
capybara-screenshot (1.0.21)
|
82
82
|
capybara (>= 1.0, < 4)
|
83
83
|
launchy
|
84
|
-
chop (0.
|
84
|
+
chop (0.23.4)
|
85
85
|
activerecord
|
86
86
|
capybara
|
87
87
|
cucumber
|
@@ -104,10 +104,10 @@ GEM
|
|
104
104
|
gherkin (~> 5.1.0)
|
105
105
|
multi_json (>= 1.7.5, < 2.0)
|
106
106
|
multi_test (>= 0.1.2)
|
107
|
-
cucumber-core (3.2.
|
107
|
+
cucumber-core (3.2.1)
|
108
108
|
backports (>= 3.8.0)
|
109
109
|
cucumber-tag_expressions (~> 1.1.0)
|
110
|
-
gherkin (
|
110
|
+
gherkin (~> 5.0)
|
111
111
|
cucumber-expressions (6.0.1)
|
112
112
|
cucumber-rails (1.6.0)
|
113
113
|
capybara (>= 1.1.2, < 4)
|
@@ -135,7 +135,7 @@ GEM
|
|
135
135
|
execjs (~> 2.0)
|
136
136
|
sprockets (>= 2.0.0)
|
137
137
|
tilt (>= 1.2)
|
138
|
-
i18n (1.0
|
138
|
+
i18n (1.1.0)
|
139
139
|
concurrent-ruby (~> 1.0)
|
140
140
|
jquery-rails (4.3.3)
|
141
141
|
rails-dom-testing (>= 1, < 3)
|
@@ -150,72 +150,72 @@ GEM
|
|
150
150
|
nokogiri (>= 1.5.9)
|
151
151
|
mail (2.7.0)
|
152
152
|
mini_mime (>= 0.1.1)
|
153
|
-
marcel (0.3.
|
153
|
+
marcel (0.3.3)
|
154
154
|
mimemagic (~> 0.3.2)
|
155
155
|
method_source (0.9.0)
|
156
|
-
mime-types (3.
|
156
|
+
mime-types (3.2.2)
|
157
157
|
mime-types-data (~> 3.2015)
|
158
|
-
mime-types-data (3.
|
158
|
+
mime-types-data (3.2018.0812)
|
159
159
|
mimemagic (0.3.2)
|
160
|
-
mini_mime (1.0.
|
160
|
+
mini_mime (1.0.1)
|
161
161
|
mini_portile2 (2.3.0)
|
162
162
|
minitest (5.11.3)
|
163
163
|
multi_json (1.13.1)
|
164
164
|
multi_test (0.1.2)
|
165
165
|
nio4r (2.3.1)
|
166
|
-
nokogiri (1.8.
|
166
|
+
nokogiri (1.8.5)
|
167
167
|
mini_portile2 (~> 2.3.0)
|
168
168
|
phantomjs (2.1.1.0)
|
169
169
|
poltergeist (1.18.1)
|
170
170
|
capybara (>= 2.1, < 4)
|
171
171
|
cliver (~> 0.3.1)
|
172
172
|
websocket-driver (>= 0.2.0)
|
173
|
-
public_suffix (3.0.
|
173
|
+
public_suffix (3.0.3)
|
174
174
|
rack (2.0.5)
|
175
175
|
rack-test (1.1.0)
|
176
176
|
rack (>= 1.0, < 3)
|
177
|
-
rails (5.2.
|
178
|
-
actioncable (= 5.2.
|
179
|
-
actionmailer (= 5.2.
|
180
|
-
actionpack (= 5.2.
|
181
|
-
actionview (= 5.2.
|
182
|
-
activejob (= 5.2.
|
183
|
-
activemodel (= 5.2.
|
184
|
-
activerecord (= 5.2.
|
185
|
-
activestorage (= 5.2.
|
186
|
-
activesupport (= 5.2.
|
177
|
+
rails (5.2.1)
|
178
|
+
actioncable (= 5.2.1)
|
179
|
+
actionmailer (= 5.2.1)
|
180
|
+
actionpack (= 5.2.1)
|
181
|
+
actionview (= 5.2.1)
|
182
|
+
activejob (= 5.2.1)
|
183
|
+
activemodel (= 5.2.1)
|
184
|
+
activerecord (= 5.2.1)
|
185
|
+
activestorage (= 5.2.1)
|
186
|
+
activesupport (= 5.2.1)
|
187
187
|
bundler (>= 1.3.0)
|
188
|
-
railties (= 5.2.
|
188
|
+
railties (= 5.2.1)
|
189
189
|
sprockets-rails (>= 2.0.0)
|
190
190
|
rails-dom-testing (2.0.3)
|
191
191
|
activesupport (>= 4.2.0)
|
192
192
|
nokogiri (>= 1.6)
|
193
193
|
rails-html-sanitizer (1.0.4)
|
194
194
|
loofah (~> 2.2, >= 2.2.2)
|
195
|
-
railties (5.2.
|
196
|
-
actionpack (= 5.2.
|
197
|
-
activesupport (= 5.2.
|
195
|
+
railties (5.2.1)
|
196
|
+
actionpack (= 5.2.1)
|
197
|
+
activesupport (= 5.2.1)
|
198
198
|
method_source
|
199
199
|
rake (>= 0.8.7)
|
200
|
-
thor (>= 0.
|
200
|
+
thor (>= 0.19.0, < 2.0)
|
201
201
|
rake (10.5.0)
|
202
202
|
rb-fsevent (0.10.3)
|
203
203
|
rb-inotify (0.9.10)
|
204
204
|
ffi (>= 0.5.0, < 2)
|
205
|
-
rspec (3.
|
206
|
-
rspec-core (~> 3.
|
207
|
-
rspec-expectations (~> 3.
|
208
|
-
rspec-mocks (~> 3.
|
209
|
-
rspec-core (3.
|
210
|
-
rspec-support (~> 3.
|
211
|
-
rspec-expectations (3.
|
205
|
+
rspec (3.8.0)
|
206
|
+
rspec-core (~> 3.8.0)
|
207
|
+
rspec-expectations (~> 3.8.0)
|
208
|
+
rspec-mocks (~> 3.8.0)
|
209
|
+
rspec-core (3.8.0)
|
210
|
+
rspec-support (~> 3.8.0)
|
211
|
+
rspec-expectations (3.8.2)
|
212
212
|
diff-lcs (>= 1.2.0, < 2.0)
|
213
|
-
rspec-support (~> 3.
|
214
|
-
rspec-mocks (3.
|
213
|
+
rspec-support (~> 3.8.0)
|
214
|
+
rspec-mocks (3.8.0)
|
215
215
|
diff-lcs (>= 1.2.0, < 2.0)
|
216
|
-
rspec-support (~> 3.
|
217
|
-
rspec-support (3.
|
218
|
-
sass (3.
|
216
|
+
rspec-support (~> 3.8.0)
|
217
|
+
rspec-support (3.8.0)
|
218
|
+
sass (3.6.0)
|
219
219
|
sass-listen (~> 4.0.0)
|
220
220
|
sass-listen (4.0.0)
|
221
221
|
rb-fsevent (~> 0.9, >= 0.9.4)
|
@@ -226,9 +226,9 @@ GEM
|
|
226
226
|
sprockets (>= 2.8, < 4.0)
|
227
227
|
sprockets-rails (>= 2.0, < 4.0)
|
228
228
|
tilt (>= 1.1, < 3)
|
229
|
-
slim (
|
229
|
+
slim (4.0.1)
|
230
230
|
temple (>= 0.7.6, < 0.9)
|
231
|
-
tilt (>=
|
231
|
+
tilt (>= 2.0.6, < 2.1)
|
232
232
|
sprockets (3.7.2)
|
233
233
|
concurrent-ruby (~> 1.0)
|
234
234
|
rack (> 1, < 3)
|
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ..
|
3
3
|
specs:
|
4
|
-
ds_media_library (0.
|
4
|
+
ds_media_library (0.6.0)
|
5
5
|
awesome_nested_set
|
6
6
|
coffee-rails
|
7
7
|
ds_node
|
@@ -39,7 +39,7 @@ GEM
|
|
39
39
|
erubis (~> 2.7.0)
|
40
40
|
rails-dom-testing (~> 2.0)
|
41
41
|
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
42
|
-
active_record-json_associations (0.6.
|
42
|
+
active_record-json_associations (0.6.11)
|
43
43
|
activerecord
|
44
44
|
activejob (5.0.7)
|
45
45
|
activesupport (= 5.0.7)
|
@@ -64,7 +64,7 @@ GEM
|
|
64
64
|
arel (7.1.4)
|
65
65
|
awesome_nested_set (3.1.4)
|
66
66
|
activerecord (>= 4.0.0, < 5.3)
|
67
|
-
backports (3.11.
|
67
|
+
backports (3.11.4)
|
68
68
|
builder (3.2.3)
|
69
69
|
byebug (10.0.2)
|
70
70
|
capybara (3.1.1)
|
@@ -77,7 +77,7 @@ GEM
|
|
77
77
|
capybara-screenshot (1.0.21)
|
78
78
|
capybara (>= 1.0, < 4)
|
79
79
|
launchy
|
80
|
-
chop (0.
|
80
|
+
chop (0.23.4)
|
81
81
|
activerecord
|
82
82
|
capybara
|
83
83
|
cucumber
|
@@ -100,10 +100,10 @@ GEM
|
|
100
100
|
gherkin (~> 5.1.0)
|
101
101
|
multi_json (>= 1.7.5, < 2.0)
|
102
102
|
multi_test (>= 0.1.2)
|
103
|
-
cucumber-core (3.2.
|
103
|
+
cucumber-core (3.2.1)
|
104
104
|
backports (>= 3.8.0)
|
105
105
|
cucumber-tag_expressions (~> 1.1.0)
|
106
|
-
gherkin (
|
106
|
+
gherkin (~> 5.0)
|
107
107
|
cucumber-expressions (6.0.1)
|
108
108
|
cucumber-rails (1.6.0)
|
109
109
|
capybara (>= 1.1.2, < 4)
|
@@ -131,7 +131,7 @@ GEM
|
|
131
131
|
execjs (~> 2.0)
|
132
132
|
sprockets (>= 2.0.0)
|
133
133
|
tilt (>= 1.2)
|
134
|
-
i18n (1.0
|
134
|
+
i18n (1.1.0)
|
135
135
|
concurrent-ruby (~> 1.0)
|
136
136
|
jquery-rails (4.3.3)
|
137
137
|
rails-dom-testing (>= 1, < 3)
|
@@ -147,23 +147,23 @@ GEM
|
|
147
147
|
mail (2.7.0)
|
148
148
|
mini_mime (>= 0.1.1)
|
149
149
|
method_source (0.9.0)
|
150
|
-
mime-types (3.
|
150
|
+
mime-types (3.2.2)
|
151
151
|
mime-types-data (~> 3.2015)
|
152
|
-
mime-types-data (3.
|
153
|
-
mini_mime (1.0.
|
152
|
+
mime-types-data (3.2018.0812)
|
153
|
+
mini_mime (1.0.1)
|
154
154
|
mini_portile2 (2.3.0)
|
155
155
|
minitest (5.11.3)
|
156
156
|
multi_json (1.13.1)
|
157
157
|
multi_test (0.1.2)
|
158
158
|
nio4r (2.3.1)
|
159
|
-
nokogiri (1.8.
|
159
|
+
nokogiri (1.8.5)
|
160
160
|
mini_portile2 (~> 2.3.0)
|
161
161
|
phantomjs (2.1.1.0)
|
162
162
|
poltergeist (1.18.1)
|
163
163
|
capybara (>= 2.1, < 4)
|
164
164
|
cliver (~> 0.3.1)
|
165
165
|
websocket-driver (>= 0.2.0)
|
166
|
-
public_suffix (3.0.
|
166
|
+
public_suffix (3.0.3)
|
167
167
|
rack (2.0.5)
|
168
168
|
rack-test (0.6.3)
|
169
169
|
rack (>= 1.0)
|
@@ -194,20 +194,20 @@ GEM
|
|
194
194
|
rb-fsevent (0.10.3)
|
195
195
|
rb-inotify (0.9.10)
|
196
196
|
ffi (>= 0.5.0, < 2)
|
197
|
-
rspec (3.
|
198
|
-
rspec-core (~> 3.
|
199
|
-
rspec-expectations (~> 3.
|
200
|
-
rspec-mocks (~> 3.
|
201
|
-
rspec-core (3.
|
202
|
-
rspec-support (~> 3.
|
203
|
-
rspec-expectations (3.
|
197
|
+
rspec (3.8.0)
|
198
|
+
rspec-core (~> 3.8.0)
|
199
|
+
rspec-expectations (~> 3.8.0)
|
200
|
+
rspec-mocks (~> 3.8.0)
|
201
|
+
rspec-core (3.8.0)
|
202
|
+
rspec-support (~> 3.8.0)
|
203
|
+
rspec-expectations (3.8.2)
|
204
204
|
diff-lcs (>= 1.2.0, < 2.0)
|
205
|
-
rspec-support (~> 3.
|
206
|
-
rspec-mocks (3.
|
205
|
+
rspec-support (~> 3.8.0)
|
206
|
+
rspec-mocks (3.8.0)
|
207
207
|
diff-lcs (>= 1.2.0, < 2.0)
|
208
|
-
rspec-support (~> 3.
|
209
|
-
rspec-support (3.
|
210
|
-
sass (3.
|
208
|
+
rspec-support (~> 3.8.0)
|
209
|
+
rspec-support (3.8.0)
|
210
|
+
sass (3.6.0)
|
211
211
|
sass-listen (~> 4.0.0)
|
212
212
|
sass-listen (4.0.0)
|
213
213
|
rb-fsevent (~> 0.9, >= 0.9.4)
|
@@ -218,9 +218,9 @@ GEM
|
|
218
218
|
sprockets (>= 2.8, < 4.0)
|
219
219
|
sprockets-rails (>= 2.0, < 4.0)
|
220
220
|
tilt (>= 1.1, < 3)
|
221
|
-
slim (
|
221
|
+
slim (4.0.1)
|
222
222
|
temple (>= 0.7.6, < 0.9)
|
223
|
-
tilt (>=
|
223
|
+
tilt (>= 2.0.6, < 2.1)
|
224
224
|
sprockets (3.7.2)
|
225
225
|
concurrent-ruby (~> 1.0)
|
226
226
|
rack (> 1, < 3)
|
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ..
|
3
3
|
specs:
|
4
|
-
ds_media_library (0.
|
4
|
+
ds_media_library (0.6.0)
|
5
5
|
awesome_nested_set
|
6
6
|
coffee-rails
|
7
7
|
ds_node
|
@@ -39,7 +39,7 @@ GEM
|
|
39
39
|
erubi (~> 1.4)
|
40
40
|
rails-dom-testing (~> 2.0)
|
41
41
|
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
42
|
-
active_record-json_associations (0.6.
|
42
|
+
active_record-json_associations (0.6.11)
|
43
43
|
activerecord
|
44
44
|
activejob (5.1.6)
|
45
45
|
activesupport (= 5.1.6)
|
@@ -64,7 +64,7 @@ GEM
|
|
64
64
|
arel (8.0.0)
|
65
65
|
awesome_nested_set (3.1.4)
|
66
66
|
activerecord (>= 4.0.0, < 5.3)
|
67
|
-
backports (3.11.
|
67
|
+
backports (3.11.4)
|
68
68
|
builder (3.2.3)
|
69
69
|
byebug (10.0.2)
|
70
70
|
capybara (3.1.1)
|
@@ -77,7 +77,7 @@ GEM
|
|
77
77
|
capybara-screenshot (1.0.21)
|
78
78
|
capybara (>= 1.0, < 4)
|
79
79
|
launchy
|
80
|
-
chop (0.
|
80
|
+
chop (0.23.4)
|
81
81
|
activerecord
|
82
82
|
capybara
|
83
83
|
cucumber
|
@@ -100,10 +100,10 @@ GEM
|
|
100
100
|
gherkin (~> 5.1.0)
|
101
101
|
multi_json (>= 1.7.5, < 2.0)
|
102
102
|
multi_test (>= 0.1.2)
|
103
|
-
cucumber-core (3.2.
|
103
|
+
cucumber-core (3.2.1)
|
104
104
|
backports (>= 3.8.0)
|
105
105
|
cucumber-tag_expressions (~> 1.1.0)
|
106
|
-
gherkin (
|
106
|
+
gherkin (~> 5.0)
|
107
107
|
cucumber-expressions (6.0.1)
|
108
108
|
cucumber-rails (1.6.0)
|
109
109
|
capybara (>= 1.1.2, < 4)
|
@@ -131,7 +131,7 @@ GEM
|
|
131
131
|
execjs (~> 2.0)
|
132
132
|
sprockets (>= 2.0.0)
|
133
133
|
tilt (>= 1.2)
|
134
|
-
i18n (1.0
|
134
|
+
i18n (1.1.0)
|
135
135
|
concurrent-ruby (~> 1.0)
|
136
136
|
jquery-rails (4.3.3)
|
137
137
|
rails-dom-testing (>= 1, < 3)
|
@@ -147,23 +147,23 @@ GEM
|
|
147
147
|
mail (2.7.0)
|
148
148
|
mini_mime (>= 0.1.1)
|
149
149
|
method_source (0.9.0)
|
150
|
-
mime-types (3.
|
150
|
+
mime-types (3.2.2)
|
151
151
|
mime-types-data (~> 3.2015)
|
152
|
-
mime-types-data (3.
|
153
|
-
mini_mime (1.0.
|
152
|
+
mime-types-data (3.2018.0812)
|
153
|
+
mini_mime (1.0.1)
|
154
154
|
mini_portile2 (2.3.0)
|
155
155
|
minitest (5.11.3)
|
156
156
|
multi_json (1.13.1)
|
157
157
|
multi_test (0.1.2)
|
158
158
|
nio4r (2.3.1)
|
159
|
-
nokogiri (1.8.
|
159
|
+
nokogiri (1.8.5)
|
160
160
|
mini_portile2 (~> 2.3.0)
|
161
161
|
phantomjs (2.1.1.0)
|
162
162
|
poltergeist (1.18.1)
|
163
163
|
capybara (>= 2.1, < 4)
|
164
164
|
cliver (~> 0.3.1)
|
165
165
|
websocket-driver (>= 0.2.0)
|
166
|
-
public_suffix (3.0.
|
166
|
+
public_suffix (3.0.3)
|
167
167
|
rack (2.0.5)
|
168
168
|
rack-test (1.1.0)
|
169
169
|
rack (>= 1.0, < 3)
|
@@ -194,20 +194,20 @@ GEM
|
|
194
194
|
rb-fsevent (0.10.3)
|
195
195
|
rb-inotify (0.9.10)
|
196
196
|
ffi (>= 0.5.0, < 2)
|
197
|
-
rspec (3.
|
198
|
-
rspec-core (~> 3.
|
199
|
-
rspec-expectations (~> 3.
|
200
|
-
rspec-mocks (~> 3.
|
201
|
-
rspec-core (3.
|
202
|
-
rspec-support (~> 3.
|
203
|
-
rspec-expectations (3.
|
197
|
+
rspec (3.8.0)
|
198
|
+
rspec-core (~> 3.8.0)
|
199
|
+
rspec-expectations (~> 3.8.0)
|
200
|
+
rspec-mocks (~> 3.8.0)
|
201
|
+
rspec-core (3.8.0)
|
202
|
+
rspec-support (~> 3.8.0)
|
203
|
+
rspec-expectations (3.8.2)
|
204
204
|
diff-lcs (>= 1.2.0, < 2.0)
|
205
|
-
rspec-support (~> 3.
|
206
|
-
rspec-mocks (3.
|
205
|
+
rspec-support (~> 3.8.0)
|
206
|
+
rspec-mocks (3.8.0)
|
207
207
|
diff-lcs (>= 1.2.0, < 2.0)
|
208
|
-
rspec-support (~> 3.
|
209
|
-
rspec-support (3.
|
210
|
-
sass (3.
|
208
|
+
rspec-support (~> 3.8.0)
|
209
|
+
rspec-support (3.8.0)
|
210
|
+
sass (3.6.0)
|
211
211
|
sass-listen (~> 4.0.0)
|
212
212
|
sass-listen (4.0.0)
|
213
213
|
rb-fsevent (~> 0.9, >= 0.9.4)
|
@@ -218,9 +218,9 @@ GEM
|
|
218
218
|
sprockets (>= 2.8, < 4.0)
|
219
219
|
sprockets-rails (>= 2.0, < 4.0)
|
220
220
|
tilt (>= 1.1, < 3)
|
221
|
-
slim (
|
221
|
+
slim (4.0.1)
|
222
222
|
temple (>= 0.7.6, < 0.9)
|
223
|
-
tilt (>=
|
223
|
+
tilt (>= 2.0.6, < 2.1)
|
224
224
|
sprockets (3.7.2)
|
225
225
|
concurrent-ruby (~> 1.0)
|
226
226
|
rack (> 1, < 3)
|