File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ gem "turbo-rails", ">= 1.5.0"
29
29
gem "stimulus-rails" , ">= 1.3.0"
30
30
31
31
gem "sentry-ruby"
32
- gem "sentry-rails"
32
+ gem "sentry-rails" , ">= 5.15.1"
33
33
34
34
# Build JSON APIs with ease [https://github.com/rails/jbuilder]
35
35
gem "jbuilder"
Original file line number Diff line number Diff line change @@ -445,10 +445,10 @@ GEM
445
445
rexml (~> 3.2 , >= 3.2.5 )
446
446
rubyzip (>= 1.2.2 , < 3.0 )
447
447
websocket (~> 1.0 )
448
- sentry-rails (5.15.0 )
448
+ sentry-rails (5.15.2 )
449
449
railties (>= 5.0 )
450
- sentry-ruby (~> 5.15.0 )
451
- sentry-ruby (5.15.0 )
450
+ sentry-ruby (~> 5.15.2 )
451
+ sentry-ruby (5.15.2 )
452
452
concurrent-ruby (~> 1.0 , >= 1.0.2 )
453
453
serviceworker-rails (0.6.0 )
454
454
railties (>= 3.1 )
@@ -590,7 +590,7 @@ DEPENDENCIES
590
590
rubyzip
591
591
sassc-rails
592
592
selenium-webdriver
593
- sentry-rails
593
+ sentry-rails ( >= 5.15.1 )
594
594
sentry-ruby
595
595
serviceworker-rails
596
596
shoulda-matchers (~> 5.3 , >= 5.3.0 )
@@ -611,4 +611,4 @@ RUBY VERSION
611
611
ruby 3.2.2p53
612
612
613
613
BUNDLED WITH
614
- 2.4.20
614
+ 2.4.6
You can’t perform that action at this time.
0 commit comments