Skip to content

Commit 3fa5fcd

Browse files
authored
Merge pull request rails#54630 from byroot/upgrade-redcarpet
Upgrade RedCarpet to fix a Ruby deprecation warning
2 parents 1a820f3 + a6be4ab commit 3fa5fcd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ end
6464
group :doc do
6565
gem "sdoc", git: "https://github.com/rails/sdoc.git", branch: "main"
6666
gem "rdoc", "< 6.10"
67-
gem "redcarpet", "~> 3.2.3", platforms: :ruby
67+
gem "redcarpet", "~> 3.6.1", platforms: :ruby
6868
gem "w3c_validators", "~> 1.3.6"
6969
gem "rouge"
7070
gem "rubyzip", "~> 2.0"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ GEM
453453
rbtree (0.4.6)
454454
rdoc (6.9.1)
455455
psych (>= 4.0.0)
456-
redcarpet (3.2.3)
456+
redcarpet (3.6.1)
457457
redis (5.3.0)
458458
redis-client (>= 0.22.0)
459459
redis-client (0.23.1)
@@ -706,7 +706,7 @@ DEPENDENCIES
706706
rails!
707707
rake (>= 13)
708708
rdoc (< 6.10)
709-
redcarpet (~> 3.2.3)
709+
redcarpet (~> 3.6.1)
710710
redis (>= 4.0.1)
711711
redis-namespace
712712
releaser!

0 commit comments

Comments
 (0)