Skip to content

Commit

Permalink
Bump lograge from 0.12.0 to 0.13.0
Browse files Browse the repository at this point in the history
Bumps [lograge](https://github.com/roidrage/lograge) from 0.12.0 to 0.13.0.
- [Release notes](https://github.com/roidrage/lograge/releases)
- [Changelog](https://github.com/roidrage/lograge/blob/master/CHANGELOG.md)
- [Commits](roidrage/lograge@v0.12.0...v0.13.0)

---
updated-dependencies:
- dependency-name: lograge
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 31, 2023
1 parent c1672c5 commit 8ee2903
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ gem 'sprockets', '~> 3.7'
gem 'chronic', '~> 0.10.2' # For nat lang parsing of dates
gem 'countries', '~> 4.2'
gem 'i18n-js', '~> 3.8', git: 'https://github.com/houdiniproject/i18n-js.git', branch: 'houdini-tweaks'
gem 'lograge', '~> 0.12.0' # make logging less terrible in rails
gem 'lograge', '~> 0.13.0' # make logging less terrible in rails
gem 'rails-i18n', '~> 6.0.0', '~> 6'
gem 'premailer-rails', '~> 1.12' # for styling of email
gem 'money', '~> 6.16'
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ GEM
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
lograge (0.12.0)
lograge (0.13.0)
actionpack (>= 4)
activesupport (>= 4)
railties (>= 4)
Expand All @@ -267,7 +267,7 @@ GEM
mini_magick (4.11.0)
mini_mime (1.1.2)
mini_portile2 (2.8.4)
minitest (5.18.1)
minitest (5.19.0)
money (6.16.0)
i18n (>= 0.6.4, <= 2)
msgpack (1.6.0)
Expand Down Expand Up @@ -306,7 +306,7 @@ GEM
nio4r (~> 2.0)
raabro (1.4.0)
racc (1.7.1)
rack (2.2.7)
rack (2.2.8)
rack-attack (5.4.2)
rack (>= 1.0, < 3)
rack-proxy (0.7.6)
Expand Down Expand Up @@ -492,7 +492,7 @@ GEM
activejob (>= 4.0.0)
wisper
wisper-rspec (1.1.0)
zeitwerk (2.6.8)
zeitwerk (2.6.10)

PLATFORMS
ruby
Expand Down Expand Up @@ -525,7 +525,7 @@ DEPENDENCIES
js-routes
kaminari
listen
lograge (~> 0.12.0)
lograge (~> 0.13.0)
money (~> 6.16)
param_validation!
pg (~> 1.4)
Expand Down

0 comments on commit 8ee2903

Please sign in to comment.