aboutsummaryrefslogblamecommitdiffstats
path: root/Gemfile.lock
blob: 74758c73fe61b083c33077c3784e8000b266fc65 (plain) (tree)
1
2
3
4
5
6
7
8
9
10



                           
                          




                               


                             


                                





                             
                        



                          
                   

                             


                           
                 

                                   


                    
                       
                       
               
               

                         
                
                           
          
                 


                           
                   

                          
                              

                        

                        





                                
                   
                   


                              




                        

                           

                  
                       
                
                  

                          

                     





            
            
             
     
               
      
        
         
                        
              
PATH
  remote: .
  specs:
    activejob (4.2.0.alpha)
      activemodel-globalid
      activesupport (>= 4.1.0)

GEM
  remote: https://rubygems.org/
  specs:
    activemodel (4.1.1)
      activesupport (= 4.1.1)
      builder (~> 3.1)
    activemodel-globalid (0.1.0)
      activemodel (>= 4.1.0)
      activesupport (>= 4.1.0)
    activesupport (4.1.1)
      i18n (~> 0.6, >= 0.6.9)
      json (~> 1.7, >= 1.7.7)
      minitest (~> 5.1)
      thread_safe (~> 0.1)
      tzinfo (~> 1.1)
    amq-protocol (1.9.2)
    backburner (0.4.5)
      beaneater (~> 0.3.1)
      dante (~> 0.1.5)
    beaneater (0.3.2)
    builder (3.2.2)
    bunny (1.1.9)
      amq-protocol (>= 1.9.2)
    celluloid (0.15.2)
      timers (~> 1.1.0)
    connection_pool (2.0.0)
    dante (0.1.5)
    delayed_job (4.0.1)
      activesupport (>= 3.0, < 4.2)
    i18n (0.6.9)
    json (1.8.1)
    minitest (5.3.4)
    mono_logger (1.1.0)
    multi_json (1.10.1)
    pg (0.17.1)
    que (0.7.3)
    queue_classic (2.2.3)
      pg (~> 0.17.0)
    rack (1.5.2)
    rack-protection (1.5.3)
      rack
    rake (10.3.2)
    redis (3.0.7)
    redis-namespace (1.4.1)
      redis (~> 3.0.4)
    resque (1.25.2)
      mono_logger (~> 1.0)
      multi_json (~> 1.0)
      redis-namespace (~> 1.3)
      sinatra (>= 0.9.2)
      vegas (~> 0.1.2)
    serverengine (1.5.7)
      sigdump (~> 0.2.2)
    sidekiq (3.0.2)
      celluloid (>= 0.15.2)
      connection_pool (>= 2.0.0)
      json
      redis (>= 3.0.6)
      redis-namespace (>= 1.3.1)
    sigdump (0.2.2)
    sinatra (1.4.5)
      rack (~> 1.4)
      rack-protection (~> 1.4)
      tilt (~> 1.3, >= 1.3.4)
    sneakers (0.1.1.pre)
      bunny (~> 1.1.3)
      serverengine
      thor
      thread
    sucker_punch (1.0.5)
      celluloid (~> 0.15.2)
    thor (0.19.1)
    thread (0.1.4)
    thread_safe (0.3.3)
    tilt (1.4.1)
    timers (1.1.0)
    tzinfo (1.1.0)
      thread_safe (~> 0.1)
    vegas (0.1.11)
      rack (>= 1.0.0)

PLATFORMS
  ruby

DEPENDENCIES
  activejob!
  backburner
  delayed_job
  que
  queue_classic
  rake
  resque
  sidekiq
  sneakers (= 0.1.1.pre)
  sucker_punch