Skip to content

Commit 294c457

Browse files
fix redcarpet warning
See https://github.com/vmg/redcarpet/blob/master/CHANGELOG.md#version-360. From https://github.com/handshake-org/handshake-org.github.io/actions/runs/4471682840/jobs/7856884549: ``` /home/runner/work/handshake-org.github.io/handshake-org.github.io/build/vendor/ruby/3.2.0/gems/tilt-2.0.11/lib/tilt/redcarpet.rb:64: warning: undefining the allocator of T_DATA class Redcarpet::Markdown ```
1 parent 0fd61e2 commit 294c457

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/api-docs/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gem 'middleman-autoprefixer', '~> 2.7.0'
88
gem 'middleman-livereload', '~> 3.4.7'
99
gem 'middleman-sprockets', '~> 4.1.1'
1010
gem 'rouge', '~> 3.28.0'
11-
gem 'redcarpet', '~> 3.5.1'
11+
gem 'redcarpet'
1212
gem 'nokogiri', '~> 1.13.4'
1313
gem 'rack', '~> 2.2.3'
1414
gem 'webrick', '~> 1.7.0'

src/api-docs/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ GEM
108108
rb-fsevent (0.11.2)
109109
rb-inotify (0.10.1)
110110
ffi (~> 1.0)
111-
redcarpet (3.5.1)
111+
redcarpet (3.6.0)
112112
rexml (3.2.5)
113113
rouge (3.28.0)
114114
sassc (2.4.0)
@@ -139,7 +139,7 @@ DEPENDENCIES
139139
middleman-syntax (~> 3.2.0)
140140
nokogiri (~> 1.13.4)
141141
rack (~> 2.2.3)
142-
redcarpet (~> 3.5.1)
142+
redcarpet
143143
rouge (~> 3.28.0)
144144
webrick (~> 1.7.0)
145145

0 commit comments

Comments
 (0)