main
  1GEM
  2  remote: https://rubygems.org/
  3  specs:
  4    actionmailer (3.2.13)
  5      actionpack (= 3.2.13)
  6      mail (~> 2.5.3)
  7    actionpack (3.2.13)
  8      activemodel (= 3.2.13)
  9      activesupport (= 3.2.13)
 10      builder (~> 3.0.0)
 11      erubis (~> 2.7.0)
 12      journey (~> 1.0.4)
 13      rack (~> 1.4.5)
 14      rack-cache (~> 1.2)
 15      rack-test (~> 0.6.1)
 16      sprockets (~> 2.2.1)
 17    activemodel (3.2.13)
 18      activesupport (= 3.2.13)
 19      builder (~> 3.0.0)
 20    activerecord (3.2.13)
 21      activemodel (= 3.2.13)
 22      activesupport (= 3.2.13)
 23      arel (~> 3.0.2)
 24      tzinfo (~> 0.3.29)
 25    activeresource (3.2.13)
 26      activemodel (= 3.2.13)
 27      activesupport (= 3.2.13)
 28    activesupport (3.2.13)
 29      i18n (= 0.6.1)
 30      multi_json (~> 1.0)
 31    arel (3.0.2)
 32    asset_sync (0.5.4)
 33      activemodel
 34      fog
 35    bcrypt-ruby (3.0.1)
 36    bootstrap-sass (2.3.2.0)
 37      sass (~> 3.2)
 38    builder (3.0.4)
 39    bullet (4.6.0)
 40      uniform_notifier
 41    carrierwave (0.8.0)
 42      activemodel (>= 3.2.0)
 43      activesupport (>= 3.2.0)
 44    choice (0.1.6)
 45    coffee-rails (3.2.2)
 46      coffee-script (>= 2.2.0)
 47      railties (~> 3.2.0)
 48    coffee-script (2.2.0)
 49      coffee-script-source
 50      execjs
 51    coffee-script-source (1.6.2)
 52    dalli (2.6.4)
 53    devise (2.2.4)
 54      bcrypt-ruby (~> 3.0)
 55      orm_adapter (~> 0.1)
 56      railties (~> 3.1)
 57      warden (~> 1.2.1)
 58    diff-lcs (1.2.4)
 59    dotenv (0.7.0)
 60    dotenv-rails (0.7.0)
 61      dotenv (= 0.7.0)
 62    erubis (2.7.0)
 63    excon (0.23.0)
 64    execjs (1.4.0)
 65      multi_json (~> 1.0)
 66    factory_girl (4.2.0)
 67      activesupport (>= 3.0.0)
 68    factory_girl_rails (4.2.1)
 69      factory_girl (~> 4.2.0)
 70      railties (>= 3.0.0)
 71    ffaker (1.16.1)
 72    fog (1.12.1)
 73      builder
 74      excon (~> 0.23.0)
 75      formatador (~> 0.2.0)
 76      mime-types
 77      multi_json (~> 1.0)
 78      net-scp (~> 1.1)
 79      net-ssh (>= 2.1.3)
 80      nokogiri (~> 1.5.0)
 81      ruby-hmac
 82    formatador (0.2.4)
 83    hike (1.2.3)
 84    i18n (0.6.1)
 85    journey (1.0.4)
 86    jquery-rails (3.0.1)
 87      railties (>= 3.0, < 5.0)
 88      thor (>= 0.14, < 2.0)
 89    json (1.8.0)
 90    kaminari (0.14.1)
 91      actionpack (>= 3.0.0)
 92      activesupport (>= 3.0.0)
 93    kgio (2.8.0)
 94    lol_dba (1.5.0)
 95      actionpack (>= 3.0)
 96      activerecord (>= 3.0)
 97      railties (>= 3.0)
 98    mail (2.5.4)
 99      mime-types (~> 1.16)
100      treetop (~> 1.4.8)
101    memcachier (0.0.2)
102    mime-types (1.23)
103    multi_json (1.7.6)
104    net-scp (1.1.1)
105      net-ssh (>= 2.6.5)
106    net-ssh (2.6.7)
107    newrelic_rpm (3.6.3.111)
108    nokogiri (1.5.10)
109    orm_adapter (0.4.0)
110    pg (0.15.1)
111    polyglot (0.3.3)
112    rack (1.4.5)
113    rack-cache (1.2)
114      rack (>= 0.4)
115    rack-mini-profiler (0.1.26)
116      rack (>= 1.1.3)
117    rack-ssl (1.3.3)
118      rack
119    rack-test (0.6.2)
120      rack (>= 1.0)
121    rails (3.2.13)
122      actionmailer (= 3.2.13)
123      actionpack (= 3.2.13)
124      activerecord (= 3.2.13)
125      activeresource (= 3.2.13)
126      activesupport (= 3.2.13)
127      bundler (~> 1.0)
128      railties (= 3.2.13)
129    rails-erd (1.1.0)
130      activerecord (>= 3.0)
131      activesupport (>= 3.0)
132      choice (~> 0.1.6)
133      ruby-graphviz (~> 1.0.4)
134    railties (3.2.13)
135      actionpack (= 3.2.13)
136      activesupport (= 3.2.13)
137      rack-ssl (~> 1.3.2)
138      rake (>= 0.8.7)
139      rdoc (~> 3.4)
140      thor (>= 0.14.6, < 2.0)
141    raindrops (0.11.0)
142    rake (10.0.4)
143    rdoc (3.12.2)
144      json (~> 1.4)
145    rmagick (2.13.2)
146    rspec-core (2.13.1)
147    rspec-expectations (2.13.0)
148      diff-lcs (>= 1.1.3, < 2.0)
149    rspec-mocks (2.13.1)
150    rspec-rails (2.13.2)
151      actionpack (>= 3.0)
152      activesupport (>= 3.0)
153      railties (>= 3.0)
154      rspec-core (~> 2.13.0)
155      rspec-expectations (~> 2.13.0)
156      rspec-mocks (~> 2.13.0)
157    ruby-graphviz (1.0.9)
158    ruby-hmac (0.4.0)
159    sass (3.2.9)
160    sass-rails (3.2.6)
161      railties (~> 3.2.0)
162      sass (>= 3.1.10)
163      tilt (~> 1.3)
164    sprockets (2.2.2)
165      hike (~> 1.2)
166      multi_json (~> 1.0)
167      rack (~> 1.0)
168      tilt (~> 1.1, != 1.3.0)
169    sqlite3 (1.3.7)
170    thor (0.18.1)
171    tilt (1.4.1)
172    treetop (1.4.14)
173      polyglot
174      polyglot (>= 0.3.1)
175    tzinfo (0.3.37)
176    uglifier (2.1.1)
177      execjs (>= 0.3.0)
178      multi_json (~> 1.0, >= 1.0.2)
179    unicorn (4.6.2)
180      kgio (~> 2.6)
181      rack
182      raindrops (~> 0.7)
183    uniform_notifier (1.2.0)
184    warden (1.2.1)
185      rack (>= 1.0)
186
187PLATFORMS
188  ruby
189
190DEPENDENCIES
191  asset_sync
192  bootstrap-sass
193  bullet
194  carrierwave
195  coffee-rails (~> 3.2.1)
196  dalli
197  devise
198  dotenv-rails
199  factory_girl_rails
200  ffaker
201  fog
202  jquery-rails
203  kaminari
204  lol_dba
205  memcachier
206  newrelic_rpm
207  pg
208  rack-mini-profiler
209  rails (= 3.2.13)
210  rails-erd
211  rmagick
212  rspec-rails
213  sass-rails (~> 3.2.3)
214  sqlite3
215  uglifier (>= 1.0.3)
216  unicorn