axlsx_rails 0.6.0 → 0.6.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  GIT
2
- remote: https://github.com/straydogstudio/acts_as_xlsx.git
2
+ remote: git://github.com/straydogstudio/acts_as_xlsx.git
3
3
  revision: 94fc6aa730bb8f252e75c9debdcf64903d33fede
4
4
  specs:
5
5
  acts_as_xlsx (1.0.6)
@@ -10,61 +10,57 @@ GIT
10
10
  PATH
11
11
  remote: .
12
12
  specs:
13
- axlsx_rails (0.6.0)
13
+ axlsx_rails (0.5.2)
14
14
  actionpack (>= 3.1)
15
- caxlsx (>= 3.0)
15
+ axlsx (>= 2.0.1)
16
16
 
17
17
  GEM
18
18
  remote: http://rubygems.org/
19
19
  specs:
20
- actioncable (5.2.3)
21
- actionpack (= 5.2.3)
20
+ actioncable (5.1.6)
21
+ actionpack (= 5.1.6)
22
22
  nio4r (~> 2.0)
23
- websocket-driver (>= 0.6.1)
24
- actionmailer (5.2.3)
25
- actionpack (= 5.2.3)
26
- actionview (= 5.2.3)
27
- activejob (= 5.2.3)
23
+ websocket-driver (~> 0.6.1)
24
+ actionmailer (5.1.6)
25
+ actionpack (= 5.1.6)
26
+ actionview (= 5.1.6)
27
+ activejob (= 5.1.6)
28
28
  mail (~> 2.5, >= 2.5.4)
29
29
  rails-dom-testing (~> 2.0)
30
- actionpack (5.2.3)
31
- actionview (= 5.2.3)
32
- activesupport (= 5.2.3)
30
+ actionpack (5.1.6)
31
+ actionview (= 5.1.6)
32
+ activesupport (= 5.1.6)
33
33
  rack (~> 2.0)
34
34
  rack-test (>= 0.6.3)
35
35
  rails-dom-testing (~> 2.0)
36
36
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
37
- actionview (5.2.3)
38
- activesupport (= 5.2.3)
37
+ actionview (5.1.6)
38
+ activesupport (= 5.1.6)
39
39
  builder (~> 3.1)
40
40
  erubi (~> 1.4)
41
41
  rails-dom-testing (~> 2.0)
42
42
  rails-html-sanitizer (~> 1.0, >= 1.0.3)
43
- activejob (5.2.3)
44
- activesupport (= 5.2.3)
43
+ activejob (5.1.6)
44
+ activesupport (= 5.1.6)
45
45
  globalid (>= 0.3.6)
46
- activemodel (5.2.3)
47
- activesupport (= 5.2.3)
48
- activerecord (5.2.3)
49
- activemodel (= 5.2.3)
50
- activesupport (= 5.2.3)
51
- arel (>= 9.0)
52
- activestorage (5.2.3)
53
- actionpack (= 5.2.3)
54
- activerecord (= 5.2.3)
55
- marcel (~> 0.3.1)
56
- activesupport (5.2.3)
46
+ activemodel (5.1.6)
47
+ activesupport (= 5.1.6)
48
+ activerecord (5.1.6)
49
+ activemodel (= 5.1.6)
50
+ activesupport (= 5.1.6)
51
+ arel (~> 8.0)
52
+ activesupport (5.1.6)
57
53
  concurrent-ruby (~> 1.0, >= 1.0.2)
58
54
  i18n (>= 0.7, < 2)
59
55
  minitest (~> 5.1)
60
56
  tzinfo (~> 1.1)
61
- addressable (2.7.0)
62
- public_suffix (>= 2.0.2, < 5.0)
63
- arel (9.0.0)
64
- axlsx (1.3.6)
57
+ addressable (2.5.2)
58
+ public_suffix (>= 2.0.2, < 4.0)
59
+ arel (8.0.0)
60
+ axlsx (2.0.1)
65
61
  htmlentities (~> 4.3.1)
66
62
  nokogiri (>= 1.4.1)
67
- rubyzip (>= 0.9.5)
63
+ rubyzip (~> 1.0.0)
68
64
  builder (3.2.3)
69
65
  capybara (2.18.0)
70
66
  addressable
@@ -73,31 +69,26 @@ GEM
73
69
  rack (>= 1.0.0)
74
70
  rack-test (>= 0.5.4)
75
71
  xpath (>= 2.0, < 4.0)
76
- caxlsx (3.0.0)
77
- htmlentities (~> 4.3, >= 4.3.4)
78
- mimemagic (~> 0.3)
79
- nokogiri (~> 1.8, >= 1.8.2)
80
- rubyzip (~> 1.2, >= 1.2.1)
81
72
  coderay (1.1.2)
82
- concurrent-ruby (1.1.5)
83
- coveralls (0.8.23)
73
+ concurrent-ruby (1.0.5)
74
+ coveralls (0.8.21)
84
75
  json (>= 1.8, < 3)
85
- simplecov (~> 0.16.1)
76
+ simplecov (~> 0.14.1)
86
77
  term-ansicolor (~> 1.3)
87
- thor (>= 0.19.4, < 2.0)
78
+ thor (~> 0.19.4)
88
79
  tins (~> 1.6)
89
80
  crass (1.0.4)
90
- daemons (1.3.1)
81
+ daemons (1.2.6)
91
82
  diff-lcs (1.3)
92
- docile (1.3.2)
93
- erubi (1.8.0)
83
+ docile (1.1.5)
84
+ erubi (1.7.1)
94
85
  eventmachine (1.2.7)
95
- ffi (1.11.1)
86
+ ffi (1.9.23)
96
87
  formatador (0.2.5)
97
- globalid (0.4.2)
88
+ globalid (0.4.1)
98
89
  activesupport (>= 4.2.0)
99
90
  growl (1.0.3)
100
- guard (2.15.1)
91
+ guard (2.14.2)
101
92
  formatador (>= 0.2.4)
102
93
  listen (>= 2.7, < 4.0)
103
94
  lumberjack (>= 1.0.12, < 2.0)
@@ -112,132 +103,134 @@ GEM
112
103
  guard-compat (~> 1.1)
113
104
  rspec (>= 2.99.0, < 4.0)
114
105
  htmlentities (4.3.4)
115
- i18n (1.6.0)
106
+ i18n (1.0.1)
116
107
  concurrent-ruby (~> 1.0)
117
- jquery-rails (4.3.5)
108
+ jquery-rails (4.3.3)
118
109
  rails-dom-testing (>= 1, < 3)
119
110
  railties (>= 4.2.0)
120
111
  thor (>= 0.14, < 2.0)
121
- json (2.2.0)
112
+ json (2.1.0)
122
113
  listen (3.1.5)
123
114
  rb-fsevent (~> 0.9, >= 0.9.4)
124
115
  rb-inotify (~> 0.9, >= 0.9.7)
125
116
  ruby_dep (~> 1.2)
126
- loofah (2.2.3)
117
+ loofah (2.2.2)
127
118
  crass (~> 1.0.2)
128
119
  nokogiri (>= 1.5.9)
129
120
  lumberjack (1.0.13)
130
- mail (2.7.1)
121
+ mail (2.7.0)
131
122
  mini_mime (>= 0.1.1)
132
- marcel (0.3.3)
133
- mimemagic (~> 0.3.2)
134
- method_source (0.9.2)
135
- mimemagic (0.3.3)
136
- mini_mime (1.0.2)
137
- mini_portile2 (2.4.0)
123
+ method_source (0.8.2)
124
+ mini_mime (1.0.0)
125
+ mini_portile2 (2.3.0)
138
126
  minitest (5.11.3)
139
127
  nenv (0.3.0)
140
- nio4r (2.5.1)
141
- nokogiri (1.10.4)
142
- mini_portile2 (~> 2.4.0)
143
- notiffany (0.1.3)
128
+ nio4r (2.3.1)
129
+ nokogiri (1.8.2)
130
+ mini_portile2 (~> 2.3.0)
131
+ notiffany (0.1.1)
144
132
  nenv (~> 0.1)
145
133
  shellany (~> 0.0)
146
- pry (0.12.2)
134
+ pry (0.10.4)
147
135
  coderay (~> 1.1.0)
148
- method_source (~> 0.9.0)
149
- pry-nav (0.3.0)
150
- pry (>= 0.9.10, < 0.13.0)
151
- public_suffix (4.0.1)
152
- rack (2.0.7)
153
- rack-test (1.1.0)
136
+ method_source (~> 0.8.1)
137
+ slop (~> 3.4)
138
+ pry-nav (0.2.4)
139
+ pry (>= 0.9.10, < 0.11.0)
140
+ public_suffix (3.0.2)
141
+ rack (2.0.5)
142
+ rack-test (1.0.0)
154
143
  rack (>= 1.0, < 3)
155
- rails (5.2.3)
156
- actioncable (= 5.2.3)
157
- actionmailer (= 5.2.3)
158
- actionpack (= 5.2.3)
159
- actionview (= 5.2.3)
160
- activejob (= 5.2.3)
161
- activemodel (= 5.2.3)
162
- activerecord (= 5.2.3)
163
- activestorage (= 5.2.3)
164
- activesupport (= 5.2.3)
144
+ rails (5.1.6)
145
+ actioncable (= 5.1.6)
146
+ actionmailer (= 5.1.6)
147
+ actionpack (= 5.1.6)
148
+ actionview (= 5.1.6)
149
+ activejob (= 5.1.6)
150
+ activemodel (= 5.1.6)
151
+ activerecord (= 5.1.6)
152
+ activesupport (= 5.1.6)
165
153
  bundler (>= 1.3.0)
166
- railties (= 5.2.3)
154
+ railties (= 5.1.6)
167
155
  sprockets-rails (>= 2.0.0)
168
156
  rails-dom-testing (2.0.3)
169
157
  activesupport (>= 4.2.0)
170
158
  nokogiri (>= 1.6)
171
- rails-html-sanitizer (1.2.0)
159
+ rails-html-sanitizer (1.0.4)
172
160
  loofah (~> 2.2, >= 2.2.2)
173
- railties (5.2.3)
174
- actionpack (= 5.2.3)
175
- activesupport (= 5.2.3)
161
+ railties (5.1.6)
162
+ actionpack (= 5.1.6)
163
+ activesupport (= 5.1.6)
176
164
  method_source
177
165
  rake (>= 0.8.7)
178
- thor (>= 0.19.0, < 2.0)
179
- rake (12.3.3)
166
+ thor (>= 0.18.1, < 2.0)
167
+ rake (12.3.1)
180
168
  rb-fsevent (0.10.3)
181
- rb-inotify (0.10.0)
182
- ffi (~> 1.0)
183
- responders (3.0.0)
184
- actionpack (>= 5.0)
185
- railties (>= 5.0)
186
- roo (2.8.2)
187
- nokogiri (~> 1)
188
- rubyzip (>= 1.2.1, < 2.0.0)
189
- rspec (3.8.0)
190
- rspec-core (~> 3.8.0)
191
- rspec-expectations (~> 3.8.0)
192
- rspec-mocks (~> 3.8.0)
193
- rspec-core (3.8.2)
194
- rspec-support (~> 3.8.0)
195
- rspec-expectations (3.8.4)
169
+ rb-inotify (0.9.10)
170
+ ffi (>= 0.5.0, < 2)
171
+ responders (2.4.0)
172
+ actionpack (>= 4.2.0, < 5.3)
173
+ railties (>= 4.2.0, < 5.3)
174
+ roo (1.13.2)
175
+ nokogiri
176
+ rubyzip
177
+ spreadsheet (> 0.6.4)
178
+ rspec (3.7.0)
179
+ rspec-core (~> 3.7.0)
180
+ rspec-expectations (~> 3.7.0)
181
+ rspec-mocks (~> 3.7.0)
182
+ rspec-core (3.7.1)
183
+ rspec-support (~> 3.7.0)
184
+ rspec-expectations (3.7.0)
196
185
  diff-lcs (>= 1.2.0, < 2.0)
197
- rspec-support (~> 3.8.0)
198
- rspec-mocks (3.8.1)
186
+ rspec-support (~> 3.7.0)
187
+ rspec-mocks (3.7.0)
199
188
  diff-lcs (>= 1.2.0, < 2.0)
200
- rspec-support (~> 3.8.0)
201
- rspec-rails (3.8.2)
189
+ rspec-support (~> 3.7.0)
190
+ rspec-rails (3.7.2)
202
191
  actionpack (>= 3.0)
203
192
  activesupport (>= 3.0)
204
193
  railties (>= 3.0)
205
- rspec-core (~> 3.8.0)
206
- rspec-expectations (~> 3.8.0)
207
- rspec-mocks (~> 3.8.0)
208
- rspec-support (~> 3.8.0)
209
- rspec-support (3.8.2)
194
+ rspec-core (~> 3.7.0)
195
+ rspec-expectations (~> 3.7.0)
196
+ rspec-mocks (~> 3.7.0)
197
+ rspec-support (~> 3.7.0)
198
+ rspec-support (3.7.1)
199
+ ruby-ole (1.2.12.1)
210
200
  ruby_dep (1.5.0)
211
- rubyzip (1.2.4)
201
+ rubyzip (1.0.0)
212
202
  shellany (0.0.1)
213
- simplecov (0.16.1)
214
- docile (~> 1.1)
203
+ simplecov (0.14.1)
204
+ docile (~> 1.1.0)
215
205
  json (>= 1.8, < 3)
216
206
  simplecov-html (~> 0.10.0)
217
207
  simplecov-html (0.10.2)
218
- sprockets (3.7.2)
208
+ slop (3.6.0)
209
+ spreadsheet (1.1.7)
210
+ ruby-ole (>= 1.0)
211
+ sprockets (3.7.1)
219
212
  concurrent-ruby (~> 1.0)
220
213
  rack (> 1, < 3)
221
214
  sprockets-rails (3.2.1)
222
215
  actionpack (>= 4.0)
223
216
  activesupport (>= 4.0)
224
217
  sprockets (>= 3.0.0)
225
- sqlite3 (1.4.1)
226
- term-ansicolor (1.7.1)
218
+ sqlite3 (1.3.13)
219
+ term-ansicolor (1.6.0)
227
220
  tins (~> 1.0)
228
221
  thin (1.7.2)
229
222
  daemons (~> 1.0, >= 1.0.9)
230
223
  eventmachine (~> 1.0, >= 1.0.4)
231
224
  rack (>= 1, < 3)
232
- thor (0.20.3)
225
+ thor (0.19.4)
233
226
  thread_safe (0.3.6)
234
- tins (1.21.1)
227
+ tins (1.16.3)
235
228
  tzinfo (1.2.5)
236
229
  thread_safe (~> 0.1)
237
- websocket-driver (0.7.1)
230
+ websocket-driver (0.6.5)
238
231
  websocket-extensions (>= 0.1.0)
239
- websocket-extensions (0.1.4)
240
- xpath (3.2.0)
232
+ websocket-extensions (0.1.3)
233
+ xpath (3.1.0)
241
234
  nokogiri (~> 1.8)
242
235
 
243
236
  PLATFORMS
@@ -254,15 +247,15 @@ DEPENDENCIES
254
247
  jquery-rails
255
248
  pry
256
249
  pry-nav
257
- rails (~> 5.1)
250
+ rails (~> 5.1.0)
258
251
  rake
259
252
  rb-fsevent
260
- responders (~> 3.0)
253
+ responders (~> 2.0)
261
254
  roo
262
255
  rspec-rails
263
256
  rubyzip
264
- sqlite3 (~> 1.4)
257
+ sqlite3
265
258
  thin
266
259
 
267
260
  BUNDLED WITH
268
- 1.17.2
261
+ 1.15.0
@@ -1,5 +1,5 @@
1
1
  GIT
2
- remote: https://github.com/straydogstudio/acts_as_xlsx.git
2
+ remote: git://github.com/straydogstudio/acts_as_xlsx.git
3
3
  revision: 94fc6aa730bb8f252e75c9debdcf64903d33fede
4
4
  specs:
5
5
  acts_as_xlsx (1.0.6)
@@ -10,61 +10,44 @@ GIT
10
10
  PATH
11
11
  remote: .
12
12
  specs:
13
- axlsx_rails (0.6.0)
13
+ axlsx_rails (0.5.2)
14
14
  actionpack (>= 3.1)
15
- caxlsx (>= 3.0)
15
+ axlsx (>= 2.0.1)
16
16
 
17
17
  GEM
18
18
  remote: http://rubygems.org/
19
19
  specs:
20
- actioncable (5.2.3)
21
- actionpack (= 5.2.3)
22
- nio4r (~> 2.0)
23
- websocket-driver (>= 0.6.1)
24
- actionmailer (5.2.3)
25
- actionpack (= 5.2.3)
26
- actionview (= 5.2.3)
27
- activejob (= 5.2.3)
28
- mail (~> 2.5, >= 2.5.4)
29
- rails-dom-testing (~> 2.0)
30
- actionpack (5.2.3)
31
- actionview (= 5.2.3)
32
- activesupport (= 5.2.3)
20
+ actionpack (5.2.0)
21
+ actionview (= 5.2.0)
22
+ activesupport (= 5.2.0)
33
23
  rack (~> 2.0)
34
24
  rack-test (>= 0.6.3)
35
25
  rails-dom-testing (~> 2.0)
36
26
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
37
- actionview (5.2.3)
38
- activesupport (= 5.2.3)
27
+ actionview (5.2.0)
28
+ activesupport (= 5.2.0)
39
29
  builder (~> 3.1)
40
30
  erubi (~> 1.4)
41
31
  rails-dom-testing (~> 2.0)
42
32
  rails-html-sanitizer (~> 1.0, >= 1.0.3)
43
- activejob (5.2.3)
44
- activesupport (= 5.2.3)
45
- globalid (>= 0.3.6)
46
- activemodel (5.2.3)
47
- activesupport (= 5.2.3)
48
- activerecord (5.2.3)
49
- activemodel (= 5.2.3)
50
- activesupport (= 5.2.3)
33
+ activemodel (5.2.0)
34
+ activesupport (= 5.2.0)
35
+ activerecord (5.2.0)
36
+ activemodel (= 5.2.0)
37
+ activesupport (= 5.2.0)
51
38
  arel (>= 9.0)
52
- activestorage (5.2.3)
53
- actionpack (= 5.2.3)
54
- activerecord (= 5.2.3)
55
- marcel (~> 0.3.1)
56
- activesupport (5.2.3)
39
+ activesupport (5.2.0)
57
40
  concurrent-ruby (~> 1.0, >= 1.0.2)
58
41
  i18n (>= 0.7, < 2)
59
42
  minitest (~> 5.1)
60
43
  tzinfo (~> 1.1)
61
- addressable (2.7.0)
62
- public_suffix (>= 2.0.2, < 5.0)
44
+ addressable (2.5.2)
45
+ public_suffix (>= 2.0.2, < 4.0)
63
46
  arel (9.0.0)
64
- axlsx (1.3.6)
47
+ axlsx (2.0.1)
65
48
  htmlentities (~> 4.3.1)
66
49
  nokogiri (>= 1.4.1)
67
- rubyzip (>= 0.9.5)
50
+ rubyzip (~> 1.0.0)
68
51
  builder (3.2.3)
69
52
  capybara (2.18.0)
70
53
  addressable
@@ -73,31 +56,24 @@ GEM
73
56
  rack (>= 1.0.0)
74
57
  rack-test (>= 0.5.4)
75
58
  xpath (>= 2.0, < 4.0)
76
- caxlsx (3.0.0)
77
- htmlentities (~> 4.3, >= 4.3.4)
78
- mimemagic (~> 0.3)
79
- nokogiri (~> 1.8, >= 1.8.2)
80
- rubyzip (~> 1.2, >= 1.2.1)
81
59
  coderay (1.1.2)
82
- concurrent-ruby (1.1.5)
83
- coveralls (0.8.23)
60
+ concurrent-ruby (1.0.5)
61
+ coveralls (0.8.21)
84
62
  json (>= 1.8, < 3)
85
- simplecov (~> 0.16.1)
63
+ simplecov (~> 0.14.1)
86
64
  term-ansicolor (~> 1.3)
87
- thor (>= 0.19.4, < 2.0)
65
+ thor (~> 0.19.4)
88
66
  tins (~> 1.6)
89
67
  crass (1.0.4)
90
- daemons (1.3.1)
68
+ daemons (1.2.6)
91
69
  diff-lcs (1.3)
92
- docile (1.3.2)
93
- erubi (1.8.0)
70
+ docile (1.1.5)
71
+ erubi (1.7.1)
94
72
  eventmachine (1.2.7)
95
- ffi (1.11.1)
73
+ ffi (1.9.23)
96
74
  formatador (0.2.5)
97
- globalid (0.4.2)
98
- activesupport (>= 4.2.0)
99
75
  growl (1.0.3)
100
- guard (2.15.1)
76
+ guard (2.14.2)
101
77
  formatador (>= 0.2.4)
102
78
  listen (>= 2.7, < 4.0)
103
79
  lumberjack (>= 1.0.12, < 2.0)
@@ -112,132 +88,106 @@ GEM
112
88
  guard-compat (~> 1.1)
113
89
  rspec (>= 2.99.0, < 4.0)
114
90
  htmlentities (4.3.4)
115
- i18n (1.6.0)
91
+ i18n (1.0.1)
116
92
  concurrent-ruby (~> 1.0)
117
- jquery-rails (4.3.5)
93
+ jquery-rails (4.3.3)
118
94
  rails-dom-testing (>= 1, < 3)
119
95
  railties (>= 4.2.0)
120
96
  thor (>= 0.14, < 2.0)
121
- json (2.2.0)
97
+ json (2.1.0)
122
98
  listen (3.1.5)
123
99
  rb-fsevent (~> 0.9, >= 0.9.4)
124
100
  rb-inotify (~> 0.9, >= 0.9.7)
125
101
  ruby_dep (~> 1.2)
126
- loofah (2.2.3)
102
+ loofah (2.2.2)
127
103
  crass (~> 1.0.2)
128
104
  nokogiri (>= 1.5.9)
129
105
  lumberjack (1.0.13)
130
- mail (2.7.1)
131
- mini_mime (>= 0.1.1)
132
- marcel (0.3.3)
133
- mimemagic (~> 0.3.2)
134
- method_source (0.9.2)
135
- mimemagic (0.3.3)
136
- mini_mime (1.0.2)
137
- mini_portile2 (2.4.0)
106
+ method_source (0.8.2)
107
+ mini_mime (1.0.0)
108
+ mini_portile2 (2.3.0)
138
109
  minitest (5.11.3)
139
110
  nenv (0.3.0)
140
- nio4r (2.5.1)
141
- nokogiri (1.10.4)
142
- mini_portile2 (~> 2.4.0)
143
- notiffany (0.1.3)
111
+ nokogiri (1.8.2)
112
+ mini_portile2 (~> 2.3.0)
113
+ notiffany (0.1.1)
144
114
  nenv (~> 0.1)
145
115
  shellany (~> 0.0)
146
- pry (0.12.2)
116
+ pry (0.10.4)
147
117
  coderay (~> 1.1.0)
148
- method_source (~> 0.9.0)
149
- pry-nav (0.3.0)
150
- pry (>= 0.9.10, < 0.13.0)
151
- public_suffix (4.0.1)
152
- rack (2.0.7)
153
- rack-test (1.1.0)
118
+ method_source (~> 0.8.1)
119
+ slop (~> 3.4)
120
+ pry-nav (0.2.4)
121
+ pry (>= 0.9.10, < 0.11.0)
122
+ public_suffix (3.0.2)
123
+ rack (2.0.5)
124
+ rack-test (1.0.0)
154
125
  rack (>= 1.0, < 3)
155
- rails (5.2.3)
156
- actioncable (= 5.2.3)
157
- actionmailer (= 5.2.3)
158
- actionpack (= 5.2.3)
159
- actionview (= 5.2.3)
160
- activejob (= 5.2.3)
161
- activemodel (= 5.2.3)
162
- activerecord (= 5.2.3)
163
- activestorage (= 5.2.3)
164
- activesupport (= 5.2.3)
165
- bundler (>= 1.3.0)
166
- railties (= 5.2.3)
167
- sprockets-rails (>= 2.0.0)
168
126
  rails-dom-testing (2.0.3)
169
127
  activesupport (>= 4.2.0)
170
128
  nokogiri (>= 1.6)
171
- rails-html-sanitizer (1.2.0)
129
+ rails-html-sanitizer (1.0.4)
172
130
  loofah (~> 2.2, >= 2.2.2)
173
- railties (5.2.3)
174
- actionpack (= 5.2.3)
175
- activesupport (= 5.2.3)
131
+ railties (5.2.0)
132
+ actionpack (= 5.2.0)
133
+ activesupport (= 5.2.0)
176
134
  method_source
177
135
  rake (>= 0.8.7)
178
- thor (>= 0.19.0, < 2.0)
179
- rake (12.3.3)
136
+ thor (>= 0.18.1, < 2.0)
137
+ rake (12.3.1)
180
138
  rb-fsevent (0.10.3)
181
- rb-inotify (0.10.0)
182
- ffi (~> 1.0)
183
- responders (3.0.0)
184
- actionpack (>= 5.0)
185
- railties (>= 5.0)
186
- roo (2.8.2)
187
- nokogiri (~> 1)
188
- rubyzip (>= 1.2.1, < 2.0.0)
189
- rspec (3.8.0)
190
- rspec-core (~> 3.8.0)
191
- rspec-expectations (~> 3.8.0)
192
- rspec-mocks (~> 3.8.0)
193
- rspec-core (3.8.2)
194
- rspec-support (~> 3.8.0)
195
- rspec-expectations (3.8.4)
139
+ rb-inotify (0.9.10)
140
+ ffi (>= 0.5.0, < 2)
141
+ roo (1.13.2)
142
+ nokogiri
143
+ rubyzip
144
+ spreadsheet (> 0.6.4)
145
+ rspec (3.7.0)
146
+ rspec-core (~> 3.7.0)
147
+ rspec-expectations (~> 3.7.0)
148
+ rspec-mocks (~> 3.7.0)
149
+ rspec-core (3.7.1)
150
+ rspec-support (~> 3.7.0)
151
+ rspec-expectations (3.7.0)
196
152
  diff-lcs (>= 1.2.0, < 2.0)
197
- rspec-support (~> 3.8.0)
198
- rspec-mocks (3.8.1)
153
+ rspec-support (~> 3.7.0)
154
+ rspec-mocks (3.7.0)
199
155
  diff-lcs (>= 1.2.0, < 2.0)
200
- rspec-support (~> 3.8.0)
201
- rspec-rails (3.8.2)
156
+ rspec-support (~> 3.7.0)
157
+ rspec-rails (3.7.2)
202
158
  actionpack (>= 3.0)
203
159
  activesupport (>= 3.0)
204
160
  railties (>= 3.0)
205
- rspec-core (~> 3.8.0)
206
- rspec-expectations (~> 3.8.0)
207
- rspec-mocks (~> 3.8.0)
208
- rspec-support (~> 3.8.0)
209
- rspec-support (3.8.2)
161
+ rspec-core (~> 3.7.0)
162
+ rspec-expectations (~> 3.7.0)
163
+ rspec-mocks (~> 3.7.0)
164
+ rspec-support (~> 3.7.0)
165
+ rspec-support (3.7.1)
166
+ ruby-ole (1.2.12.1)
210
167
  ruby_dep (1.5.0)
211
- rubyzip (1.2.4)
168
+ rubyzip (1.0.0)
212
169
  shellany (0.0.1)
213
- simplecov (0.16.1)
214
- docile (~> 1.1)
170
+ simplecov (0.14.1)
171
+ docile (~> 1.1.0)
215
172
  json (>= 1.8, < 3)
216
173
  simplecov-html (~> 0.10.0)
217
174
  simplecov-html (0.10.2)
218
- sprockets (3.7.2)
219
- concurrent-ruby (~> 1.0)
220
- rack (> 1, < 3)
221
- sprockets-rails (3.2.1)
222
- actionpack (>= 4.0)
223
- activesupport (>= 4.0)
224
- sprockets (>= 3.0.0)
225
- sqlite3 (1.4.1)
226
- term-ansicolor (1.7.1)
175
+ slop (3.6.0)
176
+ spreadsheet (1.1.7)
177
+ ruby-ole (>= 1.0)
178
+ sqlite3 (1.3.13)
179
+ term-ansicolor (1.6.0)
227
180
  tins (~> 1.0)
228
181
  thin (1.7.2)
229
182
  daemons (~> 1.0, >= 1.0.9)
230
183
  eventmachine (~> 1.0, >= 1.0.4)
231
184
  rack (>= 1, < 3)
232
- thor (0.20.3)
185
+ thor (0.19.4)
233
186
  thread_safe (0.3.6)
234
- tins (1.21.1)
187
+ tins (1.16.3)
235
188
  tzinfo (1.2.5)
236
189
  thread_safe (~> 0.1)
237
- websocket-driver (0.7.1)
238
- websocket-extensions (>= 0.1.0)
239
- websocket-extensions (0.1.4)
240
- xpath (3.2.0)
190
+ xpath (3.1.0)
241
191
  nokogiri (~> 1.8)
242
192
 
243
193
  PLATFORMS
@@ -254,15 +204,13 @@ DEPENDENCIES
254
204
  jquery-rails
255
205
  pry
256
206
  pry-nav
257
- rails (~> 5.2)
258
207
  rake
259
208
  rb-fsevent
260
- responders (~> 3.0)
261
209
  roo
262
210
  rspec-rails
263
211
  rubyzip
264
- sqlite3 (~> 1.4)
212
+ sqlite3
265
213
  thin
266
214
 
267
215
  BUNDLED WITH
268
- 1.17.2
216
+ 1.15.0