Skip to content

Commit cf54df3

Browse files
committed
fix: Gemfile & Gemfile.lock to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RACK-1061917
1 parent 532d2ee commit cf54df3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ gem "turbo-rails", ">= 1.5.0"
2929
gem "stimulus-rails", ">= 1.3.0"
3030

3131
gem "sentry-ruby"
32-
gem "sentry-rails"
32+
gem "sentry-rails", ">= 5.15.1"
3333

3434
# Build JSON APIs with ease [https://github.com/rails/jbuilder]
3535
gem "jbuilder"

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -445,10 +445,10 @@ GEM
445445
rexml (~> 3.2, >= 3.2.5)
446446
rubyzip (>= 1.2.2, < 3.0)
447447
websocket (~> 1.0)
448-
sentry-rails (5.15.0)
448+
sentry-rails (5.15.2)
449449
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)
452452
concurrent-ruby (~> 1.0, >= 1.0.2)
453453
serviceworker-rails (0.6.0)
454454
railties (>= 3.1)
@@ -590,7 +590,7 @@ DEPENDENCIES
590590
rubyzip
591591
sassc-rails
592592
selenium-webdriver
593-
sentry-rails
593+
sentry-rails (>= 5.15.1)
594594
sentry-ruby
595595
serviceworker-rails
596596
shoulda-matchers (~> 5.3, >= 5.3.0)
@@ -611,4 +611,4 @@ RUBY VERSION
611611
ruby 3.2.2p53
612612

613613
BUNDLED WITH
614-
2.4.20
614+
2.4.6

0 commit comments

Comments
 (0)