main
  1GEM
  2  remote: https://rubygems.org/
  3  specs:
  4    actionmailer (4.2.0)
  5      actionpack (= 4.2.0)
  6      actionview (= 4.2.0)
  7      activejob (= 4.2.0)
  8      mail (~> 2.5, >= 2.5.4)
  9      rails-dom-testing (~> 1.0, >= 1.0.5)
 10    actionpack (4.2.0)
 11      actionview (= 4.2.0)
 12      activesupport (= 4.2.0)
 13      rack (~> 1.6.0)
 14      rack-test (~> 0.6.2)
 15      rails-dom-testing (~> 1.0, >= 1.0.5)
 16      rails-html-sanitizer (~> 1.0, >= 1.0.1)
 17    actionview (4.2.0)
 18      activesupport (= 4.2.0)
 19      builder (~> 3.1)
 20      erubis (~> 2.7.0)
 21      rails-dom-testing (~> 1.0, >= 1.0.5)
 22      rails-html-sanitizer (~> 1.0, >= 1.0.1)
 23    activejob (4.2.0)
 24      activesupport (= 4.2.0)
 25      globalid (>= 0.3.0)
 26    activemodel (4.2.0)
 27      activesupport (= 4.2.0)
 28      builder (~> 3.1)
 29    activerecord (4.2.0)
 30      activemodel (= 4.2.0)
 31      activesupport (= 4.2.0)
 32      arel (~> 6.0)
 33    activesupport (4.2.0)
 34      i18n (~> 0.7)
 35      json (~> 1.7, >= 1.7.7)
 36      minitest (~> 5.1)
 37      thread_safe (~> 0.3, >= 0.3.4)
 38      tzinfo (~> 1.1)
 39    amq-protocol (1.9.2)
 40    arel (6.0.0)
 41    bcrypt (3.1.10)
 42    binding_of_caller (0.7.2)
 43      debug_inspector (>= 0.0.1)
 44    builder (3.2.2)
 45    bunny (1.7.0)
 46      amq-protocol (>= 1.9.2)
 47    byebug (3.5.1)
 48      columnize (~> 0.8)
 49      debugger-linecache (~> 1.2)
 50      slop (~> 3.6)
 51    celluloid (0.16.0)
 52      timers (~> 4.0.0)
 53    chartkick (1.3.2)
 54    coderay (1.1.0)
 55    coffee-rails (4.1.0)
 56      coffee-script (>= 2.2.0)
 57      railties (>= 4.0.0, < 5.0)
 58    coffee-script (2.3.0)
 59      coffee-script-source
 60      execjs
 61    coffee-script-source (1.9.1)
 62    columnize (0.9.0)
 63    database_cleaner (1.4.0)
 64    debug_inspector (0.0.2)
 65    debugger-linecache (1.2.0)
 66    diff-lcs (1.2.5)
 67    dotenv (1.0.2)
 68    dotenv-rails (1.0.2)
 69      dotenv (= 1.0.2)
 70    erubis (2.7.0)
 71    ethon (0.7.3)
 72      ffi (>= 1.3.0)
 73    execjs (2.3.0)
 74    factory_girl (4.5.0)
 75      activesupport (>= 3.0.0)
 76    factory_girl_rails (4.5.0)
 77      factory_girl (~> 4.5.0)
 78      railties (>= 3.0.0)
 79    ffaker (1.32.1)
 80    ffi (1.9.6)
 81    foreman (0.77.0)
 82      dotenv (~> 1.0.2)
 83      thor (~> 0.19.1)
 84    foundation-rails (5.5.1.0)
 85      railties (>= 3.1.0)
 86      sass (>= 3.3.0, < 3.5)
 87    globalid (0.3.3)
 88      activesupport (>= 4.1.0)
 89    groupdate (2.4.0)
 90      activesupport (>= 3)
 91    hike (1.2.3)
 92    hitimes (1.2.2)
 93    i18n (0.7.0)
 94    jbuilder (2.2.9)
 95      activesupport (>= 3.0.0, < 5)
 96      multi_json (~> 1.2)
 97    jquery-rails (4.0.3)
 98      rails-dom-testing (~> 1.0)
 99      railties (>= 4.2.0)
100      thor (>= 0.14, < 2.0)
101    json (1.8.2)
102    listen (2.8.5)
103      celluloid (>= 0.15.2)
104      rb-fsevent (>= 0.9.3)
105      rb-inotify (>= 0.9)
106    lograge (0.3.1)
107      actionpack (>= 3)
108      activesupport (>= 3)
109      railties (>= 3)
110    lol_dba (1.6.4)
111      actionpack (>= 3.0)
112      activerecord (>= 3.0)
113      railties (>= 3.0)
114    loofah (2.0.1)
115      nokogiri (>= 1.5.9)
116    mail (2.6.3)
117      mime-types (>= 1.16, < 3)
118    method_source (0.8.2)
119    mime-types (2.4.3)
120    mini_portile (0.6.2)
121    minitest (5.5.1)
122    multi_json (1.11.0)
123    nokogiri (1.6.6.2)
124      mini_portile (~> 0.6.0)
125    packetfu (1.1.10)
126    pcaprub (0.12.0)
127    pg (0.18.1)
128    pry (0.10.1)
129      coderay (~> 1.1.0)
130      method_source (~> 0.8.1)
131      slop (~> 3.4)
132    pry-rails (0.3.3)
133      pry (>= 0.9.10)
134    puma (2.11.1)
135      rack (>= 1.1, < 2.0)
136    rack (1.6.0)
137    rack-test (0.6.3)
138      rack (>= 1.0)
139    rails (4.2.0)
140      actionmailer (= 4.2.0)
141      actionpack (= 4.2.0)
142      actionview (= 4.2.0)
143      activejob (= 4.2.0)
144      activemodel (= 4.2.0)
145      activerecord (= 4.2.0)
146      activesupport (= 4.2.0)
147      bundler (>= 1.3.0, < 2.0)
148      railties (= 4.2.0)
149      sprockets-rails
150    rails-deprecated_sanitizer (1.0.3)
151      activesupport (>= 4.2.0.alpha)
152    rails-dom-testing (1.0.5)
153      activesupport (>= 4.2.0.beta, < 5.0)
154      nokogiri (~> 1.6.0)
155      rails-deprecated_sanitizer (>= 1.0.1)
156    rails-html-sanitizer (1.0.1)
157      loofah (~> 2.0)
158    railties (4.2.0)
159      actionpack (= 4.2.0)
160      activesupport (= 4.2.0)
161      rake (>= 0.8.7)
162      thor (>= 0.18.1, < 2.0)
163    rake (10.4.2)
164    rb-fsevent (0.9.4)
165    rb-inotify (0.9.5)
166      ffi (>= 0.5.0)
167    rdoc (4.2.0)
168    rspec-core (3.2.1)
169      rspec-support (~> 3.2.0)
170    rspec-expectations (3.2.0)
171      diff-lcs (>= 1.2.0, < 2.0)
172      rspec-support (~> 3.2.0)
173    rspec-mocks (3.2.1)
174      diff-lcs (>= 1.2.0, < 2.0)
175      rspec-support (~> 3.2.0)
176    rspec-rails (3.2.1)
177      actionpack (>= 3.0, < 4.3)
178      activesupport (>= 3.0, < 4.3)
179      railties (>= 3.0, < 4.3)
180      rspec-core (~> 3.2.0)
181      rspec-expectations (~> 3.2.0)
182      rspec-mocks (~> 3.2.0)
183      rspec-support (~> 3.2.0)
184    rspec-support (3.2.2)
185    sass (3.4.13)
186    sass-rails (5.0.1)
187      railties (>= 4.0.0, < 5.0)
188      sass (~> 3.1)
189      sprockets (>= 2.8, < 4.0)
190      sprockets-rails (>= 2.0, < 4.0)
191      tilt (~> 1.1)
192    sdoc (0.4.1)
193      json (~> 1.7, >= 1.7.7)
194      rdoc (~> 4.0)
195    serverengine (1.5.10)
196      sigdump (~> 0.2.2)
197    sigdump (0.2.2)
198    slop (3.6.0)
199    sneakers (1.0.2)
200      bunny (~> 1.7.0)
201      serverengine
202      thor
203      thread
204    spring (1.3.3)
205    sprockets (2.12.3)
206      hike (~> 1.2)
207      multi_json (~> 1.0)
208      rack (~> 1.0)
209      tilt (~> 1.1, != 1.3.0)
210    sprockets-rails (2.2.4)
211      actionpack (>= 3.0)
212      activesupport (>= 3.0)
213      sprockets (>= 2.8, < 4.0)
214    thor (0.19.1)
215    thread (0.1.5)
216    thread_safe (0.3.4)
217    tilt (1.4.1)
218    timers (4.0.1)
219      hitimes
220    turbolinks (2.5.3)
221      coffee-rails
222    typhoeus (0.7.1)
223      ethon (>= 0.7.1)
224    tzinfo (1.2.2)
225      thread_safe (~> 0.1)
226    uglifier (2.7.1)
227      execjs (>= 0.3.0)
228      json (>= 1.8.0)
229    web-console (2.1.0)
230      activemodel (>= 4.0)
231      binding_of_caller (>= 0.7.2)
232      railties (>= 4.0)
233      sprockets-rails (>= 2.0, < 4.0)
234
235PLATFORMS
236  ruby
237
238DEPENDENCIES
239  bcrypt (~> 3.1.7)
240  bunny
241  byebug
242  chartkick
243  coffee-rails (~> 4.1.0)
244  database_cleaner
245  dotenv-rails
246  factory_girl_rails
247  ffaker
248  foreman
249  foundation-rails
250  groupdate
251  jbuilder (~> 2.0)
252  jquery-rails
253  listen
254  lograge
255  lol_dba
256  packetfu
257  pcaprub
258  pg
259  pry-rails
260  puma
261  rails (= 4.2.0)
262  rspec-rails
263  sass-rails (~> 5.0)
264  sdoc (~> 0.4.0)
265  sneakers
266  spring
267  turbolinks
268  typhoeus
269  uglifier (>= 1.3.0)
270  web-console (~> 2.0)