Skip to content
This repository was archived by the owner on Mar 24, 2020. It is now read-only.

Commit ed25e8f

Browse files
Bump lograge from 0.5.1 to 0.11.2
Bumps [lograge](https://github.com/roidrage/lograge) from 0.5.1 to 0.11.2. - [Release notes](https://github.com/roidrage/lograge/releases) - [Changelog](https://github.com/roidrage/lograge/blob/master/CHANGELOG.md) - [Commits](roidrage/lograge@v0.5.1...v0.11.2) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 74d4cef commit ed25e8f

File tree

2 files changed

+16
-13
lines changed

2 files changed

+16
-13
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ gem 'uglifier', '~> 3.2.0'
4545
gem 'rspec-mocks', '3.6.0'
4646

4747
gem 'honeycomb-beeline'
48-
gem 'lograge', '0.5.1'
48+
gem 'lograge', '0.11.2'
4949
gem 'logstash-event', '1.2.02'
5050
gem 'coveralls', '0.8.21', require: false
5151
gem 'rubyzip', '1.3.0'

Gemfile.lock

+15-12
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ GEM
9191
bootstrap-sass (2.3.2.2)
9292
sass (~> 3.2)
9393
bower-rails (0.11.0)
94-
builder (3.2.3)
94+
builder (3.2.4)
9595
byebug (10.0.2)
9696
cancan (1.6.10)
9797
capistrano (3.8.1)
@@ -133,7 +133,7 @@ GEM
133133
term-ansicolor (~> 1.3)
134134
thor (~> 0.19.4)
135135
tins (~> 1.6)
136-
crass (1.0.5)
136+
crass (1.0.6)
137137
daemons (1.2.3)
138138
deprecation (0.2.2)
139139
activesupport
@@ -216,12 +216,13 @@ GEM
216216
addressable (~> 2.0)
217217
http (>= 2.0, < 5.0)
218218
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)
223224
logstash-event (1.2.02)
224-
loofah (2.3.1)
225+
loofah (2.4.0)
225226
crass (~> 1.0.2)
226227
nokogiri (>= 1.5.9)
227228
mail (2.7.1)
@@ -287,7 +288,7 @@ GEM
287288
nokogiri (~> 1.6)
288289
rails (>= 4.2.0, < 6.0)
289290
rdf
290-
rack (1.6.11)
291+
rack (1.6.13)
291292
rack-dev-mark (0.7.5)
292293
rack (>= 1.1)
293294
rack-test (0.6.3)
@@ -309,8 +310,8 @@ GEM
309310
activesupport (>= 4.2.0, < 5.0)
310311
nokogiri (~> 1.6)
311312
rails-deprecated_sanitizer (>= 1.0.1)
312-
rails-html-sanitizer (1.0.4)
313-
loofah (~> 2.2, >= 2.2.2)
313+
rails-html-sanitizer (1.3.0)
314+
loofah (~> 2.3)
314315
rails_autolink (1.1.6)
315316
rails (> 3.1)
316317
railties (4.2.11.1)
@@ -327,6 +328,8 @@ GEM
327328
rdf-xsd (>= 1.0)
328329
rdf-xsd (1.1.2)
329330
rdf (~> 1.1)
331+
request_store (1.5.0)
332+
rack (>= 1.4)
330333
responders (2.4.0)
331334
actionpack (>= 4.2.0, < 5.3)
332335
railties (>= 4.2.0, < 5.3)
@@ -429,7 +432,7 @@ GEM
429432
tilt (1.4.1)
430433
timecop (0.9.1)
431434
tins (1.13.3)
432-
tzinfo (1.2.5)
435+
tzinfo (1.2.6)
433436
thread_safe (~> 0.1)
434437
uber (0.0.15)
435438
uglifier (3.2.0)
@@ -479,7 +482,7 @@ DEPENDENCIES
479482
jquery-rails (~> 4.3.1)
480483
kaminari (~> 0.15.1)
481484
launchy (~> 2.4.3)
482-
lograge (= 0.5.1)
485+
lograge (= 0.11.2)
483486
logstash-event (= 1.2.02)
484487
minitest (~> 5.10.2)
485488
nokogiri (= 1.10.8)

0 commit comments

Comments
 (0)