Skip to content

Commit

Permalink
Merge pull request #5087 from dodona-edu/dependabot/bundler/rouge-4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bmesuere authored Oct 30, 2023
2 parents af4c2b7 + 6069293 commit 76b5571
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 @@ -51,7 +51,7 @@ gem 'will_paginate', '~>4.0.0'
# markdown rendering and syntax highlighting
gem 'kramdown', '~>2.4.0'
gem 'kramdown-parser-gfm', '~>1.1.0'
gem 'rouge', '4.1.3'
gem 'rouge', '4.2.0'

# feedback table builder
gem 'builder', '~>3.2.4'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ GEM
actionpack (>= 5.2)
railties (>= 5.2)
rexml (3.2.6)
rouge (4.1.3)
rouge (4.2.0)
rubocop (1.57.1)
base64 (~> 0.1.1)
json (~> 2.3)
Expand Down Expand Up @@ -619,7 +619,7 @@ DEPENDENCIES
rails-controller-testing (~> 1.0.5)
rails-i18n (~> 7.0.8)
rb-readline (~> 0.5.5)
rouge (= 4.1.3)
rouge (= 4.2.0)
rubocop-capybara (~> 2.19.0)
rubocop-factory_bot (~> 2.24)
rubocop-minitest (~> 0.33.0)
Expand Down

0 comments on commit 76b5571

Please sign in to comment.