mirror of
https://github.com/czhu12/canine.git
synced 2025-12-21 10:49:49 -06:00
Bump sentry-rails from 5.27.0 to 5.27.1
Bumps [sentry-rails](https://github.com/getsentry/sentry-ruby) from 5.27.0 to 5.27.1. - [Release notes](https://github.com/getsentry/sentry-ruby/releases) - [Changelog](https://github.com/getsentry/sentry-ruby/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-ruby/compare/5.27.0...5.27.1) --- updated-dependencies: - dependency-name: sentry-rails dependency-version: 5.27.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -102,7 +102,7 @@ gem "cron2english", "~> 0.1.7"
|
||||
gem "avo", "~> 3.24"
|
||||
|
||||
gem "sentry-ruby", "~> 5.27"
|
||||
gem "sentry-rails", "~> 5.26"
|
||||
gem "sentry-rails", "~> 5.27"
|
||||
|
||||
gem "sys-proctable", "~> 1.3"
|
||||
|
||||
|
||||
20
Gemfile.lock
20
Gemfile.lock
@@ -349,18 +349,18 @@ GEM
|
||||
net-protocol
|
||||
netrc (0.11.0)
|
||||
nio4r (2.7.4)
|
||||
nokogiri (1.18.9)
|
||||
nokogiri (1.18.10)
|
||||
mini_portile2 (~> 2.8.2)
|
||||
racc (~> 1.4)
|
||||
nokogiri (1.18.9-aarch64-linux-gnu)
|
||||
nokogiri (1.18.10-aarch64-linux-gnu)
|
||||
racc (~> 1.4)
|
||||
nokogiri (1.18.9-arm-linux-gnu)
|
||||
nokogiri (1.18.10-arm-linux-gnu)
|
||||
racc (~> 1.4)
|
||||
nokogiri (1.18.9-arm64-darwin)
|
||||
nokogiri (1.18.10-arm64-darwin)
|
||||
racc (~> 1.4)
|
||||
nokogiri (1.18.9-x86_64-darwin)
|
||||
nokogiri (1.18.10-x86_64-darwin)
|
||||
racc (~> 1.4)
|
||||
nokogiri (1.18.9-x86_64-linux-gnu)
|
||||
nokogiri (1.18.10-x86_64-linux-gnu)
|
||||
racc (~> 1.4)
|
||||
noticed (2.8.1)
|
||||
rails (>= 6.1.0)
|
||||
@@ -552,10 +552,10 @@ GEM
|
||||
addressable (>= 2.3.5)
|
||||
faraday (>= 0.17.3, < 3)
|
||||
securerandom (0.4.1)
|
||||
sentry-rails (5.27.0)
|
||||
sentry-rails (5.27.1)
|
||||
railties (>= 5.0)
|
||||
sentry-ruby (~> 5.27.0)
|
||||
sentry-ruby (5.27.0)
|
||||
sentry-ruby (~> 5.27.1)
|
||||
sentry-ruby (5.27.1)
|
||||
bigdecimal
|
||||
concurrent-ruby (~> 1.0, >= 1.0.2)
|
||||
shoulda-matchers (6.5.0)
|
||||
@@ -694,7 +694,7 @@ DEPENDENCIES
|
||||
rubocop-rails-omakase
|
||||
rubyzip (~> 3.1)
|
||||
sassc-rails (~> 2.1)
|
||||
sentry-rails (~> 5.26)
|
||||
sentry-rails (~> 5.27)
|
||||
sentry-ruby (~> 5.27)
|
||||
shoulda-matchers (~> 6.5)
|
||||
simplecov
|
||||
|
||||
Reference in New Issue
Block a user