Skip to content

Commit 3d9648f

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 a2aaaea commit 3d9648f

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
@@ -26,7 +26,7 @@ gem "jsbundling-rails", ">= 1.2.0"
2626
gem "turbo-rails", ">= 1.5.0"
2727

2828
# Hotwire's modest JavaScript framework [https://stimulus.hotwired.dev]
29-
gem "stimulus-rails", ">= 1.3.0"
29+
gem "stimulus-rails", ">= 1.3.1"
3030

3131
gem "sentry-ruby"
3232
gem "sentry-rails"

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -272,9 +272,9 @@ GEM
272272
newrelic_rpm (9.6.0)
273273
base64
274274
nio4r (2.5.9)
275-
nokogiri (1.15.5-arm64-darwin)
275+
nokogiri (1.16.0-arm64-darwin)
276276
racc (~> 1.4)
277-
nokogiri (1.15.5-x86_64-linux)
277+
nokogiri (1.16.0-x86_64-linux)
278278
racc (~> 1.4)
279279
orm_adapter (0.5.0)
280280
pagy (6.0.4)
@@ -490,7 +490,7 @@ GEM
490490
actionpack (>= 5.2)
491491
activesupport (>= 5.2)
492492
sprockets (>= 3.0.0)
493-
stimulus-rails (1.3.0)
493+
stimulus-rails (1.3.3)
494494
railties (>= 6.0.0)
495495
thor (1.3.0)
496496
thread_safe (0.3.6)
@@ -599,7 +599,7 @@ DEPENDENCIES
599599
spreadsheet_architect
600600
spring (~> 3.0.0)
601601
sprockets-rails
602-
stimulus-rails (>= 1.3.0)
602+
stimulus-rails (>= 1.3.1)
603603
turbo-rails (>= 1.5.0)
604604
tzinfo-data
605605
vcr
@@ -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)