Skip to content

Commit

Permalink
Merge pull request #1780 from tryzealot/dependabot/bundler/sentry-rai…
Browse files Browse the repository at this point in the history
…ls-5.22.1

chore(deps): bump sentry-rails from 5.22.0 to 5.22.1
  • Loading branch information
icyleaf authored Dec 20, 2024
2 parents 283b518 + 4956628 commit b9d7e94
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 b9d7e94

Please sign in to comment.