Skip to content

Commit

Permalink
Merge pull request #761 from alphagov/dependabot/bundler/sensible_log…
Browse files Browse the repository at this point in the history
…ging-0.4.8

chore(deps): bump sensible_logging from 0.4.7 to 0.4.8
  • Loading branch information
koetsier authored Mar 8, 2024
2 parents e9956bc + 1e8c1cf commit 42fbece
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gem "notifications-ruby-client", "~> 5.4.0"
gem "puma"
gem "rake", "~> 13.0"
gem "require_all"
gem "sensible_logging", "~> 0.4.7"
gem "sensible_logging", "~> 0.4.8"
gem "sentry-raven"
gem "sequel", "~> 5.78"
gem "sinatra"
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: http://rubygems.org/
specs:
activesupport (6.1.7.6)
activesupport (6.1.7.7)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
Expand Down Expand Up @@ -59,7 +59,7 @@ GEM
guard-compat (~> 1.1)
rspec (>= 2.99.0, < 4.0)
hashdiff (1.1.0)
i18n (1.14.1)
i18n (1.14.4)
concurrent-ruby (~> 1.0)
jmespath (1.6.2)
json (2.7.1)
Expand All @@ -77,7 +77,7 @@ GEM
method_source (1.0.0)
mini_mime (1.1.5)
mini_portile2 (2.8.5)
minitest (5.21.2)
minitest (5.22.2)
multipart-post (2.1.1)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
Expand Down Expand Up @@ -174,7 +174,7 @@ GEM
rubocop-factory_bot (~> 2.22)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
sensible_logging (0.4.7)
sensible_logging (0.4.8)
activesupport (>= 5.2, < 7.0)
rack (>= 2, < 4)
sentry-raven (3.1.2)
Expand Down Expand Up @@ -204,7 +204,7 @@ GEM
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
zeitwerk (2.6.12)
zeitwerk (2.6.13)

PLATFORMS
ruby
Expand All @@ -224,7 +224,7 @@ DEPENDENCIES
require_all
rspec
rubocop-govuk
sensible_logging (~> 0.4.7)
sensible_logging (~> 0.4.8)
sentry-raven
sequel (~> 5.78)
simplecov
Expand Down

0 comments on commit 42fbece

Please sign in to comment.