Skip to content

Commit

Permalink
Update rexml to fix a security vulnerability (#2637)
Browse files Browse the repository at this point in the history
CI is failing due to this security vulnerability
reported two weeks ago:

GHSA-4xqq-m2hx-25v8

Bumping its version to use a patched version to keep the library secure.
  • Loading branch information
Stefanni Brasil authored Aug 2, 2024
1 parent 62485cd commit 5b1a660
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gemfiles/pundit21.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ gem "administrate-field-image"
gem "faker"
gem "front_matter_parser"
gem "globalid"
gem "image_processing"
gem "kaminari-i18n"
gem "pg"
gem "pundit", "~> 2.1.0"
Expand All @@ -18,7 +19,6 @@ gem "unicorn"
gem "cssbundling-rails", "~> 1.2"
gem "jsbundling-rails", "~> 1.1"
gem "sprockets-rails", "~> 3.4"
gem "image_processing"

group :development, :test do
gem "appraisal"
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails60.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ gem "administrate-field-image"
gem "faker"
gem "front_matter_parser"
gem "globalid"
gem "image_processing"
gem "kaminari-i18n"
gem "pg"
gem "pundit"
Expand All @@ -18,7 +19,6 @@ gem "unicorn"
gem "cssbundling-rails", "~> 1.2"
gem "jsbundling-rails", "~> 1.1"
gem "sprockets-rails", "~> 3.4"
gem "image_processing"
gem "rails", "~> 6.0.3.4"

group :development, :test do
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails61.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ gem "administrate-field-image"
gem "faker"
gem "front_matter_parser"
gem "globalid"
gem "image_processing"
gem "kaminari-i18n"
gem "pg"
gem "pundit"
Expand All @@ -18,7 +19,6 @@ gem "unicorn"
gem "cssbundling-rails", "~> 1.2"
gem "jsbundling-rails", "~> 1.1"
gem "sprockets-rails", "~> 3.4"
gem "image_processing"
gem "rails", "~> 6.1"

group :development, :test do
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails70.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ gem "administrate-field-image"
gem "faker"
gem "front_matter_parser"
gem "globalid"
gem "image_processing"
gem "kaminari-i18n"
gem "pg"
gem "pundit"
Expand All @@ -18,7 +19,6 @@ gem "unicorn"
gem "cssbundling-rails", "~> 1.2"
gem "jsbundling-rails", "~> 1.1"
gem "sprockets-rails", "~> 3.4"
gem "image_processing"
gem "rails", "~> 7.0"

group :development, :test do
Expand Down

0 comments on commit 5b1a660

Please sign in to comment.