Commit 1f6b255768d0c417b0782b722416685bdc60fb99
1 parent
d88a980e
Exists in
master
and in
1 other branch
updated dependencies
Showing
185 changed files
with
259 additions
and
199 deletions
Show diff stats
Gemfile.lock
1 | 1 | GEM |
2 | 2 | remote: https://rubygems.org/ |
3 | 3 | specs: |
4 | + CFPropertyList (2.2.8) | |
4 | 5 | RedCloth (4.2.9) |
5 | - ace-rails-ap (2.0.1) | |
6 | - actionmailer (4.1.1) | |
7 | - actionpack (= 4.1.1) | |
8 | - actionview (= 4.1.1) | |
9 | - mail (~> 2.5.4) | |
10 | - actionpack (4.1.1) | |
11 | - actionview (= 4.1.1) | |
12 | - activesupport (= 4.1.1) | |
6 | + ace-rails-ap (3.0.1) | |
7 | + actionmailer (4.1.8) | |
8 | + actionpack (= 4.1.8) | |
9 | + actionview (= 4.1.8) | |
10 | + mail (~> 2.5, >= 2.5.4) | |
11 | + actionpack (4.1.8) | |
12 | + actionview (= 4.1.8) | |
13 | + activesupport (= 4.1.8) | |
13 | 14 | rack (~> 1.5.2) |
14 | 15 | rack-test (~> 0.6.2) |
15 | - actionview (4.1.1) | |
16 | - activesupport (= 4.1.1) | |
16 | + actionview (4.1.8) | |
17 | + activesupport (= 4.1.8) | |
17 | 18 | builder (~> 3.1) |
18 | 19 | erubis (~> 2.7.0) |
19 | - activemodel (4.1.1) | |
20 | - activesupport (= 4.1.1) | |
20 | + activemodel (4.1.8) | |
21 | + activesupport (= 4.1.8) | |
21 | 22 | builder (~> 3.1) |
22 | - activerecord (4.1.1) | |
23 | - activemodel (= 4.1.1) | |
24 | - activesupport (= 4.1.1) | |
23 | + activerecord (4.1.8) | |
24 | + activemodel (= 4.1.8) | |
25 | + activesupport (= 4.1.8) | |
25 | 26 | arel (~> 5.0.0) |
26 | - activesupport (4.1.1) | |
27 | + activesupport (4.1.8) | |
27 | 28 | i18n (~> 0.6, >= 0.6.9) |
28 | 29 | json (~> 1.7, >= 1.7.7) |
29 | 30 | minitest (~> 5.1) |
30 | 31 | thread_safe (~> 0.1) |
31 | 32 | tzinfo (~> 1.1) |
32 | - acts-as-taggable-on (2.4.1) | |
33 | - rails (>= 3, < 5) | |
34 | - addressable (2.3.5) | |
35 | - annotate (2.6.0) | |
33 | + acts-as-taggable-on (3.4.2) | |
34 | + activerecord (>= 3.2, < 5) | |
35 | + addressable (2.3.6) | |
36 | + annotate (2.6.5) | |
36 | 37 | activerecord (>= 2.3.0) |
37 | 38 | rake (>= 0.8.7) |
38 | 39 | arel (5.0.1.20140414130214) |
39 | 40 | asciidoctor (0.1.4) |
40 | 41 | awesome_print (1.2.0) |
41 | - axiom-types (0.0.5) | |
42 | - descendants_tracker (~> 0.0.1) | |
43 | - ice_nine (~> 0.9) | |
44 | - bcrypt (3.1.7) | |
45 | - better_errors (1.0.1) | |
42 | + axiom-types (0.1.1) | |
43 | + descendants_tracker (~> 0.0.4) | |
44 | + ice_nine (~> 0.11.0) | |
45 | + thread_safe (~> 0.3, >= 0.3.1) | |
46 | + bcrypt (3.1.9) | |
47 | + better_errors (2.0.0) | |
46 | 48 | coderay (>= 1.0.0) |
47 | 49 | erubis (>= 2.6.6) |
50 | + rack (>= 0.9.0) | |
48 | 51 | binding_of_caller (0.7.2) |
49 | 52 | debug_inspector (>= 0.0.1) |
50 | - bootstrap-sass (3.0.3.0) | |
53 | + bootstrap-sass (3.3.1.0) | |
51 | 54 | sass (~> 3.2) |
52 | 55 | builder (3.2.2) |
53 | 56 | capybara (2.2.1) |
... | ... | @@ -56,46 +59,48 @@ GEM |
56 | 59 | rack (>= 1.0.0) |
57 | 60 | rack-test (>= 0.5.4) |
58 | 61 | xpath (~> 2.0) |
59 | - carrierwave (0.9.0) | |
62 | + carrierwave (0.10.0) | |
60 | 63 | activemodel (>= 3.2.0) |
61 | 64 | activesupport (>= 3.2.0) |
62 | 65 | json (>= 1.7) |
63 | - celluloid (0.15.2) | |
64 | - timers (~> 1.1.0) | |
66 | + mime-types (>= 1.16) | |
67 | + celluloid (0.16.0) | |
68 | + timers (~> 4.0.0) | |
65 | 69 | charlock_holmes (0.6.9.4) |
66 | 70 | cliver (0.3.2) |
67 | - code_analyzer (0.4.3) | |
71 | + code_analyzer (0.4.5) | |
68 | 72 | sexp_processor |
69 | 73 | coderay (1.1.0) |
70 | 74 | coercible (1.0.0) |
71 | 75 | descendants_tracker (~> 0.0.1) |
72 | - coffee-rails (4.0.1) | |
76 | + coffee-rails (4.1.0) | |
73 | 77 | coffee-script (>= 2.2.0) |
74 | 78 | railties (>= 4.0.0, < 5.0) |
75 | - coffee-script (2.2.0) | |
79 | + coffee-script (2.3.0) | |
76 | 80 | coffee-script-source |
77 | 81 | execjs |
78 | - coffee-script-source (1.6.3) | |
82 | + coffee-script-source (1.8.0) | |
79 | 83 | colored (1.2) |
80 | - colorize (0.5.8) | |
81 | - connection_pool (1.2.0) | |
82 | - coveralls (0.7.0) | |
84 | + colorize (0.7.3) | |
85 | + connection_pool (2.1.0) | |
86 | + coveralls (0.7.1) | |
83 | 87 | multi_json (~> 1.3) |
84 | 88 | rest-client |
85 | 89 | simplecov (>= 0.7) |
86 | 90 | term-ansicolor |
87 | 91 | thor |
88 | - crack (0.4.1) | |
89 | - safe_yaml (~> 0.9.0) | |
92 | + crack (0.4.2) | |
93 | + safe_yaml (~> 1.0.0) | |
90 | 94 | creole (0.3.8) |
91 | 95 | d3_rails (3.1.10) |
92 | 96 | railties (>= 3.1.0) |
93 | 97 | daemons (1.1.9) |
94 | 98 | database_cleaner (1.3.0) |
95 | 99 | debug_inspector (0.0.2) |
96 | - default_value_for (3.0.0) | |
100 | + default_value_for (3.0.0.1) | |
97 | 101 | activerecord (>= 3.2.0, < 5.0) |
98 | - descendants_tracker (0.0.3) | |
102 | + descendants_tracker (0.0.4) | |
103 | + thread_safe (~> 0.3, >= 0.3.1) | |
99 | 104 | devise (3.2.4) |
100 | 105 | bcrypt (~> 3.0) |
101 | 106 | orm_adapter (~> 0.1) |
... | ... | @@ -105,64 +110,103 @@ GEM |
105 | 110 | devise-async (0.9.0) |
106 | 111 | devise (~> 3.2) |
107 | 112 | diff-lcs (1.2.5) |
108 | - diffy (3.0.3) | |
113 | + diffy (3.0.7) | |
109 | 114 | docile (1.1.5) |
110 | - dotenv (0.9.0) | |
111 | - dropzonejs-rails (0.4.14) | |
115 | + dotenv (1.0.2) | |
116 | + dropzonejs-rails (0.5.2) | |
112 | 117 | rails (> 3.1) |
113 | - email_spec (1.5.0) | |
118 | + email_spec (1.6.0) | |
114 | 119 | launchy (~> 2.1) |
115 | 120 | mail (~> 2.2) |
116 | 121 | emoji (1.0.1) |
117 | 122 | json |
118 | - enumerize (0.7.0) | |
123 | + enumerize (0.8.0) | |
119 | 124 | activesupport (>= 3.2) |
120 | - equalizer (0.0.8) | |
125 | + equalizer (0.0.9) | |
121 | 126 | erubis (2.7.0) |
122 | 127 | escape_utils (0.2.4) |
123 | 128 | eventmachine (1.0.3) |
124 | - excon (0.32.1) | |
125 | - execjs (2.0.2) | |
129 | + excon (0.41.0) | |
130 | + execjs (2.2.2) | |
126 | 131 | expression_parser (0.9.0) |
127 | - factory_girl (4.3.0) | |
132 | + factory_girl (4.5.0) | |
128 | 133 | activesupport (>= 3.0.0) |
129 | - factory_girl_rails (4.3.0) | |
130 | - factory_girl (~> 4.3.0) | |
134 | + factory_girl_rails (4.5.0) | |
135 | + factory_girl (~> 4.5.0) | |
131 | 136 | railties (>= 3.0.0) |
132 | 137 | faraday (0.8.9) |
133 | 138 | multipart-post (~> 1.2.0) |
134 | - faraday_middleware (0.9.0) | |
135 | - faraday (>= 0.7.4, < 0.9) | |
136 | - ffaker (1.22.1) | |
137 | - ffi (1.9.3) | |
138 | - fog (1.21.0) | |
139 | - fog-brightbox | |
140 | - fog-core (~> 1.21, >= 1.21.1) | |
139 | + faraday_middleware (0.9.1) | |
140 | + faraday (>= 0.7.4, < 0.10) | |
141 | + ffaker (1.25.0) | |
142 | + ffi (1.9.6) | |
143 | + fission (0.5.0) | |
144 | + CFPropertyList (~> 2.2) | |
145 | + fog (1.25.0) | |
146 | + fog-brightbox (~> 0.4) | |
147 | + fog-core (~> 1.25) | |
141 | 148 | fog-json |
149 | + fog-profitbricks | |
150 | + fog-radosgw (>= 0.0.2) | |
151 | + fog-sakuracloud (>= 0.0.4) | |
152 | + fog-softlayer | |
153 | + fog-terremark | |
154 | + fog-vmfusion | |
155 | + fog-voxel | |
156 | + fog-xml (~> 0.1.1) | |
157 | + ipaddress (~> 0.5) | |
142 | 158 | nokogiri (~> 1.5, >= 1.5.11) |
143 | - fog-brightbox (0.0.1) | |
144 | - fog-core | |
159 | + opennebula | |
160 | + fog-brightbox (0.7.0) | |
161 | + fog-core (~> 1.22) | |
145 | 162 | fog-json |
146 | - fog-core (1.21.1) | |
163 | + inflecto (~> 0.0.2) | |
164 | + fog-core (1.25.0) | |
147 | 165 | builder |
148 | - excon (~> 0.32) | |
149 | - formatador (~> 0.2.0) | |
166 | + excon (~> 0.38) | |
167 | + formatador (~> 0.2) | |
150 | 168 | mime-types |
151 | 169 | net-scp (~> 1.1) |
152 | 170 | net-ssh (>= 2.1.3) |
153 | 171 | fog-json (1.0.0) |
154 | 172 | multi_json (~> 1.0) |
173 | + fog-profitbricks (0.0.1) | |
174 | + fog-core | |
175 | + fog-xml | |
176 | + nokogiri | |
177 | + fog-radosgw (0.0.3) | |
178 | + fog-core (>= 1.21.0) | |
179 | + fog-json | |
180 | + fog-xml (>= 0.0.1) | |
181 | + fog-sakuracloud (0.1.1) | |
182 | + fog-core | |
183 | + fog-json | |
184 | + fog-softlayer (0.3.24) | |
185 | + fog-core | |
186 | + fog-json | |
187 | + fog-terremark (0.0.3) | |
188 | + fog-core | |
189 | + fog-xml | |
190 | + fog-vmfusion (0.0.1) | |
191 | + fission | |
192 | + fog-core | |
193 | + fog-voxel (0.0.1) | |
194 | + fog-core | |
195 | + fog-xml | |
196 | + fog-xml (0.1.1) | |
197 | + fog-core | |
198 | + nokogiri (~> 1.5, >= 1.5.11) | |
155 | 199 | font-awesome-rails (4.2.0.0) |
156 | 200 | railties (>= 3.2, < 5.0) |
157 | - foreman (0.63.0) | |
158 | - dotenv (>= 0.7) | |
159 | - thor (>= 0.13.6) | |
160 | - formatador (0.2.4) | |
201 | + foreman (0.76.0) | |
202 | + dotenv (~> 1.0.2) | |
203 | + thor (~> 0.19.1) | |
204 | + formatador (0.2.5) | |
161 | 205 | gemnasium-gitlab-service (0.2.2) |
162 | 206 | rugged (~> 0.19) |
163 | - gherkin-ruby (0.3.1) | |
164 | - racc | |
165 | - github-markup (1.1.0) | |
207 | + gherkin-ruby (0.3.2) | |
208 | + github-markup (1.1.2) | |
209 | + posix-spawn (~> 0.3.8) | |
166 | 210 | gitlab-flowdock-git-hook (0.4.2.2) |
167 | 211 | gitlab-grit (>= 2.4.1) |
168 | 212 | multi_json |
... | ... | @@ -197,7 +241,7 @@ GEM |
197 | 241 | rouge (~> 1.3.3) |
198 | 242 | sanitize (~> 2.1.0) |
199 | 243 | stringex (~> 2.5.1) |
200 | - gon (5.0.1) | |
244 | + gon (5.0.4) | |
201 | 245 | actionpack (>= 2.3.0) |
202 | 246 | json |
203 | 247 | grape (0.6.1) |
... | ... | @@ -210,20 +254,20 @@ GEM |
210 | 254 | rack-accept |
211 | 255 | rack-mount |
212 | 256 | virtus (>= 1.0.0) |
213 | - grape-entity (0.4.2) | |
257 | + grape-entity (0.4.4) | |
214 | 258 | activesupport |
215 | 259 | multi_json (>= 1.3.2) |
216 | 260 | growl (1.0.3) |
217 | - guard (2.2.4) | |
261 | + guard (2.9.0) | |
218 | 262 | formatador (>= 0.2.4) |
219 | - listen (~> 2.1) | |
263 | + listen (~> 2.7) | |
220 | 264 | lumberjack (~> 1.0) |
221 | 265 | pry (>= 0.9.12) |
222 | 266 | thor (>= 0.18.1) |
223 | - guard-rspec (4.2.0) | |
224 | - guard (>= 2.1.1) | |
267 | + guard-rspec (4.3.1) | |
268 | + guard (~> 2.1) | |
225 | 269 | rspec (>= 2.14, < 4.0) |
226 | - guard-spinach (0.0.2) | |
270 | + guard-spinach (0.0.3) | |
227 | 271 | guard (>= 1.1) |
228 | 272 | spinach |
229 | 273 | haml (4.0.5) |
... | ... | @@ -237,7 +281,7 @@ GEM |
237 | 281 | hike (1.2.3) |
238 | 282 | hipchat (0.14.0) |
239 | 283 | httparty |
240 | - httparty | |
284 | + hitimes (1.2.2) | |
241 | 285 | html-pipeline (1.11.0) |
242 | 286 | activesupport (>= 2) |
243 | 287 | nokogiri (~> 1.4) |
... | ... | @@ -247,28 +291,30 @@ GEM |
247 | 291 | html-pipeline (~> 1.11.0) |
248 | 292 | sanitize (~> 2.1) |
249 | 293 | http_parser.rb (0.5.3) |
250 | - httparty (0.13.0) | |
294 | + httparty (0.13.3) | |
251 | 295 | json (~> 1.8) |
252 | 296 | multi_xml (>= 0.5.2) |
253 | 297 | httpauth (0.2.1) |
254 | 298 | i18n (0.6.11) |
255 | - ice_nine (0.10.0) | |
299 | + ice_nine (0.11.0) | |
300 | + inflecto (0.0.2) | |
301 | + ipaddress (0.8.0) | |
256 | 302 | jasmine (2.0.2) |
257 | 303 | jasmine-core (~> 2.0.0) |
258 | 304 | phantomjs |
259 | 305 | rack (>= 1.2.1) |
260 | 306 | rake |
261 | - jasmine-core (2.0.0) | |
307 | + jasmine-core (2.0.2) | |
262 | 308 | jquery-atwho-rails (0.3.3) |
263 | - jquery-rails (3.1.0) | |
309 | + jquery-rails (3.1.2) | |
264 | 310 | railties (>= 3.0, < 5.0) |
265 | 311 | thor (>= 0.14, < 2.0) |
266 | 312 | jquery-scrollto-rails (1.4.3) |
267 | 313 | railties (> 3.1, < 5.0) |
268 | - jquery-turbolinks (2.0.1) | |
314 | + jquery-turbolinks (2.1.0) | |
269 | 315 | railties (>= 3.1.0) |
270 | 316 | turbolinks |
271 | - jquery-ui-rails (4.2.1) | |
317 | + jquery-ui-rails (5.0.2) | |
272 | 318 | railties (>= 3.2.16) |
273 | 319 | json (1.8.1) |
274 | 320 | jwt (0.1.13) |
... | ... | @@ -276,37 +322,37 @@ GEM |
276 | 322 | kaminari (0.15.1) |
277 | 323 | actionpack (>= 3.0.0) |
278 | 324 | activesupport (>= 3.0.0) |
279 | - kgio (2.8.1) | |
280 | - launchy (2.4.2) | |
325 | + kgio (2.9.2) | |
326 | + launchy (2.4.3) | |
281 | 327 | addressable (~> 2.3) |
282 | - letter_opener (1.1.2) | |
328 | + letter_opener (1.2.0) | |
283 | 329 | launchy (~> 2.2) |
284 | - libv8 (3.16.14.3) | |
285 | - listen (2.3.1) | |
330 | + libv8 (3.16.14.7) | |
331 | + listen (2.8.3) | |
286 | 332 | celluloid (>= 0.15.2) |
287 | 333 | rb-fsevent (>= 0.9.3) |
288 | 334 | rb-inotify (>= 0.9) |
289 | - lumberjack (1.0.4) | |
290 | - mail (2.5.4) | |
291 | - mime-types (~> 1.16) | |
292 | - treetop (~> 1.4.8) | |
335 | + lumberjack (1.0.9) | |
336 | + mail (2.6.3) | |
337 | + mime-types (>= 1.16, < 3) | |
293 | 338 | method_source (0.8.2) |
294 | 339 | mime-types (1.25.1) |
295 | - mini_portile (0.6.0) | |
340 | + mini_portile (0.6.1) | |
296 | 341 | minitest (5.3.5) |
297 | 342 | mousetrap-rails (1.4.6) |
298 | 343 | multi_json (1.10.1) |
299 | 344 | multi_xml (0.5.5) |
300 | 345 | multipart-post (1.2.0) |
301 | - mysql2 (0.3.16) | |
346 | + mysql2 (0.3.17) | |
302 | 347 | net-ldap (0.9.0) |
303 | - net-scp (1.1.2) | |
348 | + net-scp (1.2.1) | |
304 | 349 | net-ssh (>= 2.6.5) |
305 | - net-ssh (2.8.0) | |
306 | - newrelic_rpm (3.9.4.245) | |
307 | - nokogiri (1.6.2.1) | |
308 | - mini_portile (= 0.6.0) | |
309 | - nprogress-rails (0.1.2.3) | |
350 | + net-ssh (2.9.1) | |
351 | + netrc (0.8.0) | |
352 | + newrelic_rpm (3.9.7.266) | |
353 | + nokogiri (1.6.5) | |
354 | + mini_portile (~> 0.6.0) | |
355 | + nprogress-rails (0.1.6.3) | |
310 | 356 | oauth (0.4.7) |
311 | 357 | oauth2 (0.8.1) |
312 | 358 | faraday (~> 0.8) |
... | ... | @@ -317,10 +363,10 @@ GEM |
317 | 363 | omniauth (1.1.4) |
318 | 364 | hashie (>= 1.2, < 3) |
319 | 365 | rack |
320 | - omniauth-github (1.1.1) | |
366 | + omniauth-github (1.1.2) | |
321 | 367 | omniauth (~> 1.0) |
322 | 368 | omniauth-oauth2 (~> 1.1) |
323 | - omniauth-google-oauth2 (0.2.5) | |
369 | + omniauth-google-oauth2 (0.2.6) | |
324 | 370 | omniauth (> 1.0) |
325 | 371 | omniauth-oauth2 (~> 1.1) |
326 | 372 | omniauth-oauth (1.0.1) |
... | ... | @@ -329,81 +375,88 @@ GEM |
329 | 375 | omniauth-oauth2 (1.1.1) |
330 | 376 | oauth2 (~> 0.8.0) |
331 | 377 | omniauth (~> 1.0) |
332 | - omniauth-shibboleth (1.1.1) | |
378 | + omniauth-shibboleth (1.2.0) | |
333 | 379 | omniauth (>= 1.0.0) |
334 | - omniauth-twitter (1.0.1) | |
380 | + omniauth-twitter (1.1.0) | |
335 | 381 | multi_json (~> 1.3) |
336 | 382 | omniauth-oauth (~> 1.0) |
383 | + opennebula (4.10.1) | |
384 | + json | |
385 | + nokogiri | |
386 | + rbvmomi | |
337 | 387 | org-ruby (0.9.9) |
338 | 388 | rubypants (~> 0.2) |
339 | 389 | orm_adapter (0.5.0) |
340 | - pg (0.15.1) | |
341 | - phantomjs (1.9.2.0) | |
390 | + pg (0.17.1) | |
391 | + phantomjs (1.9.7.1) | |
342 | 392 | poltergeist (1.5.1) |
343 | 393 | capybara (~> 2.1) |
344 | 394 | cliver (~> 0.3.1) |
345 | 395 | multi_json (~> 1.0) |
346 | 396 | websocket-driver (>= 0.2.0) |
347 | - polyglot (0.3.4) | |
348 | 397 | posix-spawn (0.3.9) |
349 | - pry (0.9.12.4) | |
350 | - coderay (~> 1.0) | |
351 | - method_source (~> 0.8) | |
398 | + pry (0.10.1) | |
399 | + coderay (~> 1.1.0) | |
400 | + method_source (~> 0.8.1) | |
352 | 401 | slop (~> 3.4) |
353 | 402 | pyu-ruby-sasl (0.0.3.3) |
354 | - quiet_assets (1.0.2) | |
403 | + quiet_assets (1.0.3) | |
355 | 404 | railties (>= 3.1, < 5.0) |
356 | - racc (1.4.10) | |
357 | 405 | rack (1.5.2) |
358 | 406 | rack-accept (0.4.5) |
359 | 407 | rack (>= 0.4) |
360 | - rack-attack (2.3.0) | |
408 | + rack-attack (4.2.0) | |
361 | 409 | rack |
362 | 410 | rack-cors (0.2.9) |
363 | - rack-mini-profiler (0.9.0) | |
411 | + rack-mini-profiler (0.9.2) | |
364 | 412 | rack (>= 1.1.3) |
365 | 413 | rack-mount (0.8.3) |
366 | 414 | rack (>= 1.0.0) |
367 | - rack-protection (1.5.1) | |
415 | + rack-protection (1.5.3) | |
368 | 416 | rack |
369 | 417 | rack-test (0.6.2) |
370 | 418 | rack (>= 1.0) |
371 | - rails (4.1.1) | |
372 | - actionmailer (= 4.1.1) | |
373 | - actionpack (= 4.1.1) | |
374 | - actionview (= 4.1.1) | |
375 | - activemodel (= 4.1.1) | |
376 | - activerecord (= 4.1.1) | |
377 | - activesupport (= 4.1.1) | |
419 | + rails (4.1.8) | |
420 | + actionmailer (= 4.1.8) | |
421 | + actionpack (= 4.1.8) | |
422 | + actionview (= 4.1.8) | |
423 | + activemodel (= 4.1.8) | |
424 | + activerecord (= 4.1.8) | |
425 | + activesupport (= 4.1.8) | |
378 | 426 | bundler (>= 1.3.0, < 2.0) |
379 | - railties (= 4.1.1) | |
427 | + railties (= 4.1.8) | |
380 | 428 | sprockets-rails (~> 2.0) |
381 | 429 | rails_autolink (1.1.6) |
382 | 430 | rails (> 3.1) |
383 | - rails_best_practices (1.14.4) | |
431 | + rails_best_practices (1.15.4) | |
384 | 432 | activesupport |
385 | 433 | awesome_print |
386 | 434 | code_analyzer (>= 0.4.3) |
387 | 435 | colored |
388 | 436 | erubis |
389 | 437 | i18n |
438 | + json | |
390 | 439 | require_all |
391 | 440 | ruby-progressbar |
392 | - railties (4.1.1) | |
393 | - actionpack (= 4.1.1) | |
394 | - activesupport (= 4.1.1) | |
441 | + railties (4.1.8) | |
442 | + actionpack (= 4.1.8) | |
443 | + activesupport (= 4.1.8) | |
395 | 444 | rake (>= 0.8.7) |
396 | 445 | thor (>= 0.18.1, < 2.0) |
397 | - raindrops (0.12.0) | |
398 | - rake (10.3.2) | |
446 | + raindrops (0.13.0) | |
447 | + rake (10.4.0) | |
399 | 448 | raphael-rails (2.1.2) |
400 | - rb-fsevent (0.9.3) | |
401 | - rb-inotify (0.9.2) | |
449 | + rb-fsevent (0.9.4) | |
450 | + rb-inotify (0.9.5) | |
402 | 451 | ffi (>= 0.5.0) |
452 | + rbvmomi (1.8.2) | |
453 | + builder | |
454 | + nokogiri (>= 1.4.1) | |
455 | + trollop | |
403 | 456 | rdoc (3.12.2) |
404 | 457 | json (~> 1.4) |
405 | 458 | redcarpet (3.1.2) |
406 | - redis (3.0.6) | |
459 | + redis (3.1.0) | |
407 | 460 | redis-actionpack (4.0.0) |
408 | 461 | actionpack (~> 4) |
409 | 462 | redis-rack (~> 1.5.0) |
... | ... | @@ -411,8 +464,8 @@ GEM |
411 | 464 | redis-activesupport (4.0.0) |
412 | 465 | activesupport (~> 4) |
413 | 466 | redis-store (~> 1.1.0) |
414 | - redis-namespace (1.4.1) | |
415 | - redis (~> 3.0.4) | |
467 | + redis-namespace (1.5.1) | |
468 | + redis (~> 3.0, >= 3.0.4) | |
416 | 469 | redis-rack (1.5.0) |
417 | 470 | rack (~> 1.5) |
418 | 471 | redis-store (~> 1.1.0) |
... | ... | @@ -423,52 +476,58 @@ GEM |
423 | 476 | redis-store (1.1.4) |
424 | 477 | redis (>= 2.2) |
425 | 478 | ref (1.0.5) |
426 | - request_store (1.0.5) | |
479 | + request_store (1.1.0) | |
427 | 480 | require_all (1.3.2) |
428 | - rest-client (1.6.7) | |
429 | - mime-types (>= 1.16) | |
481 | + rest-client (1.7.2) | |
482 | + mime-types (>= 1.16, < 3.0) | |
483 | + netrc (~> 0.7) | |
430 | 484 | rinku (1.7.3) |
431 | - rouge (1.3.3) | |
432 | - rspec (2.14.1) | |
433 | - rspec-core (~> 2.14.0) | |
434 | - rspec-expectations (~> 2.14.0) | |
435 | - rspec-mocks (~> 2.14.0) | |
436 | - rspec-core (2.14.7) | |
437 | - rspec-expectations (2.14.4) | |
438 | - diff-lcs (>= 1.1.3, < 2.0) | |
439 | - rspec-mocks (2.14.4) | |
440 | - rspec-rails (2.14.0) | |
485 | + rouge (1.3.4) | |
486 | + rspec (3.1.0) | |
487 | + rspec-core (~> 3.1.0) | |
488 | + rspec-expectations (~> 3.1.0) | |
489 | + rspec-mocks (~> 3.1.0) | |
490 | + rspec-core (3.1.7) | |
491 | + rspec-support (~> 3.1.0) | |
492 | + rspec-expectations (3.1.2) | |
493 | + diff-lcs (>= 1.2.0, < 2.0) | |
494 | + rspec-support (~> 3.1.0) | |
495 | + rspec-mocks (3.1.3) | |
496 | + rspec-support (~> 3.1.0) | |
497 | + rspec-rails (3.1.0) | |
441 | 498 | actionpack (>= 3.0) |
442 | 499 | activesupport (>= 3.0) |
443 | 500 | railties (>= 3.0) |
444 | - rspec-core (~> 2.14.0) | |
445 | - rspec-expectations (~> 2.14.0) | |
446 | - rspec-mocks (~> 2.14.0) | |
447 | - ruby-progressbar (1.2.0) | |
501 | + rspec-core (~> 3.1.0) | |
502 | + rspec-expectations (~> 3.1.0) | |
503 | + rspec-mocks (~> 3.1.0) | |
504 | + rspec-support (~> 3.1.0) | |
505 | + rspec-support (3.1.2) | |
506 | + ruby-progressbar (1.7.0) | |
448 | 507 | rubyntlm (0.4.0) |
449 | 508 | rubypants (0.2.0) |
450 | - rugged (0.21.0) | |
451 | - safe_yaml (0.9.7) | |
509 | + rugged (0.21.2) | |
510 | + safe_yaml (1.0.4) | |
452 | 511 | sanitize (2.1.0) |
453 | 512 | nokogiri (>= 1.4.4) |
454 | 513 | sass (3.2.19) |
455 | - sass-rails (4.0.3) | |
514 | + sass-rails (4.0.5) | |
456 | 515 | railties (>= 4.0.0, < 5.0) |
457 | - sass (~> 3.2.0) | |
458 | - sprockets (~> 2.8, <= 2.11.0) | |
516 | + sass (~> 3.2.2) | |
517 | + sprockets (~> 2.8, < 3.0) | |
459 | 518 | sprockets-rails (~> 2.0) |
460 | 519 | sdoc (0.3.20) |
461 | 520 | json (>= 1.1.3) |
462 | 521 | rdoc (~> 3.10) |
463 | - seed-fu (2.3.1) | |
522 | + seed-fu (2.3.3) | |
464 | 523 | activerecord (>= 3.1, < 4.2) |
465 | 524 | activesupport (>= 3.1, < 4.2) |
466 | - select2-rails (3.5.2) | |
525 | + select2-rails (3.5.9.1) | |
467 | 526 | thor (~> 0.14) |
468 | 527 | semantic-ui-sass (0.16.1.0) |
469 | 528 | sass (~> 3.2) |
470 | 529 | settingslogic (2.0.9) |
471 | - sexp_processor (4.4.0) | |
530 | + sexp_processor (4.4.4) | |
472 | 531 | shoulda-matchers (2.1.0) |
473 | 532 | activesupport (>= 3.0.0) |
474 | 533 | sidekiq (2.17.0) |
... | ... | @@ -478,24 +537,25 @@ GEM |
478 | 537 | redis (>= 3.0.4) |
479 | 538 | redis-namespace (>= 1.3.1) |
480 | 539 | simple_oauth (0.1.9) |
481 | - simplecov (0.9.0) | |
540 | + simplecov (0.9.1) | |
482 | 541 | docile (~> 1.1.0) |
483 | - multi_json | |
542 | + multi_json (~> 1.0) | |
484 | 543 | simplecov-html (~> 0.8.0) |
485 | 544 | simplecov-html (0.8.0) |
486 | - sinatra (1.4.4) | |
545 | + sinatra (1.4.5) | |
487 | 546 | rack (~> 1.4) |
488 | 547 | rack-protection (~> 1.4) |
489 | 548 | tilt (~> 1.3, >= 1.3.4) |
490 | 549 | six (0.2.0) |
491 | 550 | slack-notifier (1.0.0) |
492 | - slim (2.0.2) | |
493 | - temple (~> 0.6.6) | |
551 | + slim (2.1.0) | |
552 | + temple (~> 0.6.9) | |
494 | 553 | tilt (>= 1.3.3, < 2.1) |
495 | - slop (3.4.7) | |
496 | - spinach (0.8.7) | |
497 | - colorize (= 0.5.8) | |
498 | - gherkin-ruby (>= 0.3.1) | |
554 | + slop (3.6.0) | |
555 | + spinach (0.8.10) | |
556 | + colorize | |
557 | + gherkin-ruby (>= 0.3.2) | |
558 | + json | |
499 | 559 | spinach-rails (0.2.1) |
500 | 560 | capybara (>= 2.0.0) |
501 | 561 | railties (>= 3) |
... | ... | @@ -505,47 +565,47 @@ GEM |
505 | 565 | spring (>= 0.9.1) |
506 | 566 | spring-commands-spinach (1.0.0) |
507 | 567 | spring (>= 0.9.1) |
508 | - sprockets (2.11.0) | |
568 | + sprockets (2.12.3) | |
509 | 569 | hike (~> 1.2) |
510 | 570 | multi_json (~> 1.0) |
511 | 571 | rack (~> 1.0) |
512 | 572 | tilt (~> 1.1, != 1.3.0) |
513 | - sprockets-rails (2.1.3) | |
573 | + sprockets-rails (2.2.1) | |
514 | 574 | actionpack (>= 3.0) |
515 | 575 | activesupport (>= 3.0) |
516 | - sprockets (~> 2.8) | |
517 | - stamp (0.5.0) | |
576 | + sprockets (>= 2.8, < 4.0) | |
577 | + stamp (0.6.0) | |
518 | 578 | state_machine (1.2.0) |
519 | - stringex (2.5.1) | |
520 | - temple (0.6.7) | |
521 | - term-ansicolor (1.2.2) | |
522 | - tins (~> 0.8) | |
523 | - test_after_commit (0.2.2) | |
524 | - therubyracer (0.12.0) | |
579 | + stringex (2.5.2) | |
580 | + temple (0.6.10) | |
581 | + term-ansicolor (1.3.0) | |
582 | + tins (~> 1.0) | |
583 | + test_after_commit (0.4.0) | |
584 | + activerecord (>= 3.2) | |
585 | + therubyracer (0.12.1) | |
525 | 586 | libv8 (~> 3.16.14.0) |
526 | 587 | ref |
527 | - thin (1.6.1) | |
528 | - daemons (>= 1.0.9) | |
529 | - eventmachine (>= 1.0.0) | |
530 | - rack (>= 1.0.0) | |
588 | + thin (1.6.3) | |
589 | + daemons (~> 1.0, >= 1.0.9) | |
590 | + eventmachine (~> 1.0) | |
591 | + rack (~> 1.0) | |
531 | 592 | thor (0.19.1) |
532 | 593 | thread_safe (0.3.4) |
533 | 594 | tilt (1.4.1) |
534 | - timers (1.1.0) | |
535 | - tinder (1.9.3) | |
595 | + timers (4.0.1) | |
596 | + hitimes | |
597 | + tinder (1.9.4) | |
536 | 598 | eventmachine (~> 1.0) |
537 | - faraday (~> 0.8) | |
599 | + faraday (~> 0.8.9) | |
538 | 600 | faraday_middleware (~> 0.9) |
539 | 601 | hashie (>= 1.0, < 3) |
540 | 602 | json (~> 1.8.0) |
541 | 603 | mime-types (~> 1.19) |
542 | 604 | multi_json (~> 1.7) |
543 | 605 | twitter-stream (~> 0.1) |
544 | - tins (0.13.1) | |
545 | - treetop (1.4.15) | |
546 | - polyglot | |
547 | - polyglot (>= 0.3.1) | |
548 | - turbolinks (2.0.0) | |
606 | + tins (1.3.3) | |
607 | + trollop (2.0) | |
608 | + turbolinks (2.5.2) | |
549 | 609 | coffee-rails |
550 | 610 | twitter-stream (0.1.16) |
551 | 611 | eventmachine (>= 0.12.8) |
... | ... | @@ -553,7 +613,7 @@ GEM |
553 | 613 | simple_oauth (~> 0.1.4) |
554 | 614 | tzinfo (1.2.2) |
555 | 615 | thread_safe (~> 0.1) |
556 | - uglifier (2.3.2) | |
616 | + uglifier (2.5.3) | |
557 | 617 | execjs (>= 0.3.0) |
558 | 618 | json (>= 1.8.0) |
559 | 619 | underscore-rails (1.4.4) |
... | ... | @@ -567,17 +627,17 @@ GEM |
567 | 627 | unicorn-worker-killer (0.4.2) |
568 | 628 | unicorn (~> 4) |
569 | 629 | version_sorter (1.1.0) |
570 | - virtus (1.0.1) | |
571 | - axiom-types (~> 0.0.5) | |
630 | + virtus (1.0.3) | |
631 | + axiom-types (~> 0.1) | |
572 | 632 | coercible (~> 1.0) |
573 | - descendants_tracker (~> 0.0.1) | |
574 | - equalizer (~> 0.0.7) | |
633 | + descendants_tracker (~> 0.0, >= 0.0.3) | |
634 | + equalizer (~> 0.0, >= 0.0.9) | |
575 | 635 | warden (1.2.3) |
576 | 636 | rack (>= 1.0) |
577 | - webmock (1.16.0) | |
578 | - addressable (>= 2.2.7) | |
637 | + webmock (1.20.4) | |
638 | + addressable (>= 2.3.6) | |
579 | 639 | crack (>= 0.3.2) |
580 | - websocket-driver (0.3.3) | |
640 | + websocket-driver (0.4.0) | |
581 | 641 | wikicloth (0.8.1) |
582 | 642 | builder |
583 | 643 | expression_parser | ... | ... |
No preview for this file type
vendor/cache/ace-rails-ap-2.0.1.gem
No preview for this file type
No preview for this file type
vendor/cache/actionmailer-4.1.1.gem
No preview for this file type
No preview for this file type
vendor/cache/actionpack-4.1.1.gem
No preview for this file type
No preview for this file type
vendor/cache/actionview-4.1.1.gem
No preview for this file type
No preview for this file type
vendor/cache/activemodel-4.1.1.gem
No preview for this file type
No preview for this file type
vendor/cache/activerecord-4.1.1.gem
No preview for this file type
No preview for this file type
vendor/cache/activesupport-4.1.1.gem
No preview for this file type
No preview for this file type
vendor/cache/acts-as-taggable-on-2.4.1.gem
No preview for this file type
No preview for this file type
vendor/cache/addressable-2.3.5.gem
No preview for this file type
No preview for this file type
vendor/cache/axiom-types-0.0.5.gem
No preview for this file type
No preview for this file type
vendor/cache/bcrypt-3.1.7.gem
No preview for this file type
No preview for this file type
vendor/cache/bootstrap-sass-3.0.3.0.gem
No preview for this file type
No preview for this file type
No preview for this file type
vendor/cache/carrierwave-0.9.0.gem
No preview for this file type
vendor/cache/celluloid-0.15.2.gem
No preview for this file type
No preview for this file type
vendor/cache/coffee-rails-4.0.1.gem
No preview for this file type
No preview for this file type
vendor/cache/coffee-script-2.2.0.gem
No preview for this file type
No preview for this file type
vendor/cache/coffee-script-source-1.6.3.gem
No preview for this file type
No preview for this file type
vendor/cache/connection_pool-1.2.0.gem
No preview for this file type
No preview for this file type
No preview for this file type
vendor/cache/default_value_for-3.0.0.gem
No preview for this file type
vendor/cache/descendants_tracker-0.0.3.gem
No preview for this file type
No preview for this file type
vendor/cache/diffy-3.0.3.gem
No preview for this file type
No preview for this file type
vendor/cache/dotenv-0.9.0.gem
No preview for this file type
No preview for this file type
vendor/cache/dropzonejs-rails-0.4.14.gem
No preview for this file type
No preview for this file type
vendor/cache/enumerize-0.7.0.gem
No preview for this file type
No preview for this file type
vendor/cache/equalizer-0.0.8.gem
No preview for this file type
No preview for this file type
vendor/cache/excon-0.32.1.gem
No preview for this file type
No preview for this file type
vendor/cache/execjs-2.0.2.gem
No preview for this file type
No preview for this file type
vendor/cache/faraday_middleware-0.9.0.gem
No preview for this file type
No preview for this file type
No preview for this file type
vendor/cache/fog-1.21.0.gem
No preview for this file type
No preview for this file type
vendor/cache/fog-brightbox-0.0.1.gem
No preview for this file type
No preview for this file type
vendor/cache/fog-core-1.21.1.gem
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
vendor/cache/foreman-0.63.0.gem
No preview for this file type
No preview for this file type
vendor/cache/formatador-0.2.4.gem
No preview for this file type
No preview for this file type
vendor/cache/github-markup-1.1.0.gem
No preview for this file type
No preview for this file type
vendor/cache/gon-5.0.1.gem
No preview for this file type
No preview for this file type
vendor/cache/grape-entity-0.4.2.gem
No preview for this file type
No preview for this file type
No preview for this file type
vendor/cache/httparty-0.13.0.gem
No preview for this file type
No preview for this file type
vendor/cache/ice_nine-0.10.0.gem
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
vendor/cache/jquery-rails-3.1.0.gem
No preview for this file type
No preview for this file type
vendor/cache/jquery-turbolinks-2.0.1.gem
No preview for this file type
No preview for this file type
vendor/cache/jquery-ui-rails-4.2.1.gem
No preview for this file type
No preview for this file type
vendor/cache/kgio-2.8.1.gem
No preview for this file type
No preview for this file type
vendor/cache/libv8-3.16.14.3-x86_64-linux.gem
No preview for this file type
No preview for this file type
vendor/cache/mail-2.5.4.gem
No preview for this file type
No preview for this file type
vendor/cache/mini_portile-0.6.0.gem
No preview for this file type
No preview for this file type
vendor/cache/mysql2-0.3.16.gem
No preview for this file type
No preview for this file type
vendor/cache/net-scp-1.1.2.gem
No preview for this file type
No preview for this file type
vendor/cache/net-ssh-2.8.0.gem
No preview for this file type
No preview for this file type
vendor/cache/newrelic_rpm-3.9.4.245.gem
No preview for this file type
No preview for this file type
vendor/cache/nokogiri-1.6.2.1.gem
No preview for this file type
No preview for this file type
vendor/cache/nprogress-rails-0.1.2.3.gem
No preview for this file type
No preview for this file type
vendor/cache/omniauth-github-1.1.1.gem
No preview for this file type
No preview for this file type
vendor/cache/omniauth-google-oauth2-0.2.5.gem
No preview for this file type
No preview for this file type
vendor/cache/omniauth-shibboleth-1.1.1.gem
No preview for this file type
No preview for this file type
vendor/cache/omniauth-twitter-1.0.1.gem
No preview for this file type
No preview for this file type
No preview for this file type
vendor/cache/pg-0.15.1.gem
No preview for this file type
No preview for this file type
vendor/cache/polyglot-0.3.4.gem
No preview for this file type
vendor/cache/rack-attack-2.3.0.gem
No preview for this file type
No preview for this file type
vendor/cache/rack-protection-1.5.1.gem
No preview for this file type
No preview for this file type
vendor/cache/rails-4.1.1.gem
No preview for this file type
No preview for this file type
vendor/cache/railties-4.1.1.gem
No preview for this file type
No preview for this file type
vendor/cache/raindrops-0.12.0.gem
No preview for this file type
No preview for this file type
vendor/cache/rake-10.3.2.gem
No preview for this file type
No preview for this file type
No preview for this file type
vendor/cache/redis-3.0.6.gem
No preview for this file type
No preview for this file type
vendor/cache/redis-namespace-1.4.1.gem
No preview for this file type
No preview for this file type
vendor/cache/request_store-1.0.5.gem
No preview for this file type
No preview for this file type
vendor/cache/rouge-1.3.3.gem
No preview for this file type
No preview for this file type
vendor/cache/rugged-0.21.0.gem
No preview for this file type
No preview for this file type
vendor/cache/sass-rails-4.0.3.gem
No preview for this file type
No preview for this file type
vendor/cache/seed-fu-2.3.1.gem
No preview for this file type
No preview for this file type
vendor/cache/select2-rails-3.5.2.gem
No preview for this file type
No preview for this file type
vendor/cache/sinatra-1.4.4.gem
No preview for this file type
No preview for this file type
vendor/cache/slim-2.0.2.gem
No preview for this file type
No preview for this file type
vendor/cache/sprockets-2.11.0.gem
No preview for this file type
No preview for this file type
vendor/cache/sprockets-rails-2.1.3.gem
No preview for this file type
No preview for this file type
vendor/cache/stamp-0.5.0.gem
No preview for this file type
No preview for this file type
vendor/cache/stringex-2.5.1.gem
No preview for this file type
No preview for this file type
No preview for this file type
vendor/cache/temple-0.6.7.gem
No preview for this file type
vendor/cache/therubyracer-0.12.0.gem
No preview for this file type
No preview for this file type
vendor/cache/timers-1.1.0.gem
No preview for this file type
No preview for this file type
vendor/cache/tinder-1.9.3.gem
No preview for this file type
No preview for this file type
vendor/cache/treetop-1.4.15.gem
No preview for this file type
No preview for this file type
vendor/cache/turbolinks-2.0.0.gem
No preview for this file type
No preview for this file type
vendor/cache/uglifier-2.3.2.gem
No preview for this file type
No preview for this file type
vendor/cache/virtus-1.0.1.gem
No preview for this file type
No preview for this file type