Skip to content

Commit

Permalink
Bump RedCloth to 4.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
aapomm committed Jul 3, 2024
1 parent b027497 commit 81a0532
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
bundler-cache: true
- name: Security audit dependencies
run: bundle exec bundler-audit --update --ignore CVE-2023-31606 CVE-2023-50724 CVE-2023-50725 CVE-2023-50727
run: bundle exec bundler-audit --update --ignore CVE-2023-50724 CVE-2023-50725 CVE-2023-50727
- name: Security audit ruby
run: bundle exec ruby-audit update && bundle exec ruby-audit check --ignore CVE-2021-33621 CVE-2024-27282
- name: Security audit application code
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[v#.#.#] ([month] [YYYY])
- Attachments: Copy attachments when moving an evidence/note
- Liquid: Make project-level collections available for Liquid syntax
- Upgraded gems: nokogiri, rails, rexml
- Upgraded gems: nokogiri, rails, redcloth, rexml
- Bugs fixes:
- Navigation: Restore functionality of native browser back/forward buttons
- Bug tracker items:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ gem 'nokogiri', '>= 1.16.2'
gem 'rails-html-sanitizer', '~> 1.4.4'

# Textile markup
gem 'RedCloth', '~> 4.3.2', require: 'redcloth'
gem 'RedCloth', '~> 4.3.4', require: 'redcloth'

# html-pipeline dependency for auto-linking
gem 'rinku'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PATH
GEM
remote: https://rubygems.org/
specs:
RedCloth (4.3.2)
RedCloth (4.3.4)
actioncable (7.0.8.4)
actionpack (= 7.0.8.4)
activesupport (= 7.0.8.4)
Expand Down Expand Up @@ -515,7 +515,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
RedCloth (~> 4.3.2)
RedCloth (~> 4.3.4)
acts_as_tree (~> 2.9.1)
bcrypt (= 3.1.12)
bootsnap (>= 1.12.0)
Expand Down

0 comments on commit 81a0532

Please sign in to comment.