diff options
author | dependabot[bot] <dependabot[bot]@users.noreply.github.com> | 2019-04-21 04:49:05 +0200 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2019-04-21 04:49:05 +0200 |
commit | a5c0aae984a38f6f6670e821cc4c0d755cf55ad1 (patch) | |
tree | 238782c7c1a2309466391c8ac21649a81def8004 /Gemfile | |
parent | d210d0a655bbf900bba627bfed9d1d80c682bc29 (diff) |
Bump lograge from 0.10.0 to 0.11.0 (#10588)
Bumps [lograge](https://github.com/roidrage/lograge) from 0.10.0 to 0.11.0. - [Release notes](https://github.com/roidrage/lograge/releases) - [Changelog](https://github.com/roidrage/lograge/blob/master/CHANGELOG.md) - [Commits](https://github.com/roidrage/lograge/compare/v0.10.0...v0.11.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile index 735920a66..b2d6bc3fc 100644 --- a/Gemfile +++ b/Gemfile @@ -142,7 +142,7 @@ group :development do end group :production do - gem 'lograge', '~> 0.10' + gem 'lograge', '~> 0.11' gem 'redis-rails', '~> 5.0' end |