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

Commit ef5d21c

Browse files
Bump lograge from 0.5.1 to 0.10.0
Bumps [lograge](https://github.com/roidrage/lograge) from 0.5.1 to 0.10.0. - [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.10.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
1 parent e1c0625 commit ef5d21c

File tree

2 files changed

+20
-15
lines changed

2 files changed

+20
-15
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
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
gem 'newrelic_rpm', '5.3.0.346'
4747

48-
gem 'lograge', '0.5.1'
48+
gem 'lograge', '0.10.0'
4949
gem 'logstash-event', '1.2.02'
5050
gem 'coveralls', '0.8.21', require: false
5151
gem 'rubyzip', '1.2.1'

Gemfile.lock

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ GEM
131131
term-ansicolor (~> 1.3)
132132
thor (~> 0.19.4)
133133
tins (~> 1.6)
134+
crass (1.0.4)
134135
daemons (1.2.3)
135136
deprecation (0.2.2)
136137
activesupport
@@ -181,7 +182,7 @@ GEM
181182
hydra-access-controls (= 6.5.2)
182183
hydra-core (= 6.5.2)
183184
rails (>= 3.2.6)
184-
i18n (0.8.1)
185+
i18n (0.8.6)
185186
jaro_winkler (1.5.1)
186187
jettywrapper (2.0.3)
187188
activesupport (>= 3.0.0)
@@ -201,12 +202,14 @@ GEM
201202
launchy (2.4.3)
202203
addressable (~> 2.3)
203204
logger (1.2.8)
204-
lograge (0.5.1)
205-
actionpack (>= 4, < 5.2)
206-
activesupport (>= 4, < 5.2)
207-
railties (>= 4, < 5.2)
205+
lograge (0.10.0)
206+
actionpack (>= 4)
207+
activesupport (>= 4)
208+
railties (>= 4)
209+
request_store (~> 1.0)
208210
logstash-event (1.2.02)
209-
loofah (2.0.3)
211+
loofah (2.2.2)
212+
crass (~> 1.0.2)
210213
nokogiri (>= 1.5.9)
211214
mail (2.7.0.rc1)
212215
mini_mime (>= 0.1.1)
@@ -218,7 +221,7 @@ GEM
218221
mime-types (2.99.3)
219222
mini_mime (0.1.3)
220223
mini_portile2 (2.3.0)
221-
minitest (5.10.2)
224+
minitest (5.10.3)
222225
multi_json (1.12.1)
223226
multi_xml (0.6.0)
224227
multipart-post (2.0.0)
@@ -268,7 +271,7 @@ GEM
268271
nokogiri (~> 1.6)
269272
rails (>= 4.2.0, < 6.0)
270273
rdf
271-
rack (1.6.8)
274+
rack (1.6.10)
272275
rack-dev-mark (0.7.5)
273276
rack (>= 1.1)
274277
rack-test (0.6.3)
@@ -286,12 +289,12 @@ GEM
286289
sprockets-rails
287290
rails-deprecated_sanitizer (1.0.3)
288291
activesupport (>= 4.2.0.alpha)
289-
rails-dom-testing (1.0.8)
290-
activesupport (>= 4.2.0.beta, < 5.0)
292+
rails-dom-testing (1.0.9)
293+
activesupport (>= 4.2.0, < 5.0)
291294
nokogiri (~> 1.6)
292295
rails-deprecated_sanitizer (>= 1.0.1)
293-
rails-html-sanitizer (1.0.3)
294-
loofah (~> 2.0)
296+
rails-html-sanitizer (1.0.4)
297+
loofah (~> 2.2, >= 2.2.2)
295298
rails_autolink (1.1.6)
296299
rails (> 3.1)
297300
railties (4.2.7.1)
@@ -308,6 +311,8 @@ GEM
308311
rdf-xsd (>= 1.0)
309312
rdf-xsd (1.1.2)
310313
rdf (~> 1.1)
314+
request_store (1.4.1)
315+
rack (>= 1.4)
311316
responders (2.4.0)
312317
actionpack (>= 4.2.0, < 5.3)
313318
railties (>= 4.2.0, < 5.3)
@@ -409,7 +414,7 @@ GEM
409414
thread_safe (0.3.6)
410415
tilt (1.4.1)
411416
tins (1.13.3)
412-
tzinfo (1.2.3)
417+
tzinfo (1.2.5)
413418
thread_safe (~> 0.1)
414419
uber (0.0.15)
415420
uglifier (3.2.0)
@@ -455,7 +460,7 @@ DEPENDENCIES
455460
jquery-rails (~> 4.3.1)
456461
kaminari (~> 0.15.1)
457462
launchy (~> 2.4.3)
458-
lograge (= 0.5.1)
463+
lograge (= 0.10.0)
459464
logstash-event (= 1.2.02)
460465
minitest (~> 5.10.2)
461466
newrelic_rpm (= 5.3.0.346)

0 commit comments

Comments
 (0)