This repository was archived by the owner on Mar 24, 2020. It is now read-only.
File tree 2 files changed +10
-7
lines changed
2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ gem 'uglifier', '~> 3.2.0'
45
45
gem 'rspec-mocks' , '3.6.0'
46
46
47
47
gem 'honeycomb-beeline'
48
- gem 'lograge' , '0.5.1 '
48
+ gem 'lograge' , '0.11.2 '
49
49
gem 'logstash-event' , '1.2.02'
50
50
gem 'coveralls' , '0.8.21' , require : false
51
51
gem 'rubyzip' , '1.2.2'
Original file line number Diff line number Diff line change @@ -216,10 +216,11 @@ GEM
216
216
addressable (~> 2.0 )
217
217
http (>= 2.0 , < 5.0 )
218
218
logger (1.3.0 )
219
- lograge (0.5.1 )
220
- actionpack (>= 4 , < 5.2 )
221
- activesupport (>= 4 , < 5.2 )
222
- railties (>= 4 , < 5.2 )
219
+ lograge (0.11.2 )
220
+ actionpack (>= 4 )
221
+ activesupport (>= 4 )
222
+ railties (>= 4 )
223
+ request_store (~> 1.0 )
223
224
logstash-event (1.2.02 )
224
225
loofah (2.2.3 )
225
226
crass (~> 1.0.2 )
309
310
activesupport (>= 4.2.0 , < 5.0 )
310
311
nokogiri (~> 1.6 )
311
312
rails-deprecated_sanitizer (>= 1.0.1 )
312
- rails-html-sanitizer (1.0.4 )
313
+ rails-html-sanitizer (1.2.0 )
313
314
loofah (~> 2.2 , >= 2.2.2 )
314
315
rails_autolink (1.1.6 )
315
316
rails (> 3.1 )
327
328
rdf-xsd (>= 1.0 )
328
329
rdf-xsd (1.1.2 )
329
330
rdf (~> 1.1 )
331
+ request_store (1.4.1 )
332
+ rack (>= 1.4 )
330
333
responders (2.4.0 )
331
334
actionpack (>= 4.2.0 , < 5.3 )
332
335
railties (>= 4.2.0 , < 5.3 )
@@ -479,7 +482,7 @@ DEPENDENCIES
479
482
jquery-rails (~> 4.3.1 )
480
483
kaminari (~> 0.15.1 )
481
484
launchy (~> 2.4.3 )
482
- lograge (= 0.5.1 )
485
+ lograge (= 0.11.2 )
483
486
logstash-event (= 1.2.02 )
484
487
minitest (~> 5.10.2 )
485
488
nokogiri (= 1.10.4 )
You can’t perform that action at this time.
0 commit comments