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

Commit 254f9fa

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 a6bf0cb commit 254f9fa

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
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: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -201,10 +201,11 @@ GEM
201201
launchy (2.4.3)
202202
addressable (~> 2.3)
203203
logger (1.2.8)
204-
lograge (0.5.1)
205-
actionpack (>= 4, < 5.2)
206-
activesupport (>= 4, < 5.2)
207-
railties (>= 4, < 5.2)
204+
lograge (0.10.0)
205+
actionpack (>= 4)
206+
activesupport (>= 4)
207+
railties (>= 4)
208+
request_store (~> 1.0)
208209
logstash-event (1.2.02)
209210
loofah (2.2.2)
210211
crass (~> 1.0.2)
@@ -309,6 +310,8 @@ GEM
309310
rdf-xsd (>= 1.0)
310311
rdf-xsd (1.1.2)
311312
rdf (~> 1.1)
313+
request_store (1.4.1)
314+
rack (>= 1.4)
312315
responders (2.4.0)
313316
actionpack (>= 4.2.0, < 5.3)
314317
railties (>= 4.2.0, < 5.3)
@@ -456,7 +459,7 @@ DEPENDENCIES
456459
jquery-rails (~> 4.3.1)
457460
kaminari (~> 0.15.1)
458461
launchy (~> 2.4.3)
459-
lograge (= 0.5.1)
462+
lograge (= 0.10.0)
460463
logstash-event (= 1.2.02)
461464
minitest (~> 5.10.2)
462465
newrelic_rpm (= 5.3.0.346)

0 commit comments

Comments
 (0)