Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 1, 2024
1 parent c97bb1a commit 7f3c6dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'

gem 'jekyll', '~> 4.3'
gem 'sentry-ruby', '~> 5.16'
gem 'sentry-ruby', '~> 5.17'
gem 'webrick', '~> 1.8'

group :jekyll_plugins do
Expand Down
6 changes: 4 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ GEM
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
bigdecimal (3.1.7)
colorator (1.1.0)
concurrent-ruby (1.2.3)
em-websocket (0.5.3)
Expand Down Expand Up @@ -100,7 +101,8 @@ GEM
sass-embedded (1.69.6)
google-protobuf (~> 3.25)
rake (>= 13.0.0)
sentry-ruby (5.16.1)
sentry-ruby (5.17.3)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
Expand All @@ -119,7 +121,7 @@ DEPENDENCIES
jekyll-sitemap
jekyll-tagging
rubocop (~> 1.53)
sentry-ruby (~> 5.16)
sentry-ruby (~> 5.17)
tzinfo-data
webrick (~> 1.8)

Expand Down

0 comments on commit 7f3c6dc

Please sign in to comment.