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

Commit 38f4f8a

Browse files
Bump lograge from 0.5.1 to 0.11.0
Bumps [lograge](https://github.com/roidrage/lograge) from 0.5.1 to 0.11.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.11.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
1 parent 0ca1e33 commit 38f4f8a

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.11.0'
4949
gem 'logstash-event', '1.2.02'
5050
gem 'coveralls', '0.8.21', require: false
5151
gem 'rubyzip', '1.2.2'

Gemfile.lock

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -202,10 +202,11 @@ GEM
202202
launchy (2.4.3)
203203
addressable (~> 2.3)
204204
logger (1.3.0)
205-
lograge (0.5.1)
206-
actionpack (>= 4, < 5.2)
207-
activesupport (>= 4, < 5.2)
208-
railties (>= 4, < 5.2)
205+
lograge (0.11.0)
206+
actionpack (>= 4)
207+
activesupport (>= 4)
208+
railties (>= 4)
209+
request_store (~> 1.0)
209210
logstash-event (1.2.02)
210211
loofah (2.2.3)
211212
crass (~> 1.0.2)
@@ -310,6 +311,8 @@ GEM
310311
rdf-xsd (>= 1.0)
311312
rdf-xsd (1.1.2)
312313
rdf (~> 1.1)
314+
request_store (1.4.1)
315+
rack (>= 1.4)
313316
responders (2.4.0)
314317
actionpack (>= 4.2.0, < 5.3)
315318
railties (>= 4.2.0, < 5.3)
@@ -458,7 +461,7 @@ DEPENDENCIES
458461
jquery-rails (~> 4.3.1)
459462
kaminari (~> 0.15.1)
460463
launchy (~> 2.4.3)
461-
lograge (= 0.5.1)
464+
lograge (= 0.11.0)
462465
logstash-event (= 1.2.02)
463466
minitest (~> 5.10.2)
464467
newrelic_rpm (= 5.3.0.346)

0 commit comments

Comments
 (0)