parent
31e152b0d0
commit
5c797ba136
|
@ -22,7 +22,8 @@ jobs:
|
||||||
ruby_version:
|
ruby_version:
|
||||||
- 2.5
|
- 2.5
|
||||||
- 2.7
|
- 2.7
|
||||||
- jruby-9.2.11.1
|
- 3.0
|
||||||
|
- jruby-9.2.14.0
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
|
@ -46,4 +46,5 @@ Gem::Specification.new do |s|
|
||||||
s.add_runtime_dependency("rouge", "~> 3.0")
|
s.add_runtime_dependency("rouge", "~> 3.0")
|
||||||
s.add_runtime_dependency("safe_yaml", "~> 1.0")
|
s.add_runtime_dependency("safe_yaml", "~> 1.0")
|
||||||
s.add_runtime_dependency("terminal-table", "~> 2.0")
|
s.add_runtime_dependency("terminal-table", "~> 2.0")
|
||||||
|
s.add_runtime_dependency("webrick", "~> 1.7")
|
||||||
end
|
end
|
||||||
|
|
|
@ -11,7 +11,7 @@ class TestGeneratedSite < JekyllUnitTest
|
||||||
@site.process
|
@site.process
|
||||||
@index = File.read(
|
@index = File.read(
|
||||||
dest_dir("index.html"),
|
dest_dir("index.html"),
|
||||||
Utils.merged_file_read_opts(@site, {})
|
**Utils.merged_file_read_opts(@site, {})
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue