Skip to content

Commit a46a4ea

Browse files
Bump sentry-rails from 6.3.0 to 6.4.0 (#2990)
Bumps [sentry-rails](https://github.com/getsentry/sentry-ruby) from 6.3.0 to 6.4.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@6.3.0...6.4.0) --- updated-dependencies: - dependency-name: sentry-rails dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2f5bb06 commit a46a4ea

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

Gemfile.lock

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ GEM
136136
dotenv (= 3.2.0)
137137
railties (>= 6.1)
138138
drb (2.2.3)
139-
erb (6.0.1)
139+
erb (6.0.2)
140140
erubi (1.13.1)
141141
execjs (2.10.0)
142142
factory_bot (6.5.5)
@@ -175,8 +175,9 @@ GEM
175175
mini_magick (>= 4.9.5, < 6)
176176
ruby-vips (>= 2.0.17, < 3)
177177
io-console (0.8.2)
178-
irb (1.16.0)
178+
irb (1.17.0)
179179
pp (>= 0.6.0)
180+
prism (>= 1.3.0)
180181
rdoc (>= 4.0.0)
181182
reline (>= 0.4.2)
182183
jsbundling-rails (1.3.1)
@@ -219,7 +220,8 @@ GEM
219220
logger
220221
mini_mime (1.1.5)
221222
mini_portile2 (2.8.9)
222-
minitest (6.0.1)
223+
minitest (6.0.2)
224+
drb (~> 2.0)
223225
prism (~> 1.5)
224226
net-imap (0.5.7)
225227
date
@@ -280,8 +282,8 @@ GEM
280282
activesupport (>= 5.0.0)
281283
minitest
282284
nokogiri (>= 1.6)
283-
rails-html-sanitizer (1.6.2)
284-
loofah (~> 2.21)
285+
rails-html-sanitizer (1.7.0)
286+
loofah (~> 2.25)
285287
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)
286288
rails-i18n (8.0.1)
287289
i18n (>= 0.7, < 2)
@@ -297,7 +299,7 @@ GEM
297299
zeitwerk (~> 2.6)
298300
rainbow (3.1.1)
299301
rake (13.3.1)
300-
rdoc (7.1.0)
302+
rdoc (7.2.0)
301303
erb
302304
psych (>= 4.0.0)
303305
tsort
@@ -353,12 +355,13 @@ GEM
353355
rexml (~> 3.2, >= 3.2.5)
354356
rubyzip (>= 1.2.2, < 4.0)
355357
websocket (~> 1.0)
356-
sentry-rails (6.3.0)
358+
sentry-rails (6.4.0)
357359
railties (>= 5.2.0)
358-
sentry-ruby (~> 6.3.0)
359-
sentry-ruby (6.3.0)
360+
sentry-ruby (~> 6.4.0)
361+
sentry-ruby (6.4.0)
360362
bigdecimal
361363
concurrent-ruby (~> 1.0, >= 1.0.2)
364+
logger
362365
shoulda-matchers (7.0.1)
363366
activesupport (>= 7.1)
364367
sprockets (4.2.1)
@@ -409,7 +412,7 @@ GEM
409412
xpath (3.2.0)
410413
nokogiri (~> 1.8)
411414
yard (0.9.38)
412-
zeitwerk (2.7.4)
415+
zeitwerk (2.7.5)
413416

414417
PLATFORMS
415418
ruby

0 commit comments

Comments
 (0)