master
  1GEM
  2  remote: https://rubygems.org/
  3  remote: https://rails-assets.org/
  4  specs:
  5    actioncable (5.0.5)
  6      actionpack (= 5.0.5)
  7      nio4r (>= 1.2, < 3.0)
  8      websocket-driver (~> 0.6.1)
  9    actionmailer (5.0.5)
 10      actionpack (= 5.0.5)
 11      actionview (= 5.0.5)
 12      activejob (= 5.0.5)
 13      mail (~> 2.5, >= 2.5.4)
 14      rails-dom-testing (~> 2.0)
 15    actionpack (5.0.5)
 16      actionview (= 5.0.5)
 17      activesupport (= 5.0.5)
 18      rack (~> 2.0)
 19      rack-test (~> 0.6.3)
 20      rails-dom-testing (~> 2.0)
 21      rails-html-sanitizer (~> 1.0, >= 1.0.2)
 22    actionview (5.0.5)
 23      activesupport (= 5.0.5)
 24      builder (~> 3.1)
 25      erubis (~> 2.7.0)
 26      rails-dom-testing (~> 2.0)
 27      rails-html-sanitizer (~> 1.0, >= 1.0.3)
 28    activejob (5.0.5)
 29      activesupport (= 5.0.5)
 30      globalid (>= 0.3.6)
 31    activemodel (5.0.5)
 32      activesupport (= 5.0.5)
 33    activerecord (5.0.5)
 34      activemodel (= 5.0.5)
 35      activesupport (= 5.0.5)
 36      arel (~> 7.0)
 37    activesupport (5.0.5)
 38      concurrent-ruby (~> 1.0, >= 1.0.2)
 39      i18n (~> 0.7)
 40      minitest (~> 5.1)
 41      tzinfo (~> 1.1)
 42    addressable (2.5.2)
 43      public_suffix (>= 2.0.2, < 4.0)
 44    airbrussh (1.3.0)
 45      sshkit (>= 1.6.1, != 1.7.0)
 46    arel (7.1.4)
 47    ast (2.3.0)
 48    axiom-types (0.1.1)
 49      descendants_tracker (~> 0.0.4)
 50      ice_nine (~> 0.11.0)
 51      thread_safe (~> 0.3, >= 0.3.1)
 52    bcrypt (3.1.11)
 53    bindex (0.5.0)
 54    brakeman (3.7.2)
 55    builder (3.2.3)
 56    bullet (5.6.1)
 57      activesupport (>= 3.0.0)
 58      uniform_notifier (~> 1.10.0)
 59    byebug (9.1.0)
 60    callsite (0.0.11)
 61    capistrano (3.7.2)
 62      airbrussh (>= 1.0.0)
 63      capistrano-harrow
 64      i18n
 65      rake (>= 10.0.0)
 66      sshkit (>= 1.9.0)
 67    capistrano-bundler (1.2.0)
 68      capistrano (~> 3.1)
 69      sshkit (~> 1.2)
 70    capistrano-harrow (0.5.3)
 71    capistrano-rails (1.3.0)
 72      capistrano (~> 3.1)
 73      capistrano-bundler (~> 1.1)
 74    capistrano-rbenv (2.1.1)
 75      capistrano (~> 3.1)
 76      sshkit (~> 1.3)
 77    capybara (2.15.1)
 78      addressable
 79      mini_mime (>= 0.1.3)
 80      nokogiri (>= 1.3.3)
 81      rack (>= 1.0.0)
 82      rack-test (>= 0.5.4)
 83      xpath (~> 2.0)
 84    carmen (1.0.2)
 85      activesupport (>= 3.0.0)
 86    chartkick (2.2.4)
 87    choice (0.2.0)
 88    cliver (0.3.2)
 89    coercible (1.0.0)
 90      descendants_tracker (~> 0.0.1)
 91    coffee-rails (4.2.2)
 92      coffee-script (>= 2.2.0)
 93      railties (>= 4.0.0)
 94    coffee-script (2.4.1)
 95      coffee-script-source
 96      execjs
 97    coffee-script-source (1.12.2)
 98    concurrent-ruby (1.0.5)
 99    connection_pool (2.2.1)
100    coveralls (0.8.19)
101      json (>= 1.8, < 3)
102      simplecov (~> 0.12.0)
103      term-ansicolor (~> 1.3)
104      thor (~> 0.19.1)
105      tins (~> 1.6)
106    crack (0.4.3)
107      safe_yaml (~> 1.0.0)
108    cucumber (2.4.0)
109      builder (>= 2.1.2)
110      cucumber-core (~> 1.5.0)
111      cucumber-wire (~> 0.0.1)
112      diff-lcs (>= 1.1.3)
113      gherkin (~> 4.0)
114      multi_json (>= 1.7.5, < 2.0)
115      multi_test (>= 0.1.2)
116    cucumber-core (1.5.0)
117      gherkin (~> 4.0)
118    cucumber-rails (1.5.0)
119      capybara (>= 1.1.2, < 3)
120      cucumber (>= 1.3.8, < 4)
121      mime-types (>= 1.17, < 4)
122      nokogiri (~> 1.5)
123      railties (>= 4, < 5.2)
124    cucumber-wire (0.0.1)
125    dalli (2.7.6)
126    database_cleaner (1.6.1)
127    descendants_tracker (0.0.4)
128      thread_safe (~> 0.3, >= 0.3.1)
129    diff-lcs (1.3)
130    docile (1.1.5)
131    dotenv (2.2.1)
132    dotenv-rails (2.2.1)
133      dotenv (= 2.2.1)
134      railties (>= 3.2, < 5.2)
135    easy_translate (0.5.0)
136      json
137      thread
138      thread_safe
139    eco (1.0.0)
140      coffee-script
141      eco-source
142      execjs
143    eco-source (1.1.0.rc.1)
144    email_validator (1.6.0)
145      activemodel
146    equalizer (0.0.11)
147    erubi (1.6.1)
148    erubis (2.7.0)
149    exception_notification (4.2.2)
150      actionmailer (>= 4.0, < 6)
151      activesupport (>= 4.0, < 6)
152    execjs (2.7.0)
153    factory_girl (4.8.0)
154      activesupport (>= 3.0.0)
155    factory_girl_rails (4.8.0)
156      factory_girl (~> 4.8.0)
157      railties (>= 3.0.0)
158    faraday (0.13.1)
159      multipart-post (>= 1.2, < 3)
160    faraday_middleware (0.12.2)
161      faraday (>= 0.7.4, < 1.0)
162    ffaker (2.6.0)
163    ffi (1.9.18)
164    flamegraph (0.9.5)
165    flipper (0.10.2)
166    flipper-redis (0.10.2)
167      flipper (~> 0.10.2)
168      redis (>= 2.2, < 4.0.0)
169    font-awesome-rails (4.7.0.2)
170      railties (>= 3.2, < 5.2)
171    foreman (0.84.0)
172      thor (~> 0.19.1)
173    gaffe (1.2.0)
174      rails (>= 4.0.0)
175    geocoder (1.4.4)
176    geokit (1.11.0)
177    geokit-rails (2.3.0)
178      geokit (~> 1.5)
179      rails (>= 3.0)
180    gherkin (4.1.3)
181    globalid (0.4.0)
182      activesupport (>= 4.2.0)
183    gon (6.1.0)
184      actionpack (>= 3.0)
185      json
186      multi_json
187      request_store (>= 1.0)
188    griddler (1.4.0)
189      htmlentities
190      rails (>= 3.2.0)
191    griddler-sendgrid (1.0.1)
192      griddler
193    groupdate (3.2.0)
194      activesupport (>= 3)
195    hashdiff (0.3.6)
196    highline (1.7.8)
197    htmlentities (4.3.4)
198    http_accept_language (2.1.1)
199    i18n (0.8.6)
200    i18n-tasks (0.9.18)
201      activesupport (>= 4.0.2)
202      ast (>= 2.1.0)
203      easy_translate (>= 0.5.0)
204      erubi
205      highline (>= 1.7.3)
206      i18n
207      parser (>= 2.2.3.0)
208      rainbow (~> 2.2)
209      terminal-table (>= 1.5.1)
210    ice_nine (0.11.2)
211    jbuilder (2.7.0)
212      activesupport (>= 4.2.0)
213      multi_json (>= 1.2)
214    jquery-rails (4.3.1)
215      rails-dom-testing (>= 1, < 3)
216      railties (>= 4.2.0)
217      thor (>= 0.14, < 2.0)
218    json (1.8.6)
219    jwt (1.5.6)
220    kaminari (1.0.1)
221      activesupport (>= 4.1.0)
222      kaminari-actionview (= 1.0.1)
223      kaminari-activerecord (= 1.0.1)
224      kaminari-core (= 1.0.1)
225    kaminari-actionview (1.0.1)
226      actionview
227      kaminari-core (= 1.0.1)
228    kaminari-activerecord (1.0.1)
229      activerecord
230      kaminari-core (= 1.0.1)
231    kaminari-core (1.0.1)
232    libv8 (3.16.14.19)
233    listen (3.0.8)
234      rb-fsevent (~> 0.9, >= 0.9.4)
235      rb-inotify (~> 0.9, >= 0.9.7)
236    loofah (2.0.3)
237      nokogiri (>= 1.5.9)
238    mail (2.6.6)
239      mime-types (>= 1.16, < 4)
240    meta_request (0.4.3)
241      callsite (~> 0.0, >= 0.0.11)
242      rack-contrib (>= 1.1, < 3)
243      railties (>= 3.0.0, < 5.2.0)
244    method_source (0.8.2)
245    mime-types (3.1)
246      mime-types-data (~> 3.2015)
247    mime-types-data (3.2016.0521)
248    mini_mime (0.1.4)
249    mini_portile2 (2.1.0)
250    minitest (5.10.3)
251    multi_json (1.12.1)
252    multi_test (0.1.2)
253    multipart-post (2.0.0)
254    net-scp (1.2.1)
255      net-ssh (>= 2.6.5)
256    net-ssh (4.1.0)
257    nio4r (2.1.0)
258    nokogiri (1.6.8.1)
259      mini_portile2 (~> 2.1.0)
260    parser (2.4.0.0)
261      ast (~> 2.2)
262    pg (0.21.0)
263    poltergeist (1.16.0)
264      capybara (~> 2.1)
265      cliver (~> 0.3.1)
266      websocket-driver (>= 0.2.0)
267    public_suffix (3.0.0)
268    puma (3.10.0)
269    rack (2.0.3)
270    rack-contrib (1.2.0)
271      rack (>= 0.9.1)
272    rack-mini-profiler (0.10.5)
273      rack (>= 1.2.0)
274    rack-protection (2.0.0)
275      rack
276    rack-test (0.6.3)
277      rack (>= 1.0)
278    rack_session_access (0.1.1)
279      builder (>= 2.0.0)
280      rack (>= 1.0.0)
281    rails (5.0.5)
282      actioncable (= 5.0.5)
283      actionmailer (= 5.0.5)
284      actionpack (= 5.0.5)
285      actionview (= 5.0.5)
286      activejob (= 5.0.5)
287      activemodel (= 5.0.5)
288      activerecord (= 5.0.5)
289      activesupport (= 5.0.5)
290      bundler (>= 1.3.0)
291      railties (= 5.0.5)
292      sprockets-rails (>= 2.0.0)
293    rails-assets-backbone (1.3.3)
294      rails-assets-underscore (>= 1.8.3)
295    rails-assets-clipboard (1.7.1)
296    rails-assets-fullcalendar (3.4.0)
297      rails-assets-jquery (>= 2, < 4)
298      rails-assets-moment (>= 2.9.0, < 3)
299    rails-assets-jquery (3.2.1)
300    rails-assets-lodash (4.17.4)
301    rails-assets-modernizr (3.5.0)
302    rails-assets-moment (2.18.1)
303    rails-assets-underscore (1.8.3)
304    rails-controller-testing (1.0.2)
305      actionpack (~> 5.x, >= 5.0.1)
306      actionview (~> 5.x, >= 5.0.1)
307      activesupport (~> 5.x)
308    rails-dom-testing (2.0.3)
309      activesupport (>= 4.2.0)
310      nokogiri (>= 1.6)
311    rails-erd (1.5.2)
312      activerecord (>= 3.2)
313      activesupport (>= 3.2)
314      choice (~> 0.2.0)
315      ruby-graphviz (~> 1.2)
316    rails-html-sanitizer (1.0.3)
317      loofah (~> 2.0)
318    rails-i18n (4.0.2)
319      i18n (~> 0.6)
320      rails (>= 4.0)
321    rails_12factor (0.0.3)
322      rails_serve_static_assets
323      rails_stdout_logging
324    rails_serve_static_assets (0.0.5)
325    rails_stdout_logging (0.0.5)
326    railties (5.0.5)
327      actionpack (= 5.0.5)
328      activesupport (= 5.0.5)
329      method_source
330      rake (>= 0.8.7)
331      thor (>= 0.18.1, < 2.0)
332    rainbow (2.2.2)
333      rake
334    rake (12.0.0)
335    rb-fsevent (0.10.2)
336    rb-inotify (0.9.10)
337      ffi (>= 0.5.0, < 2)
338    rdoc (4.3.0)
339    redis (3.3.3)
340    ref (2.0.0)
341    request_store (1.3.2)
342    rspec-core (3.6.0)
343      rspec-support (~> 3.6.0)
344    rspec-expectations (3.6.0)
345      diff-lcs (>= 1.2.0, < 2.0)
346      rspec-support (~> 3.6.0)
347    rspec-mocks (3.6.0)
348      diff-lcs (>= 1.2.0, < 2.0)
349      rspec-support (~> 3.6.0)
350    rspec-rails (3.6.1)
351      actionpack (>= 3.0)
352      activesupport (>= 3.0)
353      railties (>= 3.0)
354      rspec-core (~> 3.6.0)
355      rspec-expectations (~> 3.6.0)
356      rspec-mocks (~> 3.6.0)
357      rspec-support (~> 3.6.0)
358    rspec-support (3.6.0)
359    ruby-graphviz (1.2.3)
360    rubyzip (1.2.1)
361    safe_yaml (1.0.4)
362    sass (3.5.1)
363      sass-listen (~> 4.0.0)
364    sass-listen (4.0.0)
365      rb-fsevent (~> 0.9, >= 0.9.4)
366      rb-inotify (~> 0.9, >= 0.9.7)
367    sass-rails (5.0.6)
368      railties (>= 4.0.0, < 6)
369      sass (~> 3.1)
370      sprockets (>= 2.8, < 4.0)
371      sprockets-rails (>= 2.0, < 4.0)
372      tilt (>= 1.1, < 3)
373    scale (0.1.3)
374      nokogiri (~> 1.6.6)
375      virtus (~> 1.0)
376    sdoc (0.4.2)
377      json (~> 1.7, >= 1.7.7)
378      rdoc (~> 4.0)
379    sidekiq (5.0.4)
380      concurrent-ruby (~> 1.0)
381      connection_pool (~> 2.2, >= 2.2.0)
382      rack-protection (>= 1.5.0)
383      redis (~> 3.3, >= 3.3.3)
384    simple_oauth (0.3.1)
385    simplecov (0.12.0)
386      docile (~> 1.1.0)
387      json (>= 1.8, < 3)
388      simplecov-html (~> 0.10.0)
389    simplecov-html (0.10.2)
390    spring (2.0.2)
391      activesupport (>= 4.2)
392    spring-commands-cucumber (1.0.1)
393      spring (>= 0.9.1)
394    spring-commands-rspec (1.0.4)
395      spring (>= 0.9.1)
396    spring-commands-teaspoon (0.0.2)
397      spring (>= 0.9.1)
398    spring-watcher-listen (2.0.1)
399      listen (>= 2.7, < 4.0)
400      spring (>= 1.2, < 3.0)
401    sprockets (3.7.1)
402      concurrent-ruby (~> 1.0)
403      rack (> 1, < 3)
404    sprockets-rails (3.2.0)
405      actionpack (>= 4.0)
406      activesupport (>= 4.0)
407      sprockets (>= 3.0.0)
408    sshkit (1.14.0)
409      net-scp (>= 1.1.2)
410      net-ssh (>= 2.8.0)
411    stackprof (0.2.10)
412    teaspoon (1.1.5)
413      railties (>= 3.2.5, < 6)
414    teaspoon-jasmine (2.3.4)
415      teaspoon (>= 1.0.0)
416    term-ansicolor (1.6.0)
417      tins (~> 1.0)
418    terminal-table (1.8.0)
419      unicode-display_width (~> 1.1, >= 1.1.1)
420    therubyracer (0.12.3)
421      libv8 (~> 3.16.14.15)
422      ref
423    thor (0.19.4)
424    thread (0.2.2)
425    thread_safe (0.3.6)
426    tilt (2.0.8)
427    tins (1.15.0)
428    turbolinks (5.0.1)
429      turbolinks-source (~> 5)
430    turbolinks-source (5.0.3)
431    tzinfo (1.2.3)
432      thread_safe (~> 0.1)
433    uglifier (3.2.0)
434      execjs (>= 0.3.0, < 3)
435    unicode-display_width (1.3.0)
436    uniform_notifier (1.10.0)
437    vcr (3.0.3)
438    virtus (1.0.5)
439      axiom-types (~> 0.1)
440      coercible (~> 1.0)
441      descendants_tracker (~> 0.0, >= 0.0.3)
442      equalizer (~> 0.0, >= 0.0.9)
443    vuejs-rails (2.4.2)
444    web-console (3.5.1)
445      actionview (>= 5.0)
446      activemodel (>= 5.0)
447      bindex (>= 0.4.0)
448      railties (>= 5.0)
449    webmock (3.0.1)
450      addressable (>= 2.3.6)
451      crack (>= 0.3.2)
452      hashdiff
453    websocket-driver (0.6.5)
454      websocket-extensions (>= 0.1.0)
455    websocket-extensions (0.1.2)
456    xpath (2.1.0)
457      nokogiri (~> 1.3)
458    yelp (2.1.4)
459      faraday (~> 0.8, >= 0.8.0)
460      faraday_middleware (~> 0.8, >= 0.8.0)
461      simple_oauth (~> 0.3.1)
462
463PLATFORMS
464  ruby
465
466DEPENDENCIES
467  bcrypt (~> 3.1.7)!
468  brakeman!
469  bullet!
470  byebug!
471  capistrano (= 3.7.2)!
472  capistrano-bundler (~> 1.1)!
473  capistrano-rails!
474  capistrano-rbenv (~> 2.0)!
475  carmen!
476  chartkick!
477  coffee-rails (~> 4.2)!
478  coveralls!
479  cucumber-rails!
480  dalli!
481  database_cleaner!
482  dotenv-rails!
483  eco!
484  email_validator!
485  exception_notification!
486  factory_girl_rails!
487  ffaker!
488  flamegraph!
489  flipper!
490  flipper-redis!
491  font-awesome-rails!
492  foreman!
493  gaffe!
494  geocoder!
495  geokit-rails!
496  gon!
497  griddler!
498  griddler-sendgrid!
499  groupdate!
500  http_accept_language!
501  i18n-tasks!
502  jbuilder (~> 2.5)!
503  jquery-rails!
504  jwt!
505  kaminari!
506  listen (~> 3.0.5)!
507  meta_request!
508  pg!
509  poltergeist!
510  puma (~> 3.0)!
511  rack-mini-profiler!
512  rack_session_access!
513  rails (~> 5.0.0)!
514  rails-assets-backbone!
515  rails-assets-clipboard!
516  rails-assets-fullcalendar!
517  rails-assets-lodash!
518  rails-assets-modernizr!
519  rails-assets-moment!
520  rails-controller-testing!
521  rails-erd!
522  rails-i18n (~> 4.0.0)!
523  rails_12factor!
524  redis (~> 3.0)!
525  rspec-rails!
526  rubyzip!
527  sass-rails (~> 5.0)!
528  scale!
529  sdoc (~> 0.4)!
530  sidekiq!
531  spring!
532  spring-commands-cucumber!
533  spring-commands-rspec!
534  spring-commands-teaspoon!
535  spring-watcher-listen (~> 2.0.0)!
536  sprockets-rails!
537  stackprof!
538  teaspoon-jasmine!
539  therubyracer!
540  turbolinks (~> 5)!
541  uglifier (>= 1.3.0)!
542  vcr!
543  vuejs-rails!
544  web-console!
545  webmock!
546  yelp!
547
548BUNDLED WITH
549   1.15.4