Gemfile.lock 7.7 KB
Newer Older
1 2
GIT
  remote: git://github.com/QueueClassic/queue_classic.git
3
  revision: 2e3b624f3043849751b24a758d8c156337ead862
4
  branch: master
5
  specs:
6
    queue_classic (3.2.0.RC1)
7 8
      pg (>= 0.17, < 0.19)

9 10 11 12 13 14 15 16 17 18 19 20 21
GIT
  remote: git://github.com/bkeepers/qu.git
  revision: d098e2657c92e89a6413bebd9c033930759c061f
  branch: master
  specs:
    qu (0.2.0)
    qu-rails (0.2.0)
      qu (= 0.2.0)
      railties (>= 3.2, < 5)
    qu-redis (0.2.0)
      qu (= 0.2.0)
      redis-namespace

22 23
GIT
  remote: git://github.com/sass/sass.git
24
  revision: ac8e7aa8e99c425237c708f347f76495a2e18519
25 26
  branch: stable
  specs:
27
    sass (3.4.21)
28

29 30
GIT
  remote: git://github.com/turbolinks/turbolinks-rails.git
31
  revision: 65884729016dbb4d032f12bb01b7e7c1ddeb68ac
32
  specs:
33
    turbolinks (5.0.0.beta2)
34 35
      turbolinks-source

36 37 38
PATH
  remote: .
  specs:
E
eileencodes 已提交
39 40
    actioncable (5.0.0.beta3)
      actionpack (= 5.0.0.beta3)
41
      nio4r (~> 1.2)
42
      websocket-driver (~> 0.6.1)
E
eileencodes 已提交
43 44 45 46
    actionmailer (5.0.0.beta3)
      actionpack (= 5.0.0.beta3)
      actionview (= 5.0.0.beta3)
      activejob (= 5.0.0.beta3)
47 48
      mail (~> 2.5, >= 2.5.4)
      rails-dom-testing (~> 1.0, >= 1.0.5)
E
eileencodes 已提交
49 50 51
    actionpack (5.0.0.beta3)
      actionview (= 5.0.0.beta3)
      activesupport (= 5.0.0.beta3)
A
Aaron Patterson 已提交
52
      rack (~> 2.x)
53
      rack-test (~> 0.6.3)
54
      rails-dom-testing (~> 1.0, >= 1.0.5)
55
      rails-html-sanitizer (~> 1.0, >= 1.0.2)
E
eileencodes 已提交
56 57
    actionview (5.0.0.beta3)
      activesupport (= 5.0.0.beta3)
58 59 60
      builder (~> 3.1)
      erubis (~> 2.7.0)
      rails-dom-testing (~> 1.0, >= 1.0.5)
61
      rails-html-sanitizer (~> 1.0, >= 1.0.2)
E
eileencodes 已提交
62 63
    activejob (5.0.0.beta3)
      activesupport (= 5.0.0.beta3)
64
      globalid (>= 0.3.6)
E
eileencodes 已提交
65 66 67 68 69
    activemodel (5.0.0.beta3)
      activesupport (= 5.0.0.beta3)
    activerecord (5.0.0.beta3)
      activemodel (= 5.0.0.beta3)
      activesupport (= 5.0.0.beta3)
R
Rafael Mendonça França 已提交
70
      arel (~> 7.0)
E
eileencodes 已提交
71
    activesupport (5.0.0.beta3)
72
      concurrent-ruby (~> 1.0)
73 74 75
      i18n (~> 0.7)
      minitest (~> 5.1)
      tzinfo (~> 1.1)
E
eileencodes 已提交
76 77 78 79 80 81 82 83 84
    rails (5.0.0.beta3)
      actioncable (= 5.0.0.beta3)
      actionmailer (= 5.0.0.beta3)
      actionpack (= 5.0.0.beta3)
      actionview (= 5.0.0.beta3)
      activejob (= 5.0.0.beta3)
      activemodel (= 5.0.0.beta3)
      activerecord (= 5.0.0.beta3)
      activesupport (= 5.0.0.beta3)
85
      bundler (>= 1.3.0, < 2.0)
E
eileencodes 已提交
86
      railties (= 5.0.0.beta3)
C
claudiob 已提交
87
      sprockets-rails (>= 2.0.0)
E
eileencodes 已提交
88 89 90
    railties (5.0.0.beta3)
      actionpack (= 5.0.0.beta3)
      activesupport (= 5.0.0.beta3)
91
      method_source
92 93 94 95 96 97
      rake (>= 0.8.7)
      thor (>= 0.18.1, < 2.0)

GEM
  remote: https://rubygems.org/
  specs:
98
    amq-protocol (2.0.1)
R
Rafael Mendonça França 已提交
99
    arel (7.0.0)
100
    backburner (1.2.0)
R
Rafael Mendonça França 已提交
101 102
      beaneater (~> 1.0)
      dante (> 0.1.5)
R
Rafael Mendonça França 已提交
103 104 105
    bcrypt (3.1.11)
    bcrypt (3.1.11-x64-mingw32)
    bcrypt (3.1.11-x86-mingw32)
R
Rafael Mendonça França 已提交
106 107
    beaneater (1.0.0)
    benchmark-ips (2.3.0)
108
    builder (3.2.2)
109 110
    bunny (2.2.2)
      amq-protocol (>= 2.0.1)
111
    byebug (8.2.1)
112
    coffee-rails (4.1.1)
113
      coffee-script (>= 2.2.0)
114
      railties (>= 4.0.0, < 5.1.x)
R
Rafael Mendonça França 已提交
115
    coffee-script (2.4.1)
116 117
      coffee-script-source
      execjs
118
    coffee-script-source (1.10.0)
119
    concurrent-ruby (1.0.1)
R
Rafael Mendonça França 已提交
120
    connection_pool (2.2.0)
Y
yui-knk 已提交
121
    dalli (2.7.6)
R
Rafael Mendonça França 已提交
122
    dante (0.2.0)
R
Rafael Mendonça França 已提交
123
    delayed_job (4.1.1)
124
      activesupport (>= 3.0, < 5.0)
R
Rafael Mendonça França 已提交
125 126 127
    delayed_job_active_record (4.1.0)
      activerecord (>= 3.0, < 5)
      delayed_job (>= 3.0, < 5)
128
    em-hiredis (0.3.1)
129
      eventmachine (~> 1.0)
130
      hiredis (~> 0.6.0)
131
    erubis (2.7.0)
132
    eventmachine (1.0.9.1)
A
Aaron Patterson 已提交
133
    execjs (2.6.0)
134
    faye-websocket (0.10.3)
135 136
      eventmachine (>= 0.12.0)
      websocket-driver (>= 0.5.1)
137 138 139
    ffi (1.9.10)
    ffi (1.9.10-x64-mingw32)
    ffi (1.9.10-x86-mingw32)
140 141
    globalid (0.3.6)
      activesupport (>= 4.1.0)
142
    hiredis (0.6.1)
143
    i18n (0.7.0)
144
    jquery-rails (4.1.0)
R
Rafael Mendonça França 已提交
145 146 147
      rails-dom-testing (~> 1.0)
      railties (>= 4.2.0)
      thor (>= 0.14, < 2.0)
R
Rafael Mendonça França 已提交
148
    json (1.8.3)
149 150 151
    kindlerb (0.1.1)
      mustache
      nokogiri
152
    listen (3.0.5)
153 154
      rb-fsevent (>= 0.9.3)
      rb-inotify (>= 0.9)
A
Aaron Patterson 已提交
155
    loofah (2.0.3)
156
      nokogiri (>= 1.5.9)
R
Rafael Mendonça França 已提交
157 158
    mail (2.6.3)
      mime-types (>= 1.16, < 3)
159
    metaclass (0.0.4)
A
Arthur Neves 已提交
160
    method_source (0.8.2)
E
eileencodes 已提交
161
    mime-types (2.99.1)
T
Tamir Duberstein 已提交
162
    mini_portile2 (2.0.0)
163 164 165 166
    minitest (5.3.3)
    mocha (0.14.0)
      metaclass (~> 0.0.1)
    mono_logger (1.1.0)
R
Rafael Mendonça França 已提交
167 168
    multi_json (1.11.2)
    mustache (1.0.2)
169
    mysql2 (0.4.2)
S
Sean Griffin 已提交
170
    mysql2 (0.4.2-x64-mingw32)
171
    mysql2 (0.4.2-x86-mingw32)
S
Sean Griffin 已提交
172
    nio4r (1.2.1)
173
    nokogiri (1.6.7.2)
T
Tamir Duberstein 已提交
174
      mini_portile2 (~> 2.0.0.rc2)
175
    nokogiri (1.6.7.2-x64-mingw32)
S
Sean Griffin 已提交
176
      mini_portile2 (~> 2.0.0.rc2)
177
    nokogiri (1.6.7.2-x86-mingw32)
S
Sean Griffin 已提交
178
      mini_portile2 (~> 2.0.0.rc2)
179 180 181
    pg (0.18.4)
    pg (0.18.4-x64-mingw32)
    pg (0.18.4-x86-mingw32)
182 183
    psych (2.0.17)
    puma (2.16.0)
184
    que (0.11.2)
185
    racc (1.4.14)
R
Rafael Mendonça França 已提交
186 187
    rack (2.0.0.alpha)
      json
188
    rack-cache (1.5.1)
189 190 191 192 193
      rack (>= 0.4)
    rack-test (0.6.3)
      rack (>= 1.0)
    rails-deprecated_sanitizer (1.0.3)
      activesupport (>= 4.2.0.alpha)
A
Aaron Patterson 已提交
194
    rails-dom-testing (1.0.7)
195 196 197
      activesupport (>= 4.2.0.beta, < 5.0)
      nokogiri (~> 1.6.0)
      rails-deprecated_sanitizer (>= 1.0.1)
198
    rails-html-sanitizer (1.0.3)
R
Rafael Mendonça França 已提交
199
      loofah (~> 2.0)
200
    rake (11.1.1)
201
    rb-fsevent (0.9.7)
202 203
    rb-inotify (0.9.5)
      ffi (>= 0.5.0)
204
    rdoc (4.2.1)
205
    redcarpet (3.2.3)
206
    redis (3.2.2)
R
Rafael Mendonça França 已提交
207
    redis-namespace (1.5.2)
208 209 210 211 212 213 214 215 216 217 218 219
      redis (~> 3.0, >= 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)
    resque-scheduler (4.0.0)
      mono_logger (~> 1.0)
      redis (~> 3.0)
      resque (~> 1.25)
      rufus-scheduler (~> 3.0)
220
    rufus-scheduler (3.2.0)
221 222 223
    sdoc (0.4.1)
      json (~> 1.7, >= 1.7.7)
      rdoc (~> 4.0)
224
    sequel (4.30.0)
R
Rafael Mendonça França 已提交
225
    serverengine (1.5.11)
226
      sigdump (~> 0.2.2)
227
    sidekiq (4.0.2)
228
      concurrent-ruby (~> 1.0)
R
Rafael Mendonça França 已提交
229 230 231
      connection_pool (~> 2.2, >= 2.2.0)
      redis (~> 3.2, >= 3.2.1)
    sigdump (0.2.3)
A
Aaron Patterson 已提交
232 233
    sinatra (1.0)
      rack (>= 1.0)
R
Rafael Mendonça França 已提交
234
    sneakers (2.3.5)
235
      bunny (~> 2.2.0)
R
Rafael Mendonça França 已提交
236
      serverengine (~> 1.5.11)
237
      thor
S
Semyon Pupkov 已提交
238
      thread (~> 0.1.7)
239 240 241
    sprockets (3.5.2)
      concurrent-ruby (~> 1.0)
      rack (> 1, < 3)
242
    sprockets-rails (3.0.4)
243 244 245
      actionpack (>= 4.0)
      activesupport (>= 4.0)
      sprockets (>= 3.0.0)
R
Rafael Mendonça França 已提交
246
    sqlite3 (1.3.11)
S
Sean Griffin 已提交
247 248
    sqlite3 (1.3.11-x64-mingw32)
    sqlite3 (1.3.11-x86-mingw32)
249
    stackprof (0.2.8)
250 251
    sucker_punch (2.0.0)
      concurrent-ruby (~> 1.0.0)
252
    thor (0.19.1)
S
Semyon Pupkov 已提交
253
    thread (0.1.7)
254
    thread_safe (0.3.5)
255
    turbolinks-source (5.0.0.beta2)
256 257
    tzinfo (1.2.2)
      thread_safe (~> 0.1)
R
Rafael Mendonça França 已提交
258
    tzinfo-data (1.2015.7)
259 260
      tzinfo (>= 1.0.0)
    uglifier (2.7.2)
261 262 263 264 265 266 267
      execjs (>= 0.3.0)
      json (>= 1.8.0)
    vegas (0.1.11)
      rack (>= 1.0.0)
    w3c_validators (1.2)
      json
      nokogiri
268 269 270
    websocket-driver (0.6.3)
      websocket-extensions (>= 0.1.0)
    websocket-extensions (0.1.2)
271 272 273

PLATFORMS
  ruby
274 275
  x64-mingw32
  x86-mingw32
276 277 278 279 280 281

DEPENDENCIES
  activerecord-jdbcmysql-adapter (>= 1.3.0)
  activerecord-jdbcpostgresql-adapter (>= 1.3.0)
  activerecord-jdbcsqlite3-adapter (>= 1.3.0)
  backburner
R
Rafael Mendonça França 已提交
282
  bcrypt (~> 3.1.11)
283
  benchmark-ips
284
  byebug
285 286 287
  coffee-rails (~> 4.1.0)
  dalli (>= 2.2.1)
  delayed_job
288
  delayed_job_active_record
289
  em-hiredis
290
  faye-websocket
291
  hiredis
R
Rafael Mendonça França 已提交
292
  jquery-rails
293
  kindlerb (= 0.1.1)
294
  listen (~> 3.0.5)
295 296
  minitest (< 5.3.4)
  mocha (~> 0.14)
297
  mysql2 (>= 0.4.0)
J
Jon Moss 已提交
298
  nokogiri (>= 1.6.7.1)
299 300
  pg (>= 0.18.0)
  psych (~> 2.0)
301
  puma
302 303 304
  qu-rails!
  qu-redis
  que
305
  queue_classic!
306 307 308
  racc (>= 1.4.6)
  rack-cache (~> 1.2)
  rails!
Y
yui-knk 已提交
309
  rake (>= 11.1)
310
  redcarpet (~> 3.2.3)
311
  redis
P
Prathamesh Sonpatki 已提交
312
  resque (< 1.26)
313
  resque-scheduler
314
  sass!
315 316 317
  sdoc (~> 0.4.0)
  sequel
  sidekiq
S
Semyon Pupkov 已提交
318
  sneakers
319 320
  sqlite3 (~> 1.3.6)
  stackprof
321
  sucker_punch
322
  turbolinks!
323
  tzinfo-data
324 325
  uglifier (>= 1.3.0)
  w3c_validators
326 327

BUNDLED WITH
S
Sean Griffin 已提交
328
   1.11.2