Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/bundler/classy-yaml-1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Git-Hub-Chris authored Mar 9, 2025
2 parents 00c269a + 3c31474 commit 2e5cef0
Show file tree
Hide file tree
Showing 5 changed files with 94 additions and 73 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ end

group :development, :test do
gem 'dotenv-rails', '~> 3.1'
gem 'parallel_tests', '~> 4.7'
gem 'parallel_tests', '~> 5.0'
gem 'rspec-rails', '~> 7.0'
end

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ GEM
orm_adapter (0.5.0)
pagy (9.3.3)
parallel (1.26.3)
parallel_tests (4.7.2)
parallel_tests (5.0.1)
parallel
parser (3.3.7.1)
ast (~> 2.4.1)
Expand Down Expand Up @@ -642,7 +642,7 @@ DEPENDENCIES
omniauth-google-oauth2 (~> 1.2.1)
omniauth-rails_csrf_protection (~> 1.0)
pagy (~> 9.3)
parallel_tests (~> 4.7)
parallel_tests (~> 5.0)
pg (~> 1.5)
pg_search (~> 2.3)
propshaft (~> 1.1)
Expand Down
21 changes: 21 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Security Policy

## Supported Versions

Use this section to tell people about which versions of your project are
currently being supported with security updates.

| Version | Supported |
| ------- | ------------------ |
| 5.1.x | :white_check_mark: |
| 5.0.x | :x: |
| 4.0.x | :white_check_mark: |
| < 4.0 | :x: |

## Reporting a Vulnerability

Use this section to tell people how to report a vulnerability.

Tell them where to go, how often they can expect to get an update on a
reported vulnerability, what to expect if the vulnerability is accepted or
declined, etc.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@rails/request.js": "^0.0.11",
"@sentry/esbuild-plugin": "^3.1.2",
"@stimulus/polyfills": "^2.0.0",
"@tailwindcss/cli": "^4.0.8",
"@tailwindcss/cli": "^4.0.12",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.16",
"browserslist": "^4.24.4",
Expand Down
138 changes: 69 additions & 69 deletions yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2e5cef0

Please sign in to comment.