Skip to content

Commit 2e06d44

Browse files
chore(deps): bump rouge from 3.30.0 to 4.3.0
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] <support@github.com>
1 parent 9d26998 commit 2e06d44

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ gem 'friendly_id'
4242
gem 'html-pipeline'
4343
gem 'sanitize', '>= 4.6.3'
4444
gem 'rinku'
45-
gem 'rouge', '~> 3'
45+
gem 'rouge', '~> 4'
4646
gem 'ruby-oembed'
4747

4848
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder

Gemfile.lock

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ GEM
189189
factory_bot_rails (6.4.3)
190190
factory_bot (~> 6.4)
191191
railties (>= 5.0.0)
192-
ffi (1.17.0)
192+
ffi (1.17.0-x86_64-linux-gnu)
193193
filename (0.1.2)
194194
flamegraph (0.9.5)
195195
fog-aws (3.23.0)
@@ -312,7 +312,6 @@ GEM
312312
rake
313313
mini_magick (4.12.0)
314314
mini_mime (1.1.5)
315-
mini_portile2 (2.8.7)
316315
minitest (5.23.0)
317316
multi_json (1.15.0)
318317
net-imap (0.4.10)
@@ -326,8 +325,7 @@ GEM
326325
net-protocol
327326
netrc (0.11.0)
328327
nio4r (2.7.1)
329-
nokogiri (1.16.6)
330-
mini_portile2 (~> 2.8.2)
328+
nokogiri (1.16.6-x86_64-linux)
331329
racc (~> 1.4)
332330
orm_adapter (0.5.0)
333331
parallel (1.24.0)
@@ -427,7 +425,7 @@ GEM
427425
strscan
428426
rinku (2.0.6)
429427
rollbar (3.5.2)
430-
rouge (3.30.0)
428+
rouge (4.3.0)
431429
rspec (3.13.0)
432430
rspec-core (~> 3.13.0)
433431
rspec-expectations (~> 3.13.0)
@@ -559,7 +557,7 @@ GEM
559557
zeitwerk (2.6.14)
560558

561559
PLATFORMS
562-
ruby
560+
x86_64-linux
563561

564562
DEPENDENCIES
565563
active_record-acts_as!
@@ -623,7 +621,7 @@ DEPENDENCIES
623621
rexml
624622
rinku
625623
rollbar (>= 1.5.3)
626-
rouge (~> 3)
624+
rouge (~> 4)
627625
rspec-html-matchers
628626
rspec-rails
629627
rspec-retry

0 commit comments

Comments
 (0)