aboutsummaryrefslogblamecommitdiffstats
path: root/Gemfile.lock
blob: e767e587841c901e8576ec32a6ae2f7daf4d1b38 (plain) (tree)
1
2
3
4
5
6
7


           

                              

                               









                                    

                       
                        


                                 
                   






                          
                       

                  










                                     

      
PATH
  remote: .
  specs:
    action_cable (0.0.2)
      activesupport (>= 4.2.0)
      celluloid (~> 0.16.0)
      faye-websocket (~> 0.9.2)

GEM
  remote: http://rubygems.org/
  specs:
    activesupport (4.2.0)
      i18n (~> 0.7)
      json (~> 1.7, >= 1.7.7)
      minitest (~> 5.1)
      thread_safe (~> 0.3, >= 0.3.4)
      tzinfo (~> 1.1)
    celluloid (0.16.0)
      timers (~> 4.0.0)
    eventmachine (1.0.7)
    faye-websocket (0.9.2)
      eventmachine (>= 0.12.0)
      websocket-driver (>= 0.5.1)
    hitimes (1.2.2)
    i18n (0.7.0)
    json (1.8.2)
    minitest (5.5.1)
    puma (2.10.2)
      rack (>= 1.1, < 2.0)
    rack (1.6.0)
    rake (10.4.2)
    thread_safe (0.3.4)
    timers (4.0.1)
      hitimes
    tzinfo (1.2.2)
      thread_safe (~> 0.1)
    websocket-driver (0.5.1)
      websocket-extensions (>= 0.1.0)
    websocket-extensions (0.1.1)

PLATFORMS
  ruby

DEPENDENCIES
  action_cable!
  puma
  rake