Skip to content

Commit

Permalink
chore(deps): bump sentry-rails from 5.22.0 to 5.22.1
Browse files Browse the repository at this point in the history
Bumps [sentry-rails](https://github.com/getsentry/sentry-ruby) from 5.22.0 to 5.22.1.
- [Release notes](https://github.com/getsentry/sentry-ruby/releases)
- [Changelog](https://github.com/getsentry/sentry-ruby/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-ruby@5.22.0...5.22.1)

---
updated-dependencies:
- dependency-name: sentry-rails
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 19, 2024
1 parent 283b518 commit 4956628
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 @@ -69,7 +69,7 @@ gem 'pghero', '~> 3.6.1'

## Exception handler
gem 'sentry-ruby', '~> 5.22.0'
gem 'sentry-rails', '~> 5.22.0'
gem 'sentry-rails', '~> 5.22.1'

# Background job
gem 'good_job', '~> 4.6.0'
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ GEM
drb (2.2.1)
email_validator (2.2.4)
activemodel
erubi (1.13.0)
erubi (1.13.1)
et-orbi (1.2.11)
tzinfo
factory_bot (6.5.0)
Expand Down Expand Up @@ -285,7 +285,7 @@ GEM
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.3)
logger (1.6.4)
lograge (0.14.0)
actionpack (>= 4)
activesupport (>= 4)
Expand Down Expand Up @@ -548,10 +548,10 @@ GEM
base64
rubyzip (2.3.2)
securerandom (0.4.1)
sentry-rails (5.22.0)
sentry-rails (5.22.1)
railties (>= 5.0)
sentry-ruby (~> 5.22.0)
sentry-ruby (5.22.0)
sentry-ruby (~> 5.22.1)
sentry-ruby (5.22.1)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
simple_form (5.3.1)
Expand Down Expand Up @@ -698,7 +698,7 @@ DEPENDENCIES
rswag-ui (~> 2.16.0)
rubocop (>= 0.70)
rubocop-rails
sentry-rails (~> 5.22.0)
sentry-rails (~> 5.22.1)
sentry-ruby (~> 5.22.0)
simple_form (~> 5.3)
slim-rails (~> 3.6.3)
Expand Down

0 comments on commit 4956628

Please sign in to comment.