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

Commit e1d7fd1

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 510939e commit e1d7fd1

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
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.2.2'

Gemfile.lock

+11-8
Original file line numberDiff line numberDiff line change
@@ -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)
@@ -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.4.1)
332+
rack (>= 1.4)
330333
responders (2.4.0)
331334
actionpack (>= 4.2.0, < 5.3)
332335
railties (>= 4.2.0, < 5.3)
@@ -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.5)

0 commit comments

Comments
 (0)