Skip to content

Commit

Permalink
chore(deps): bump rouge from 3.30.0 to 4.5.1
Browse files Browse the repository at this point in the history
Bumps [rouge](https://github.com/rouge-ruby/rouge) from 3.30.0 to 4.5.1.
- [Release notes](https://github.com/rouge-ruby/rouge/releases)
- [Changelog](https://github.com/rouge-ruby/rouge/blob/master/CHANGELOG.md)
- [Commits](rouge-ruby/rouge@v3.30.0...v4.5.1)

---
updated-dependencies:
- dependency-name: rouge
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 12, 2024
1 parent 2c5354b commit 0ea414d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ gem 'friendly_id'
gem 'html-pipeline'
gem 'sanitize', '>= 4.6.3'
gem 'rinku'
gem 'rouge', '~> 3'
gem 'rouge', '~> 4'
gem 'ruby-oembed'

# to help obtaining app wide URI that uniquely identifies model instance
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ GEM
rexml (3.3.7)
rinku (2.0.6)
rollbar (3.6.0)
rouge (3.30.0)
rouge (4.5.1)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
Expand Down Expand Up @@ -673,7 +673,7 @@ DEPENDENCIES
rexml
rinku
rollbar (>= 1.5.3)
rouge (~> 3)
rouge (~> 4)
rspec-html-matchers
rspec-rails (~> 6)
rspec-retry
Expand Down

0 comments on commit 0ea414d

Please sign in to comment.