Blame view

Gemfile.lock 11.1 KB
92fbfd94   Victor Costa   Merge branch 'mas...
1
2
PATH
  remote: vendor/contacts
fa53fb3f   Victor Costa   Add gemfile lock
3
  specs:
92fbfd94   Victor Costa   Merge branch 'mas...
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
    contacts (1.2.0)
      gdata (>= 1.1.1)
      json (>= 1.1.1)

PATH
  remote: vendor/ezcrypto
  specs:
    ezcrypto (0.0.0)

PATH
  remote: vendor/gdata
  specs:
    gdata (1.1.1)

PATH
  remote: vendor/plugins/access_control
  specs:
    access_control (0.0.0)

PATH
1d454e8a   Victor Costa   Update Gemfile.lock
24
  remote: vendor/plugins/action_tracker
92fbfd94   Victor Costa   Merge branch 'mas...
25
  specs:
1d454e8a   Victor Costa   Update Gemfile.lock
26
    action_tracker (0.0.1)
92fbfd94   Victor Costa   Merge branch 'mas...
27
28

PATH
1d454e8a   Victor Costa   Update Gemfile.lock
29
  remote: vendor/plugins/action_tracker_has_comments
92fbfd94   Victor Costa   Merge branch 'mas...
30
  specs:
1d454e8a   Victor Costa   Update Gemfile.lock
31
    action_tracker_has_comments (0.0.0)
92fbfd94   Victor Costa   Merge branch 'mas...
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105

PATH
  remote: vendor/plugins/acts_as_list
  specs:
    acts_as_list (0.0.0)

PATH
  remote: vendor/plugins/acts_as_tree
  specs:
    acts_as_tree (0.0.0)

PATH
  remote: vendor/plugins/acts_as_versioned
  specs:
    acts_as_versioned (3.2.1)
      activerecord

PATH
  remote: vendor/plugins/honeypot
  specs:
    honeypot (0.0.0)

PATH
  remote: vendor/plugins/i18n_deprecation
  specs:
    i18n_deprecation (0.0.0)

PATH
  remote: vendor/plugins/kandadaboggu-vote_fu
  specs:
    kandadaboggu-vote_fu (0.0.15)

PATH
  remote: vendor/plugins/monkey_patches
  specs:
    monkey_patches (0.0.0)

PATH
  remote: vendor/plugins/noosfero_caching
  specs:
    noosfero_caching (0.0.0)

PATH
  remote: vendor/plugins/rails_rcov
  specs:
    rails_rcov (0.0.0)

PATH
  remote: vendor/plugins/recaptcha
  specs:
    recaptcha (0.3.2)
      i18n

PATH
  remote: vendor/plugins/ruby_bosh
  specs:
    ruby_bosh (0.5.4)
      builder
      rest-client

PATH
  remote: vendor/plugins/validates_as_cnpj
  specs:
    validates_as_cnpj (0.0.0)

PATH
  remote: vendor/plugins/validates_multiparameter_assignments
  specs:
    validates_multiparameter_assignments (0.0.0)

PATH
  remote: vendor/plugins/xss_terminate
  specs:
    xss_terminate (0.0.0)
fa53fb3f   Victor Costa   Add gemfile lock
106
107
108

GEM
  remote: https://rubygems.org/
fa53fb3f   Victor Costa   Add gemfile lock
109
110
  specs:
    RedCloth (4.2.9)
199e4a1d   Leandro Santos   updating Gemfile....
111
112
113
114
    actionmailer (4.2.6)
      actionpack (= 4.2.6)
      actionview (= 4.2.6)
      activejob (= 4.2.6)
92fbfd94   Victor Costa   Merge branch 'mas...
115
116
      mail (~> 2.5, >= 2.5.4)
      rails-dom-testing (~> 1.0, >= 1.0.5)
199e4a1d   Leandro Santos   updating Gemfile....
117
118
119
    actionpack (4.2.6)
      actionview (= 4.2.6)
      activesupport (= 4.2.6)
92fbfd94   Victor Costa   Merge branch 'mas...
120
121
122
123
124
125
126
127
      rack (~> 1.6)
      rack-test (~> 0.6.2)
      rails-dom-testing (~> 1.0, >= 1.0.5)
      rails-html-sanitizer (~> 1.0, >= 1.0.2)
    actionpack-action_caching (1.1.1)
      actionpack (>= 4.0.0, < 5.0)
    actionpack-page_caching (1.0.2)
      actionpack (>= 4.0.0, < 5)
199e4a1d   Leandro Santos   updating Gemfile....
128
129
    actionview (4.2.6)
      activesupport (= 4.2.6)
92fbfd94   Victor Costa   Merge branch 'mas...
130
      builder (~> 3.1)
fa53fb3f   Victor Costa   Add gemfile lock
131
      erubis (~> 2.7.0)
92fbfd94   Victor Costa   Merge branch 'mas...
132
133
      rails-dom-testing (~> 1.0, >= 1.0.5)
      rails-html-sanitizer (~> 1.0, >= 1.0.2)
199e4a1d   Leandro Santos   updating Gemfile....
134
135
    activejob (4.2.6)
      activesupport (= 4.2.6)
92fbfd94   Victor Costa   Merge branch 'mas...
136
      globalid (>= 0.3.0)
199e4a1d   Leandro Santos   updating Gemfile....
137
138
    activemodel (4.2.6)
      activesupport (= 4.2.6)
92fbfd94   Victor Costa   Merge branch 'mas...
139
      builder (~> 3.1)
199e4a1d   Leandro Santos   updating Gemfile....
140
141
142
    activerecord (4.2.6)
      activemodel (= 4.2.6)
      activesupport (= 4.2.6)
92fbfd94   Victor Costa   Merge branch 'mas...
143
      arel (~> 6.0)
92fbfd94   Victor Costa   Merge branch 'mas...
144
145
146
147
    activerecord-session_store (0.1.2)
      actionpack (>= 4.0.0, < 5)
      activerecord (>= 4.0.0, < 5)
      railties (>= 4.0.0, < 5)
199e4a1d   Leandro Santos   updating Gemfile....
148
    activesupport (4.2.6)
92fbfd94   Victor Costa   Merge branch 'mas...
149
150
151
152
153
154
      i18n (~> 0.7)
      json (~> 1.7, >= 1.7.7)
      minitest (~> 5.1)
      thread_safe (~> 0.3, >= 0.3.4)
      tzinfo (~> 1.1)
    acts-as-taggable-on (3.5.0)
fa53fb3f   Victor Costa   Add gemfile lock
155
      activerecord (>= 3.2, < 5)
c189907b   Victor Costa   Update Gemfile.lock
156
    addressable (2.4.0)
cb2e88fc   Evandro Junior   fix airbrake to E...
157
158
159
    airbrake (4.3.6)
      builder
      multi_json
92fbfd94   Victor Costa   Merge branch 'mas...
160
    ansi (1.5.0)
199e4a1d   Leandro Santos   updating Gemfile....
161
    api-pagination (4.3.0)
92fbfd94   Victor Costa   Merge branch 'mas...
162
    arel (6.0.3)
fa53fb3f   Victor Costa   Add gemfile lock
163
164
165
166
    axiom-types (0.1.1)
      descendants_tracker (~> 0.0.4)
      ice_nine (~> 0.11.0)
      thread_safe (~> 0.3, >= 0.3.1)
92fbfd94   Victor Costa   Merge branch 'mas...
167
    builder (3.2.2)
199e4a1d   Leandro Santos   updating Gemfile....
168
169
    capybara (2.6.2)
      addressable
fa53fb3f   Victor Costa   Add gemfile lock
170
171
172
173
174
      mime-types (>= 1.16)
      nokogiri (>= 1.3.3)
      rack (>= 1.0.0)
      rack-test (>= 0.5.4)
      xpath (~> 2.0)
fc0b7050   Evandro Junior   Added support for...
175
    childprocess (0.5.9)
fa53fb3f   Victor Costa   Add gemfile lock
176
177
      ffi (~> 1.0, >= 1.0.11)
    chronic (0.10.2)
fa53fb3f   Victor Costa   Add gemfile lock
178
179
    coercible (1.0.0)
      descendants_tracker (~> 0.0.1)
199e4a1d   Leandro Santos   updating Gemfile....
180
    concurrent-ruby (1.0.1)
1d454e8a   Victor Costa   Update Gemfile.lock
181
    cucumber (1.3.20)
fa53fb3f   Victor Costa   Add gemfile lock
182
      builder (>= 2.1.2)
92fbfd94   Victor Costa   Merge branch 'mas...
183
      diff-lcs (>= 1.1.3)
1d454e8a   Victor Costa   Update Gemfile.lock
184
      gherkin (~> 2.12)
92fbfd94   Victor Costa   Merge branch 'mas...
185
186
      multi_json (>= 1.7.5, < 2.0)
      multi_test (>= 0.1.2)
1d454e8a   Victor Costa   Update Gemfile.lock
187
    cucumber-rails (1.4.5)
92fbfd94   Victor Costa   Merge branch 'mas...
188
      capybara (>= 1.1.2, < 3)
1d454e8a   Victor Costa   Update Gemfile.lock
189
      cucumber (>= 1.3.8, < 4)
199e4a1d   Leandro Santos   updating Gemfile....
190
      mime-types (>= 1.16, < 4)
92fbfd94   Victor Costa   Merge branch 'mas...
191
      nokogiri (~> 1.5)
1d454e8a   Victor Costa   Update Gemfile.lock
192
      railties (>= 3, < 5.1)
92fbfd94   Victor Costa   Merge branch 'mas...
193
    daemons (1.2.3)
199e4a1d   Leandro Santos   updating Gemfile....
194
    dalli (2.7.6)
92fbfd94   Victor Costa   Merge branch 'mas...
195
196
197
198
199
200
    database_cleaner (1.5.1)
    delayed_job (4.1.1)
      activesupport (>= 3.0, < 5.0)
    delayed_job_active_record (4.1.0)
      activerecord (>= 3.0, < 5)
      delayed_job (>= 3.0, < 5)
fa53fb3f   Victor Costa   Add gemfile lock
201
202
203
    descendants_tracker (0.0.4)
      thread_safe (~> 0.3, >= 0.3.1)
    diff-lcs (1.2.5)
c189907b   Victor Costa   Update Gemfile.lock
204
    diffy (3.1.0)
199e4a1d   Leandro Santos   updating Gemfile....
205
    domain_name (0.5.20160310)
92fbfd94   Victor Costa   Merge branch 'mas...
206
      unf (>= 0.0.5, < 1.0.0)
1d454e8a   Victor Costa   Update Gemfile.lock
207
208
    doorkeeper (3.1.0)
      railties (>= 3.2)
199e4a1d   Leandro Santos   updating Gemfile....
209
    eita-jrails (0.10.1)
06bf7862   Leandro Santos   merging with master
210
211
      actionpack (>= 3.1.0)
      activesupport (>= 3.0.0)
fa53fb3f   Victor Costa   Add gemfile lock
212
213
    equalizer (0.0.11)
    erubis (2.7.0)
fa53fb3f   Victor Costa   Add gemfile lock
214
215
216
    exception_notification (4.0.1)
      actionmailer (>= 3.0.4)
      activesupport (>= 3.0.4)
06bf7862   Leandro Santos   merging with master
217
    execjs (2.6.0)
92fbfd94   Victor Costa   Merge branch 'mas...
218
    fast_gettext (0.9.2)
fa53fb3f   Victor Costa   Add gemfile lock
219
    ffi (1.9.10)
199e4a1d   Leandro Santos   updating Gemfile....
220
    gettext (3.2.1)
92fbfd94   Victor Costa   Merge branch 'mas...
221
222
      locale (>= 2.0.5)
      text (>= 1.3.0)
1d454e8a   Victor Costa   Update Gemfile.lock
223
224
    gherkin (2.12.2)
      multi_json (~> 1.3)
fa53fb3f   Victor Costa   Add gemfile lock
225
    git-version-bump (0.15.1)
92fbfd94   Victor Costa   Merge branch 'mas...
226
227
    globalid (0.3.6)
      activesupport (>= 4.1.0)
199e4a1d   Leandro Santos   updating Gemfile....
228
    grape (0.15.0)
fa53fb3f   Victor Costa   Add gemfile lock
229
230
231
232
233
234
235
236
237
      activesupport
      builder
      hashie (>= 2.1.0)
      multi_json (>= 1.3.2)
      multi_xml (>= 0.5.2)
      rack (>= 1.3.0)
      rack-accept
      rack-mount
      virtus (>= 1.0.0)
93200e51   Victor Costa   Update gemfile lock
238
    grape-entity (0.4.8)
fa53fb3f   Victor Costa   Add gemfile lock
239
240
      activesupport
      multi_json (>= 1.3.2)
2fdd5328   Evandro Jr   Added Gemfile.loc...
241
    grape-swagger (0.10.2)
f7567fdd   Victor Costa   Update Gemfile.lock
242
      grape (>= 0.8.0)
2fdd5328   Evandro Jr   Added Gemfile.loc...
243
      grape-entity
199e4a1d   Leandro Santos   updating Gemfile....
244
    grape_logging (1.2.1)
92fbfd94   Victor Costa   Merge branch 'mas...
245
      grape
2fdd5328   Evandro Jr   Added Gemfile.loc...
246
    hashie (3.4.3)
92fbfd94   Victor Costa   Merge branch 'mas...
247
248
    http-cookie (1.0.2)
      domain_name (~> 0.5)
fa53fb3f   Victor Costa   Add gemfile lock
249
    i18n (0.7.0)
199e4a1d   Leandro Santos   updating Gemfile....
250
    ice_nine (0.11.2)
fa53fb3f   Victor Costa   Add gemfile lock
251
    json (1.8.3)
06bf7862   Leandro Santos   merging with master
252
    kgio (2.10.0)
27cdcb60   Leandro Santos   updating gemfile
253
    kramdown (1.9.0)
92fbfd94   Victor Costa   Merge branch 'mas...
254
255
    launchy (2.4.3)
      addressable (~> 2.3)
fa53fb3f   Victor Costa   Add gemfile lock
256
    liquid (3.0.6)
92fbfd94   Victor Costa   Merge branch 'mas...
257
258
259
    locale (2.1.2)
    loofah (2.0.3)
      nokogiri (>= 1.5.9)
fa53fb3f   Victor Costa   Add gemfile lock
260
261
    magic (0.2.9)
      ffi (>= 0.6.3)
199e4a1d   Leandro Santos   updating Gemfile....
262
263
    mail (2.6.4)
      mime-types (>= 1.16, < 4)
fa53fb3f   Victor Costa   Add gemfile lock
264
    metaclass (0.0.4)
199e4a1d   Leandro Santos   updating Gemfile....
265
    mime-types (2.99.1)
c189907b   Victor Costa   Update Gemfile.lock
266
    mini_portile2 (2.0.0)
199e4a1d   Leandro Santos   updating Gemfile....
267
268
    minitest (5.8.4)
    minitest-reporters (1.1.8)
92fbfd94   Victor Costa   Merge branch 'mas...
269
270
271
272
      ansi
      builder
      minitest (>= 5.0)
      ruby-progressbar
fa53fb3f   Victor Costa   Add gemfile lock
273
274
275
    mocha (1.1.0)
      metaclass (~> 0.0.1)
    multi_json (1.11.2)
92fbfd94   Victor Costa   Merge branch 'mas...
276
    multi_test (0.1.2)
fa53fb3f   Victor Costa   Add gemfile lock
277
    multi_xml (0.5.5)
92fbfd94   Victor Costa   Merge branch 'mas...
278
    netrc (0.11.0)
199e4a1d   Leandro Santos   updating Gemfile....
279
    nokogiri (1.6.7.2)
c189907b   Victor Costa   Update Gemfile.lock
280
      mini_portile2 (~> 2.0.0.rc2)
92fbfd94   Victor Costa   Merge branch 'mas...
281
282
    pg (0.18.4)
    pothoven-attachment_fu (3.2.16)
199e4a1d   Leandro Santos   updating Gemfile....
283
    power_assert (0.2.7)
92fbfd94   Victor Costa   Merge branch 'mas...
284
285
    protected_attributes (1.1.3)
      activemodel (>= 4.0.1, < 5.0)
92fbfd94   Victor Costa   Merge branch 'mas...
286
    rack (1.6.4)
fa53fb3f   Victor Costa   Add gemfile lock
287
288
    rack-accept (0.4.5)
      rack (>= 0.4)
06bf7862   Leandro Santos   merging with master
289
    rack-contrib (1.4.0)
fa53fb3f   Victor Costa   Add gemfile lock
290
291
292
293
294
      git-version-bump (~> 0.15)
      rack (~> 1.4)
    rack-cors (0.4.0)
    rack-mount (0.8.3)
      rack (>= 1.0.0)
fa53fb3f   Victor Costa   Add gemfile lock
295
296
    rack-test (0.6.3)
      rack (>= 1.0)
199e4a1d   Leandro Santos   updating Gemfile....
297
298
299
300
301
302
303
304
    rails (4.2.6)
      actionmailer (= 4.2.6)
      actionpack (= 4.2.6)
      actionview (= 4.2.6)
      activejob (= 4.2.6)
      activemodel (= 4.2.6)
      activerecord (= 4.2.6)
      activesupport (= 4.2.6)
92fbfd94   Victor Costa   Merge branch 'mas...
305
      bundler (>= 1.3.0, < 2.0)
199e4a1d   Leandro Santos   updating Gemfile....
306
      railties (= 4.2.6)
92fbfd94   Victor Costa   Merge branch 'mas...
307
308
309
310
311
312
313
      sprockets-rails
    rails-deprecated_sanitizer (1.0.3)
      activesupport (>= 4.2.0.alpha)
    rails-dom-testing (1.0.7)
      activesupport (>= 4.2.0.beta, < 5.0)
      nokogiri (~> 1.6.0)
      rails-deprecated_sanitizer (>= 1.0.1)
199e4a1d   Leandro Santos   updating Gemfile....
314
    rails-html-sanitizer (1.0.3)
92fbfd94   Victor Costa   Merge branch 'mas...
315
316
317
      loofah (~> 2.0)
    rails-observers (0.1.2)
      activemodel (~> 4.0)
fa53fb3f   Victor Costa   Add gemfile lock
318
319
    rails_autolink (1.1.6)
      rails (> 3.1)
199e4a1d   Leandro Santos   updating Gemfile....
320
321
322
    railties (4.2.6)
      actionpack (= 4.2.6)
      activesupport (= 4.2.6)
fa53fb3f   Victor Costa   Add gemfile lock
323
      rake (>= 0.8.7)
92fbfd94   Victor Costa   Merge branch 'mas...
324
      thor (>= 0.18.1, < 2.0)
199e4a1d   Leandro Santos   updating Gemfile....
325
326
    raindrops (0.16.0)
    rake (11.1.1)
92fbfd94   Victor Costa   Merge branch 'mas...
327
328
329
330
331
    rest-client (1.8.0)
      http-cookie (>= 1.0.2, < 2.0)
      mime-types (>= 1.16, < 3.0)
      netrc (~> 0.7)
    rmagick (2.15.4)
92fbfd94   Victor Costa   Merge branch 'mas...
332
333
334
335
    rspec (3.4.0)
      rspec-core (~> 3.4.0)
      rspec-expectations (~> 3.4.0)
      rspec-mocks (~> 3.4.0)
199e4a1d   Leandro Santos   updating Gemfile....
336
    rspec-core (3.4.4)
92fbfd94   Victor Costa   Merge branch 'mas...
337
338
339
340
      rspec-support (~> 3.4.0)
    rspec-expectations (3.4.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.4.0)
199e4a1d   Leandro Santos   updating Gemfile....
341
    rspec-mocks (3.4.1)
92fbfd94   Victor Costa   Merge branch 'mas...
342
343
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.4.0)
199e4a1d   Leandro Santos   updating Gemfile....
344
    rspec-rails (3.4.2)
92fbfd94   Victor Costa   Merge branch 'mas...
345
346
347
348
349
350
351
      actionpack (>= 3.0, < 4.3)
      activesupport (>= 3.0, < 4.3)
      railties (>= 3.0, < 4.3)
      rspec-core (~> 3.4.0)
      rspec-expectations (~> 3.4.0)
      rspec-mocks (~> 3.4.0)
      rspec-support (~> 3.4.0)
c189907b   Victor Costa   Update Gemfile.lock
352
    rspec-support (3.4.1)
fa53fb3f   Victor Costa   Add gemfile lock
353
354
    ruby-feedparser (0.9.3)
      magic
92fbfd94   Victor Costa   Merge branch 'mas...
355
    ruby-progressbar (1.7.5)
fc0b7050   Evandro Junior   Added support for...
356
    rubyzip (1.2.0)
199e4a1d   Leandro Santos   updating Gemfile....
357
    sass (3.4.21)
92fbfd94   Victor Costa   Merge branch 'mas...
358
359
360
361
362
363
    sass-rails (5.0.4)
      railties (>= 4.0.0, < 5.0)
      sass (~> 3.1)
      sprockets (>= 2.8, < 4.0)
      sprockets-rails (>= 2.0, < 4.0)
      tilt (>= 1.1, < 3)
199e4a1d   Leandro Santos   updating Gemfile....
364
    selenium-webdriver (2.53.0)
d66aa24c   Leandro Santos   merging with master
365
      childprocess (~> 0.5)
fa53fb3f   Victor Costa   Add gemfile lock
366
      rubyzip (~> 1.0)
d66aa24c   Leandro Santos   merging with master
367
      websocket (~> 1.0)
a74b5d28   Victor Costa   Update gemfile lock
368
369
370
    slim (3.0.6)
      temple (~> 0.7.3)
      tilt (>= 1.3.3, < 2.1)
199e4a1d   Leandro Santos   updating Gemfile....
371
    spring (1.6.4)
2fdd5328   Evandro Jr   Added Gemfile.loc...
372
    sprockets (3.5.2)
c189907b   Victor Costa   Update Gemfile.lock
373
      concurrent-ruby (~> 1.0)
92fbfd94   Victor Costa   Merge branch 'mas...
374
      rack (> 1, < 3)
f045320e   Victor Costa   Update Gemfile.lock
375
376
377
378
    sprockets-rails (2.3.3)
      actionpack (>= 3.0)
      activesupport (>= 3.0)
      sprockets (>= 2.8, < 4.0)
f7567fdd   Victor Costa   Update Gemfile.lock
379
    swagger-ui_rails (0.1.7)
a74b5d28   Victor Costa   Update gemfile lock
380
    temple (0.7.6)
199e4a1d   Leandro Santos   updating Gemfile....
381
    test-unit (3.1.8)
92fbfd94   Victor Costa   Merge branch 'mas...
382
383
      power_assert
    text (1.3.1)
fa53fb3f   Victor Costa   Add gemfile lock
384
385
    thor (0.19.1)
    thread_safe (0.3.5)
199e4a1d   Leandro Santos   updating Gemfile....
386
    tilt (2.0.2)
92fbfd94   Victor Costa   Merge branch 'mas...
387
388
    tzinfo (1.2.2)
      thread_safe (~> 0.1)
199e4a1d   Leandro Santos   updating Gemfile....
389
390
    uglifier (3.0.0)
      execjs (>= 0.3.0, < 3)
92fbfd94   Victor Costa   Merge branch 'mas...
391
392
    unf (0.1.4)
      unf_ext
199e4a1d   Leandro Santos   updating Gemfile....
393
    unf_ext (0.0.7.2)
06bf7862   Leandro Santos   merging with master
394
395
396
397
    unicorn (4.9.0)
      kgio (~> 2.6)
      rack
      raindrops (~> 0.7)
fa53fb3f   Victor Costa   Add gemfile lock
398
399
400
401
402
    virtus (1.0.5)
      axiom-types (~> 0.1)
      coercible (~> 1.0)
      descendants_tracker (~> 0.0, >= 0.0.3)
      equalizer (~> 0.0, >= 0.0.9)
d66aa24c   Leandro Santos   merging with master
403
    websocket (1.2.2)
fa53fb3f   Victor Costa   Add gemfile lock
404
405
406
407
408
    whenever (0.9.4)
      chronic (>= 0.6.3)
    will_paginate (3.0.7)
    xpath (2.0.0)
      nokogiri (~> 1.3)
fa53fb3f   Victor Costa   Add gemfile lock
409
410
411
412
413

PLATFORMS
  ruby

DEPENDENCIES
92fbfd94   Victor Costa   Merge branch 'mas...
414
415
416
417
418
419
  RedCloth (~> 4.2)
  access_control (= 0.0.0)!
  action_tracker (> 0.0.0)!
  action_tracker_has_comments (= 0.0.0)!
  actionpack-action_caching
  actionpack-page_caching
92fbfd94   Victor Costa   Merge branch 'mas...
420
421
  activerecord-jdbcpostgresql-adapter
  activerecord-session_store
92fbfd94   Victor Costa   Merge branch 'mas...
422
423
424
425
  acts-as-taggable-on (~> 3.5)
  acts_as_list (= 0.0.0)!
  acts_as_tree (= 0.0.0)!
  acts_as_versioned (> 0.0.0)!
cb2e88fc   Evandro Junior   fix airbrake to E...
426
  airbrake (~> 4)
ed6f20bb   Leandro Santos   fix merge with ma...
427
  api-pagination (>= 4.1.1)
92fbfd94   Victor Costa   Merge branch 'mas...
428
429
  capybara (~> 2.2)
  contacts (> 0.0.0)!
1d454e8a   Victor Costa   Update Gemfile.lock
430
  cucumber (~> 1.3)
92fbfd94   Victor Costa   Merge branch 'mas...
431
432
  cucumber-rails (~> 1.4.2)
  daemons (~> 1.1)
fa53fb3f   Victor Costa   Add gemfile lock
433
  dalli (~> 2.7.0)
92fbfd94   Victor Costa   Merge branch 'mas...
434
435
436
437
  database_cleaner (~> 1.3)
  delayed_job
  delayed_job_active_record
  diffy (~> 3.0)
1d454e8a   Victor Costa   Update Gemfile.lock
438
  doorkeeper (~> 3.1.0)
92fbfd94   Victor Costa   Merge branch 'mas...
439
  eita-jrails (~> 0.10.0)
fa53fb3f   Victor Costa   Add gemfile lock
440
  exception_notification (~> 4.0.1)
92fbfd94   Victor Costa   Merge branch 'mas...
441
442
443
444
  ezcrypto (= 0.0.0)!
  fast_gettext (~> 0.9)
  gdata (> 0.0.0)!
  gettext (~> 3.1)
fa53fb3f   Victor Costa   Add gemfile lock
445
  grape (~> 0.12)
9336e5c5   Leandro Santos   updating gemfile
446
  grape-entity (~> 0.4.8)
f7567fdd   Victor Costa   Update Gemfile.lock
447
  grape-swagger
92fbfd94   Victor Costa   Merge branch 'mas...
448
449
450
  grape_logging
  honeypot (= 0.0.0)!
  i18n_deprecation (= 0.0.0)!
92fbfd94   Victor Costa   Merge branch 'mas...
451
  kandadaboggu-vote_fu (> 0.0.0)!
f7567fdd   Victor Costa   Update Gemfile.lock
452
  kramdown
92fbfd94   Victor Costa   Merge branch 'mas...
453
  launchy
9336e5c5   Leandro Santos   updating gemfile
454
  liquid (>= 3.0.3)
92fbfd94   Victor Costa   Merge branch 'mas...
455
  locale (~> 2.1)
92fbfd94   Victor Costa   Merge branch 'mas...
456
457
  minitest
  minitest-reporters
fa53fb3f   Victor Costa   Add gemfile lock
458
  mocha (~> 1.1.0)
92fbfd94   Victor Costa   Merge branch 'mas...
459
  monkey_patches (= 0.0.0)!
e1efe793   Leandro Santos   updating gemfile
460
  nokogiri (~> 1.6.0)
92fbfd94   Victor Costa   Merge branch 'mas...
461
  noosfero_caching (= 0.0.0)!
92fbfd94   Victor Costa   Merge branch 'mas...
462
463
464
  pg (~> 0.17)
  pothoven-attachment_fu (~> 3.2.16)
  protected_attributes
fa53fb3f   Victor Costa   Add gemfile lock
465
466
  rack-contrib
  rack-cors
92fbfd94   Victor Costa   Merge branch 'mas...
467
468
  rails (~> 4.2.4)
  rails-observers
fa53fb3f   Victor Costa   Add gemfile lock
469
  rails_autolink (~> 1.1.5)
92fbfd94   Victor Costa   Merge branch 'mas...
470
  rails_rcov (= 0.0.0)!
fa53fb3f   Victor Costa   Add gemfile lock
471
  rake
92fbfd94   Victor Costa   Merge branch 'mas...
472
  recaptcha (> 0.0.0)!
92fbfd94   Victor Costa   Merge branch 'mas...
473
474
475
  rest-client (~> 1.6)
  rmagick (~> 2.13)
  rmagick4j
92fbfd94   Victor Costa   Merge branch 'mas...
476
477
  rspec (~> 3.3)
  rspec-rails (~> 3.2)
fa53fb3f   Victor Costa   Add gemfile lock
478
  ruby-feedparser (~> 0.7)
92fbfd94   Victor Costa   Merge branch 'mas...
479
  ruby_bosh (> 0.0.0)!
fa53fb3f   Victor Costa   Add gemfile lock
480
  sass-rails
51823c88   Leandro Santos   adding themes as ...
481
  selenium-webdriver (>= 2.53)
a74b5d28   Victor Costa   Update gemfile lock
482
  slim
92fbfd94   Victor Costa   Merge branch 'mas...
483
  spring
9c81f9f2   Victor Costa   Update gemfile lock
484
  sprockets-rails (~> 2.1)
f7567fdd   Victor Costa   Update Gemfile.lock
485
  swagger-ui_rails
92fbfd94   Victor Costa   Merge branch 'mas...
486
  test-unit
fa53fb3f   Victor Costa   Add gemfile lock
487
  uglifier (>= 1.0.3)
06bf7862   Leandro Santos   merging with master
488
  unicorn (~> 4.8)
92fbfd94   Victor Costa   Merge branch 'mas...
489
490
  validates_as_cnpj (= 0.0.0)!
  validates_multiparameter_assignments (= 0.0.0)!
25bf5328   Leandro Santos   updating staging
491
  whenever (= 0.9.4)
fc0b7050   Evandro Junior   Added support for...
492
  will_paginate (~> 3.0.7)
92fbfd94   Victor Costa   Merge branch 'mas...
493
  xss_terminate (= 0.0.0)!