Skip to content

Commit

Permalink
Merge pull request #1758 from tryzealot/dependabot/bundler/multi-e79f…
Browse files Browse the repository at this point in the history
…f9182b

chore(deps): bump sentry-ruby and sentry-rails
  • Loading branch information
icyleaf authored Dec 6, 2024
2 parents 4f1bc86 + cfa9451 commit ffdd31d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ gem 'vmstat', '~> 2.3.0'
gem 'pghero', '~> 3.6.1'

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

# Background job
gem 'good_job', '~> 4.5.1'
Expand Down
19 changes: 10 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ GEM
ruby-vips (>= 2.0.17, < 3)
image_size (3.4.0)
interception (0.5)
io-console (0.7.2)
io-console (0.8.0)
iostruct (0.2.0)
irb (1.14.1)
rdoc (>= 4.0.0)
Expand Down Expand Up @@ -304,7 +304,7 @@ GEM
mini_magick (4.13.1)
mini_mime (1.1.5)
mini_portile2 (2.8.8)
minitest (5.25.3)
minitest (5.25.4)
msgpack (1.7.2)
multi_json (1.15.0)
multi_xml (0.7.1)
Expand Down Expand Up @@ -409,7 +409,8 @@ GEM
pry-rescue (1.6.0)
interception (>= 0.5)
pry (>= 0.12.0)
psych (5.2.0)
psych (5.2.1)
date
stringio
public_suffix (6.0.1)
puma (6.5.0)
Expand Down Expand Up @@ -547,10 +548,10 @@ GEM
base64
rubyzip (2.3.2)
securerandom (0.4.0)
sentry-rails (5.21.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)
simple_form (5.3.1)
Expand Down Expand Up @@ -596,7 +597,7 @@ GEM
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
uri (1.0.2)
useragent (0.16.10)
useragent (0.16.11)
uuidtools (2.2.0)
validate_url (1.0.15)
activemodel (>= 3.0.0)
Expand Down Expand Up @@ -697,8 +698,8 @@ DEPENDENCIES
rswag-ui (~> 2.16.0)
rubocop (>= 0.70)
rubocop-rails
sentry-rails (~> 5.21.0)
sentry-ruby (~> 5.21.0)
sentry-rails (~> 5.22.0)
sentry-ruby (~> 5.22.0)
simple_form (~> 5.3)
slim-rails (~> 3.6.3)
solid_cache (~> 1.0.6)
Expand Down

0 comments on commit ffdd31d

Please sign in to comment.