Skip to content

Commit

Permalink
Bump sentry-rails from 5.21.0 to 5.22.0
Browse files Browse the repository at this point in the history
Bumps [sentry-rails](https://github.com/getsentry/sentry-ruby) from 5.21.0 to 5.22.0.
- [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.21.0...5.22.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 4, 2024
1 parent b91edf1 commit e4dc9fc
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ gem 'sprockets-rails', '~> 3.5'
gem 'platform-api', '~> 3.7', require: false

gem 'sentry-ruby', '~> 5.17'
gem 'sentry-rails', '~> 5.17'
gem 'sentry-rails', '~> 5.22'
gem 'sentry-sidekiq', '~> 5.21'

gem 'chartkick', '~> 5.1'
Expand Down
33 changes: 17 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ GEM
actionpack (>= 6.0.0)
activesupport (>= 6.0.0)
railties (>= 6.0.0)
io-console (0.7.2)
io-console (0.8.0)
irb (1.14.1)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
Expand All @@ -134,7 +134,7 @@ GEM
activerecord
kaminari-core (= 1.2.2)
kaminari-core (1.2.2)
logger (1.6.1)
logger (1.6.2)
loofah (2.23.1)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand All @@ -149,7 +149,7 @@ GEM
method_source (1.1.0)
mini_magick (4.13.2)
mini_mime (1.1.5)
minitest (5.25.2)
minitest (5.25.4)
moneta (1.0.0)
msgpack (1.7.5)
multi_json (1.15.0)
Expand All @@ -163,7 +163,7 @@ GEM
net-smtp (0.5.0)
net-protocol
nio4r (2.7.4)
nokogiri (1.16.7-x86_64-linux)
nokogiri (1.16.8-x86_64-linux)
racc (~> 1.4)
pg (1.5.9)
pg_search (2.3.7)
Expand All @@ -173,7 +173,8 @@ GEM
heroics (~> 0.1.1)
moneta (~> 1.0.0)
rate_throttle_client (~> 0.1.0)
psych (5.2.0)
psych (5.2.1)
date
stringio
puma (6.5.0)
nio4r (~> 2.0)
Expand Down Expand Up @@ -206,9 +207,9 @@ GEM
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.6.0)
rails-html-sanitizer (1.6.1)
loofah (~> 2.21)
nokogiri (~> 1.14)
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
rails-i18n (7.0.10)
i18n (>= 0.7, < 2)
railties (>= 6.0.0, < 8)
Expand All @@ -228,7 +229,7 @@ GEM
redis-client (>= 0.22.0)
redis-client (0.22.2)
connection_pool
reline (0.5.11)
reline (0.5.12)
io-console (~> 0.5)
rspec-core (3.13.2)
rspec-support (~> 3.13.0)
Expand All @@ -251,15 +252,15 @@ GEM
ffi (~> 1.12)
logger
rubyzip (2.3.2)
securerandom (0.3.2)
sentry-rails (5.21.0)
securerandom (0.4.0)
sentry-rails (5.22.0)
railties (>= 5.0)
sentry-ruby (~> 5.21.0)
sentry-ruby (5.21.0)
sentry-ruby (~> 5.22.0)
sentry-ruby (5.22.0)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
sentry-sidekiq (5.21.0)
sentry-ruby (~> 5.21.0)
sentry-sidekiq (5.22.0)
sentry-ruby (~> 5.22.0)
sidekiq (>= 3.0)
sidekiq (7.3.6)
connection_pool (>= 2.3.0)
Expand Down Expand Up @@ -288,7 +289,7 @@ GEM
railties (>= 6.0.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
useragent (0.16.10)
useragent (0.16.11)
view_component (3.20.0)
activesupport (>= 5.2.0, < 8.1)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -329,7 +330,7 @@ DEPENDENCIES
redis (~> 5.3)
rspec-rails (~> 7.0)
rubyzip (~> 2.3)
sentry-rails (~> 5.17)
sentry-rails (~> 5.22)
sentry-ruby (~> 5.17)
sentry-sidekiq (~> 5.21)
sidekiq (~> 7.3)
Expand Down

0 comments on commit e4dc9fc

Please sign in to comment.