Skip to content

Commit

Permalink
Merge pull request #5946 from dodona-edu/dependabot/bundler/rouge-4.5.1
Browse files Browse the repository at this point in the history
Bump rouge from 4.5.0 to 4.5.1
bmesuere authored Nov 18, 2024

Verified

This commit was signed with the committer’s verified signature.
surajssd Suraj Deshmukh
2 parents 3688f35 + 95e3acd commit 3c205aa
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
@@ -51,7 +51,7 @@ gem 'will_paginate', '~>4.0.1'
# markdown rendering and syntax highlighting
gem 'kramdown', '~>2.4.0'
gem 'kramdown-parser-gfm', '~>1.1.0'
gem 'rouge', '4.5.0'
gem 'rouge', '4.5.1'

# feedback table builder
gem 'builder', '~>3.3.0'
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -445,7 +445,7 @@ GEM
actionpack (>= 5.2)
railties (>= 5.2)
rexml (3.3.9)
rouge (4.5.0)
rouge (4.5.1)
rubocop (1.67.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
@@ -626,7 +626,7 @@ DEPENDENCIES
rails-controller-testing (~> 1.0.5)
rails-i18n (~> 7.0.9)
rb-readline (~> 0.5.5)
rouge (= 4.5.0)
rouge (= 4.5.1)
rubocop-capybara (~> 2.21.0)
rubocop-factory_bot (~> 2.26)
rubocop-minitest (~> 0.36.0)

0 comments on commit 3c205aa

Please sign in to comment.