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    activeadmin (0.6.0)
 18      arbre (>= 1.0.1)
 19      bourbon (>= 1.0.0)
 20      devise (>= 1.1.2)
 21      fastercsv
 22      formtastic (>= 2.0.0)
 23      inherited_resources (>= 1.3.1)
 24      jquery-rails (>= 1.0.0)
 25      kaminari (>= 0.13.0)
 26      meta_search (>= 0.9.2)
 27      rails (>= 3.0.0)
 28      sass (>= 3.1.0)
 29    activemodel (3.2.13)
 30      activesupport (= 3.2.13)
 31      builder (~> 3.0.0)
 32    activerecord (3.2.13)
 33      activemodel (= 3.2.13)
 34      activesupport (= 3.2.13)
 35      arel (~> 3.0.2)
 36      tzinfo (~> 0.3.29)
 37    activeresource (3.2.13)
 38      activemodel (= 3.2.13)
 39      activesupport (= 3.2.13)
 40    activesupport (3.2.13)
 41      i18n (= 0.6.1)
 42      multi_json (~> 1.0)
 43    acts-as-taggable-on (2.4.1)
 44      rails (>= 3, < 5)
 45    arbre (1.0.1)
 46      activesupport (>= 3.0.0)
 47    arel (3.0.2)
 48    asset_sync (0.5.4)
 49      activemodel
 50      fog
 51    bcrypt-ruby (3.0.1)
 52    bootstrap-sass (2.3.2.0)
 53      sass (~> 3.2)
 54    bourbon (3.1.8)
 55      sass (>= 3.2.0)
 56      thor
 57    builder (3.0.4)
 58    coffee-rails (3.2.2)
 59      coffee-script (>= 2.2.0)
 60      railties (~> 3.2.0)
 61    coffee-script (2.2.0)
 62      coffee-script-source
 63      execjs
 64    coffee-script-source (1.6.2)
 65    devise (2.2.4)
 66      bcrypt-ruby (~> 3.0)
 67      orm_adapter (~> 0.1)
 68      railties (~> 3.1)
 69      warden (~> 1.2.1)
 70    diff-lcs (1.2.4)
 71    dotenv (0.8.0)
 72    dotenv-rails (0.8.0)
 73      dotenv (= 0.8.0)
 74    erubis (2.7.0)
 75    excon (0.23.0)
 76    execjs (1.4.0)
 77      multi_json (~> 1.0)
 78    fastercsv (1.5.5)
 79    fog (1.12.1)
 80      builder
 81      excon (~> 0.23.0)
 82      formatador (~> 0.2.0)
 83      mime-types
 84      multi_json (~> 1.0)
 85      net-scp (~> 1.1)
 86      net-ssh (>= 2.1.3)
 87      nokogiri (~> 1.5.0)
 88      ruby-hmac
 89    formatador (0.2.4)
 90    formtastic (2.2.1)
 91      actionpack (>= 3.0)
 92    geocoder (1.1.8)
 93    has_scope (0.5.1)
 94    hike (1.2.3)
 95    i18n (0.6.1)
 96    inherited_resources (1.4.0)
 97      has_scope (~> 0.5.0)
 98      responders (~> 0.9)
 99    journey (1.0.4)
100    jquery-rails (2.3.0)
101      railties (>= 3.0, < 5.0)
102      thor (>= 0.14, < 2.0)
103    json (1.8.0)
104    kaminari (0.14.1)
105      actionpack (>= 3.0.0)
106      activesupport (>= 3.0.0)
107    kgio (2.8.0)
108    mail (2.5.4)
109      mime-types (~> 1.16)
110      treetop (~> 1.4.8)
111    meta_search (1.1.3)
112      actionpack (~> 3.1)
113      activerecord (~> 3.1)
114      activesupport (~> 3.1)
115      polyamorous (~> 0.5.0)
116    mime-types (1.23)
117    multi_json (1.7.7)
118    net-scp (1.1.1)
119      net-ssh (>= 2.6.5)
120    net-ssh (2.6.7)
121    nokogiri (1.5.10)
122    orm_adapter (0.4.0)
123    pg (0.15.1)
124    polyamorous (0.5.0)
125      activerecord (~> 3.0)
126    polyglot (0.3.3)
127    rack (1.4.5)
128    rack-cache (1.2)
129      rack (>= 0.4)
130    rack-ssl (1.3.3)
131      rack
132    rack-test (0.6.2)
133      rack (>= 1.0)
134    rails (3.2.13)
135      actionmailer (= 3.2.13)
136      actionpack (= 3.2.13)
137      activerecord (= 3.2.13)
138      activeresource (= 3.2.13)
139      activesupport (= 3.2.13)
140      bundler (~> 1.0)
141      railties (= 3.2.13)
142    railties (3.2.13)
143      actionpack (= 3.2.13)
144      activesupport (= 3.2.13)
145      rack-ssl (~> 1.3.2)
146      rake (>= 0.8.7)
147      rdoc (~> 3.4)
148      thor (>= 0.14.6, < 2.0)
149    raindrops (0.11.0)
150    rake (10.1.0)
151    rdoc (3.12.2)
152      json (~> 1.4)
153    responders (0.9.3)
154      railties (~> 3.1)
155    rest-client (1.6.7)
156      mime-types (>= 1.16)
157    rspec-core (2.13.1)
158    rspec-expectations (2.13.0)
159      diff-lcs (>= 1.1.3, < 2.0)
160    rspec-mocks (2.13.1)
161    rspec-rails (2.13.2)
162      actionpack (>= 3.0)
163      activesupport (>= 3.0)
164      railties (>= 3.0)
165      rspec-core (~> 2.13.0)
166      rspec-expectations (~> 2.13.0)
167      rspec-mocks (~> 2.13.0)
168    ruby-hmac (0.4.0)
169    sass (3.2.9)
170    sass-rails (3.2.6)
171      railties (~> 3.2.0)
172      sass (>= 3.1.10)
173      tilt (~> 1.3)
174    sprockets (2.2.2)
175      hike (~> 1.2)
176      multi_json (~> 1.0)
177      rack (~> 1.0)
178      tilt (~> 1.1, != 1.3.0)
179    sqlite3 (1.3.7)
180    thor (0.18.1)
181    tilt (1.4.1)
182    treetop (1.4.14)
183      polyglot
184      polyglot (>= 0.3.1)
185    tzinfo (0.3.37)
186    uglifier (2.1.1)
187      execjs (>= 0.3.0)
188      multi_json (~> 1.0, >= 1.0.2)
189    unicorn (4.6.3)
190      kgio (~> 2.6)
191      rack
192      raindrops (~> 0.7)
193    warden (1.2.1)
194      rack (>= 1.0)
195
196PLATFORMS
197  ruby
198
199DEPENDENCIES
200  activeadmin
201  acts-as-taggable-on
202  asset_sync
203  bootstrap-sass
204  coffee-rails (~> 3.2.1)
205  devise
206  dotenv-rails
207  geocoder
208  jquery-rails (= 2.3.0)
209  pg
210  rails (= 3.2.13)
211  rest-client
212  rspec-rails
213  sass-rails (~> 3.2.3)
214  sqlite3
215  uglifier (>= 1.0.3)
216  unicorn