Skip to content

Commit

Permalink
chore(deps): bump rouge from 3.30.0 to 4.3.0
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.3.0.
- [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.3.0)

---
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 Jul 4, 2024
1 parent 9d26998 commit 2e06d44
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ gem 'friendly_id'
gem 'html-pipeline'
gem 'sanitize', '>= 4.6.3'
gem 'rinku'
gem 'rouge', '~> 3'
gem 'rouge', '~> 4'
gem 'ruby-oembed'

# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
Expand Down
12 changes: 5 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ GEM
factory_bot_rails (6.4.3)
factory_bot (~> 6.4)
railties (>= 5.0.0)
ffi (1.17.0)
ffi (1.17.0-x86_64-linux-gnu)
filename (0.1.2)
flamegraph (0.9.5)
fog-aws (3.23.0)
Expand Down Expand Up @@ -312,7 +312,6 @@ GEM
rake
mini_magick (4.12.0)
mini_mime (1.1.5)
mini_portile2 (2.8.7)
minitest (5.23.0)
multi_json (1.15.0)
net-imap (0.4.10)
Expand All @@ -326,8 +325,7 @@ GEM
net-protocol
netrc (0.11.0)
nio4r (2.7.1)
nokogiri (1.16.6)
mini_portile2 (~> 2.8.2)
nokogiri (1.16.6-x86_64-linux)
racc (~> 1.4)
orm_adapter (0.5.0)
parallel (1.24.0)
Expand Down Expand Up @@ -427,7 +425,7 @@ GEM
strscan
rinku (2.0.6)
rollbar (3.5.2)
rouge (3.30.0)
rouge (4.3.0)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
Expand Down Expand Up @@ -559,7 +557,7 @@ GEM
zeitwerk (2.6.14)

PLATFORMS
ruby
x86_64-linux

DEPENDENCIES
active_record-acts_as!
Expand Down Expand Up @@ -623,7 +621,7 @@ DEPENDENCIES
rexml
rinku
rollbar (>= 1.5.3)
rouge (~> 3)
rouge (~> 4)
rspec-html-matchers
rspec-rails
rspec-retry
Expand Down

0 comments on commit 2e06d44

Please sign in to comment.